Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore-transaction.c95 if (!t->with_tstamp) { in close_transaction()
98 t->callback.with_tstamp(card, rcode, t->packet.timestamp, response_tstamp, in close_transaction()
160 if (!t->with_tstamp) { in split_transaction_timeout_callback()
163 t->callback.with_tstamp(card, RCODE_CANCELLED, t->packet.timestamp, in split_transaction_timeout_callback()
332 * @with_tstamp: Whether to receive time stamp or not for response subaction.
372 bool with_tstamp, void *callback_data) in __fw_send_request()
387 if (!with_tstamp) { in __fw_send_request()
397 callback.with_tstamp(card, RCODE_SEND_ERROR, tstamp, tstamp, NULL, 0, in __fw_send_request()
409 t->with_tstamp = with_tstamp; in __fw_send_request()
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) __fw_send_request() argument
[all...]
H A Dcore-cdev.c175 struct fw_cdev_event_response2 with_tstamp; member
184 struct fw_cdev_event_request3 with_tstamp; member
209 struct fw_cdev_event_phy_packet2 with_tstamp; member
217 struct fw_cdev_event_phy_packet2 with_tstamp; member
587 struct fw_cdev_event_response2 *rsp = &e->rsp.with_tstamp; in complete_transaction()
640 struct fw_cdev_event_response2 *rsp = &e->rsp.with_tstamp; in init_request()
771 struct fw_cdev_event_request3 *req = &e->req.with_tstamp; in handle_request()
1600 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in outbound_phy_packet_callback()
1648 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in ioctl_send_phy_packet()
1706 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in fw_cdev_handle_phy_packet()
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dfirewire.h270 fw_transaction_callback_with_tstamp_t with_tstamp; member
333 bool with_tstamp; member
363 bool with_tstamp, void *callback_data);
418 .with_tstamp = callback, in fw_send_request_with_tstamp()

Completed in 6 milliseconds