Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/firewire/
Dcore-transaction.c68 if (!t->with_tstamp) { in close_transaction()
71 t->callback.with_tstamp(card, rcode, t->packet.timestamp, response_tstamp, NULL, 0, in close_transaction()
127 if (!t->with_tstamp) { in split_transaction_timeout_callback()
130 t->callback.with_tstamp(card, RCODE_CANCELLED, t->packet.timestamp, in split_transaction_timeout_callback()
332 bool with_tstamp, void *callback_data) in __fw_send_request() argument
347 if (!with_tstamp) { in __fw_send_request()
357 callback.with_tstamp(card, RCODE_SEND_ERROR, tstamp, tstamp, NULL, 0, in __fw_send_request()
369 t->with_tstamp = with_tstamp; in __fw_send_request()
1070 if (!t->with_tstamp) { in fw_core_handle_response()
1073 t->callback.with_tstamp(card, rcode, t->packet.timestamp, p->timestamp, data, in fw_core_handle_response()
Dcore-cdev.c203 struct fw_cdev_event_response2 with_tstamp; member
212 struct fw_cdev_event_request3 with_tstamp; member
237 struct fw_cdev_event_phy_packet2 with_tstamp; member
245 struct fw_cdev_event_phy_packet2 with_tstamp; member
605 struct fw_cdev_event_response2 *rsp = &e->rsp.with_tstamp; in complete_transaction()
658 struct fw_cdev_event_response2 *rsp = &e->rsp.with_tstamp; in init_request()
788 struct fw_cdev_event_request3 *req = &e->req.with_tstamp; in handle_request()
1608 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in outbound_phy_packet_callback()
1656 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in ioctl_send_phy_packet()
1713 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in fw_cdev_handle_phy_packet()
[all …]
/linux-6.12.1/include/linux/
Dfirewire.h272 fw_transaction_callback_with_tstamp_t with_tstamp; member
335 bool with_tstamp; member
365 bool with_tstamp, void *callback_data);
420 .with_tstamp = callback, in fw_send_request_with_tstamp()