Searched refs:with_tstamp (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/firewire/ |
D | core-transaction.c | 95 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() 372 bool with_tstamp, void *callback_data) in __fw_send_request() argument 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() 1092 if (!t->with_tstamp) { in fw_core_handle_response() 1095 t->callback.with_tstamp(card, rcode, t->packet.timestamp, p->timestamp, data, in fw_core_handle_response()
|
D | core-cdev.c | 175 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 …]
|
/Linux-v6.6/include/linux/ |
D | firewire.h | 270 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()
|