Searched refs:without_tstamp (Results 1 - 3 of 3) sorted by last modified time

/linux-master/include/linux/
H A Dfirewire.h269 fw_transaction_callback_t without_tstamp; member in union:fw_transaction_callback
389 .without_tstamp = callback,
/linux-master/drivers/firewire/
H A Dcore-transaction.c78 t->callback.without_tstamp(card, rcode, NULL, 0, t->callback_data);
143 t->callback.without_tstamp(card, RCODE_CANCELLED, NULL, 0, t->callback_data);
369 callback.without_tstamp(card, RCODE_SEND_ERROR, NULL, 0, callback_data);
1098 t->callback.without_tstamp(card, rcode, data, data_length, t->callback_data);
H A Dcore-cdev.c175 struct fw_cdev_event_response without_tstamp; member in union:outbound_transaction_event::__anon293
209 struct fw_cdev_event_phy_packet without_tstamp; member in union:outbound_phy_packet_event::__anon295
217 struct fw_cdev_event_phy_packet without_tstamp; member in union:inbound_phy_packet_event::__anon296
562 switch (e->rsp.without_tstamp.type) {
565 struct fw_cdev_event_response *rsp = &e->rsp.without_tstamp;
634 struct fw_cdev_event_response *rsp = &e->rsp.without_tstamp;
1591 switch (e->phy_packet.without_tstamp.type) {
1594 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp;
1645 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp;
1703 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp;
[all...]

Completed in 167 milliseconds