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

/linux-master/include/linux/
H A Dfirewire.h270 fw_transaction_callback_with_tstamp_t with_tstamp; member in union:fw_transaction_callback
333 bool with_tstamp; member in struct:fw_transaction
363 bool with_tstamp, void *callback_data);
418 .with_tstamp = callback,
/linux-master/drivers/firewire/
H A Dcore-transaction.c77 if (!t->with_tstamp) {
80 t->callback.with_tstamp(card, rcode, t->packet.timestamp, response_tstamp,
142 if (!t->with_tstamp) {
145 t->callback.with_tstamp(card, RCODE_CANCELLED, t->packet.timestamp,
313 * @with_tstamp: Whether to receive time stamp or not for response subaction.
353 bool with_tstamp, void *callback_data)
368 if (!with_tstamp) {
378 callback.with_tstamp(card, RCODE_SEND_ERROR, tstamp, tstamp, NULL, 0,
390 t->with_tstamp = with_tstamp;
350 __fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, int destination_id, int generation, int speed, unsigned long long offset, void *payload, size_t length, union fw_transaction_callback callback, bool with_tstamp, void *callback_data) argument
[all...]
H A Dcore-cdev.c176 struct fw_cdev_event_response2 with_tstamp; member in union:outbound_transaction_event::__anon293
185 struct fw_cdev_event_request3 with_tstamp; member in union:inbound_transaction_event::__anon294
210 struct fw_cdev_event_phy_packet2 with_tstamp; member in union:outbound_phy_packet_event::__anon295
218 struct fw_cdev_event_phy_packet2 with_tstamp; member in union:inbound_phy_packet_event::__anon296
588 struct fw_cdev_event_response2 *rsp = &e->rsp.with_tstamp;
641 struct fw_cdev_event_response2 *rsp = &e->rsp.with_tstamp;
772 struct fw_cdev_event_request3 *req = &e->req.with_tstamp;
1604 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp;
1652 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp;
1713 struct fw_cdev_event_phy_packet2 *pp = &e->phy_packet.with_tstamp;
[all...]

Completed in 184 milliseconds