Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dcore-transaction.c72 if (!t->with_tstamp) { in fw_cancel_pending_transactions()
76 t->callback.with_tstamp(card, RCODE_CANCELLED, t->packet.timestamp, 0, in fw_cancel_pending_transactions()
110 if (!t->with_tstamp) { in close_transaction()
113 t->callback.with_tstamp(card, rcode, t->packet.timestamp, response_tstamp, NULL, 0, in close_transaction()
168 if (!t->with_tstamp) { in split_transaction_timeout_callback()
171 t->callback.with_tstamp(card, RCODE_CANCELLED, t->packet.timestamp, in split_transaction_timeout_callback()
385 bool with_tstamp, void *callback_data) in __fw_send_request() argument
399 if (!with_tstamp) { in __fw_send_request()
409 callback.with_tstamp(card, RCODE_SEND_ERROR, tstamp, tstamp, NULL, 0, in __fw_send_request()
421 t->with_tstamp = with_tstamp; in __fw_send_request()
[all …]
H A Dcore-cdev.c206 struct fw_cdev_event_response2 with_tstamp; member
215 struct fw_cdev_event_request3 with_tstamp; member
240 struct fw_cdev_event_phy_packet2 with_tstamp; member
248 struct fw_cdev_event_phy_packet2 with_tstamp; member
609 struct fw_cdev_event_response2 *rsp = &e->rsp.with_tstamp; in complete_transaction()
662 struct fw_cdev_event_response2 *rsp = &e->rsp.with_tstamp; in init_request()
792 struct fw_cdev_event_request3 *req = &e->req.with_tstamp; in handle_request()
1586 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in outbound_phy_packet_callback()
1634 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in ioctl_send_phy_packet()
1699 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp; in fw_cdev_handle_phy_packet()
[all …]