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 …]
/linux/include/linux/
H A Dfirewire.h298 fw_transaction_callback_with_tstamp_t with_tstamp; member
360 bool with_tstamp; member
394 bool with_tstamp, void *callback_data);
457 .with_tstamp = callback, in fw_send_request_with_tstamp()