Home
last modified time | relevance | path

Searched refs:tcode (Results 1 – 10 of 10) sorted by relevance

/sound/firewire/motu/
Dmotu-transaction.c18 int tcode; in snd_motu_transaction_read() local
23 tcode = TCODE_READ_QUADLET_REQUEST; in snd_motu_transaction_read()
25 tcode = TCODE_READ_BLOCK_REQUEST; in snd_motu_transaction_read()
27 return snd_fw_transaction(motu->unit, tcode, in snd_motu_transaction_read()
34 int tcode; in snd_motu_transaction_write() local
39 tcode = TCODE_WRITE_QUADLET_REQUEST; in snd_motu_transaction_write()
41 tcode = TCODE_WRITE_BLOCK_REQUEST; in snd_motu_transaction_write()
43 return snd_fw_transaction(motu->unit, tcode, in snd_motu_transaction_write()
48 int tcode, int destination, int source, in handle_message() argument
56 if (tcode != TCODE_WRITE_QUADLET_REQUEST) { in handle_message()
/sound/firewire/fireface/
Dff-transaction.c63 int tcode; in transmit_midi_msg() local
94 tcode = TCODE_WRITE_QUADLET_REQUEST; in transmit_midi_msg()
96 tcode = TCODE_WRITE_BLOCK_REQUEST; in transmit_midi_msg()
108 fw_send_request(fw_dev->card, &ff->transactions[port], tcode, in transmit_midi_msg()
129 int tcode, int destination, int source, in handle_midi_msg() argument
/sound/firewire/
Dlib.c33 int snd_fw_transaction(struct fw_unit *unit, int tcode, in snd_fw_transaction() argument
46 rcode = fw_run_transaction(device->card, tcode, in snd_fw_transaction()
Dfcp.c235 int tcode, ret, tries = 0; in fcp_avc_transaction() local
250 tcode = command_size == 4 ? TCODE_WRITE_QUADLET_REQUEST in fcp_avc_transaction()
252 ret = snd_fw_transaction(t.unit, tcode, in fcp_avc_transaction()
339 int tcode, int destination, int source, in fcp_response() argument
Dlib.h16 int snd_fw_transaction(struct fw_unit *unit, int tcode,
/sound/firewire/oxfw/
Doxfw-scs1x.c95 int tcode, int destination, int source, int generation, in handle_hss() argument
107 if (tcode != TCODE_WRITE_QUADLET_REQUEST && in handle_hss()
108 tcode != TCODE_WRITE_BLOCK_REQUEST) { in handle_hss()
/sound/firewire/digi00x/
Ddigi00x-transaction.c24 int tcode, int destination, int source, in handle_message() argument
/sound/firewire/dice/
Ddice-transaction.c133 int tcode, int destination, int source, in dice_notification() argument
141 if (tcode != TCODE_WRITE_QUADLET_REQUEST) { in dice_notification()
/sound/firewire/tascam/
Dtascam-transaction.c246 int tcode, int destination, int source, in handle_midi_tx() argument
/sound/firewire/fireworks/
Dfireworks_transaction.c227 int tcode, int destination, int source, in efw_response() argument