Searched refs:with_tstamp (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dfirewire.h270 fw_transaction_callback_with_tstamp_t with_tstamp; member in union:fw_transaction_callback
333 bool with_tstamp; member in struct:fw_transaction
363 bool with_tstamp, void *callback_data);
418 .with_tstamp = callback,
/linux-master/drivers/firewire/
H A Dcore-transaction.c95 if (!t->with_tstamp) {
98 t->callback.with_tstamp(card, rcode, t->packet.timestamp, response_tstamp,
160 if (!t->with_tstamp) {
163 t->callback.with_tstamp(card, RCODE_CANCELLED, t->packet.timestamp,
332 * @with_tstamp: Whether to receive time stamp or not for response subaction.
372 bool with_tstamp, void *callback_data)
387 if (!with_tstamp) {
397 callback.with_tstamp(card, RCODE_SEND_ERROR, tstamp, tstamp, NULL, 0,
409 t->with_tstamp = with_tstamp;
369 __fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, int destination_id, int generation, int speed, unsigned long long offset, void *payload, size_t length, union fw_transaction_callback callback, bool with_tstamp, void *callback_data) argument
[all...]
H A Dcore-cdev.c175 struct fw_cdev_event_response2 with_tstamp; member in union:outbound_transaction_event::__anon64
184 struct fw_cdev_event_request3 with_tstamp; member in union:inbound_transaction_event::__anon65
209 struct fw_cdev_event_phy_packet2 with_tstamp; member in union:outbound_phy_packet_event::__anon66
217 struct fw_cdev_event_phy_packet2 with_tstamp; member in union:inbound_phy_packet_event::__anon67
587 struct fw_cdev_event_response2 *rsp = &e->rsp.with_tstamp;
640 struct fw_cdev_event_response2 *rsp = &e->rsp.with_tstamp;
771 struct fw_cdev_event_request3 *req = &e->req.with_tstamp;
1600 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp;
1648 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp;
1706 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp;
[all...]

Completed in 106 milliseconds