Searched refs:without_tstamp (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/firewire/ |
H A D | core-cdev.c | 202 struct fw_cdev_event_response without_tstamp; member 236 struct fw_cdev_event_phy_packet without_tstamp; member 244 struct fw_cdev_event_phy_packet without_tstamp; member 579 switch (e->rsp.without_tstamp.type) { in complete_transaction() 582 struct fw_cdev_event_response *rsp = &e->rsp.without_tstamp; in complete_transaction() 651 struct fw_cdev_event_response *rsp = &e->rsp.without_tstamp; in init_request() 1595 switch (e->phy_packet.without_tstamp.type) { in outbound_phy_packet_callback() 1598 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp; in outbound_phy_packet_callback() 1649 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp; in ioctl_send_phy_packet() 1703 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp; in fw_cdev_handle_phy_packet()
|
H A D | core-transaction.c | 69 t->callback.without_tstamp(card, rcode, NULL, 0, t->callback_data); in close_transaction() 128 t->callback.without_tstamp(card, RCODE_CANCELLED, NULL, 0, t->callback_data); in split_transaction_timeout_callback() 348 callback.without_tstamp(card, RCODE_SEND_ERROR, NULL, 0, callback_data); in __fw_send_request() 1071 t->callback.without_tstamp(card, rcode, data, data_length, t->callback_data); in fw_core_handle_response()
|
/linux/include/linux/ |
H A D | firewire.h | 271 fw_transaction_callback_t without_tstamp; member 391 .without_tstamp = callback, in fw_send_request()
|