Searched refs:without_tstamp (Results 1 - 3 of 3) sorted by relevance

/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-cdev.c174 struct fw_cdev_event_response without_tstamp; member in union:outbound_transaction_event::__anon64
208 struct fw_cdev_event_phy_packet without_tstamp; member in union:outbound_phy_packet_event::__anon66
216 struct fw_cdev_event_phy_packet without_tstamp; member in union:inbound_phy_packet_event::__anon67
561 switch (e->rsp.without_tstamp.type) {
564 struct fw_cdev_event_response *rsp = &e->rsp.without_tstamp;
633 struct fw_cdev_event_response *rsp = &e->rsp.without_tstamp;
1587 switch (e->phy_packet.without_tstamp.type) {
1590 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp;
1641 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp;
1696 struct fw_cdev_event_phy_packet *pp = &e->phy_packet.without_tstamp;
[all...]
H A Dcore-transaction.c96 t->callback.without_tstamp(card, rcode, NULL, 0, t->callback_data);
161 t->callback.without_tstamp(card, RCODE_CANCELLED, NULL, 0, t->callback_data);
388 callback.without_tstamp(card, RCODE_SEND_ERROR, NULL, 0, callback_data);
1093 t->callback.without_tstamp(card, rcode, data, data_length, t->callback_data);

Completed in 243 milliseconds