Home
last modified time | relevance | path

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

/sound/firewire/motu/
Dmotu-transaction.c19 int tcode; in snd_motu_transaction_read() local
24 tcode = TCODE_READ_QUADLET_REQUEST; in snd_motu_transaction_read()
26 tcode = TCODE_READ_BLOCK_REQUEST; in snd_motu_transaction_read()
28 return snd_fw_transaction(motu->unit, tcode, in snd_motu_transaction_read()
35 int tcode; in snd_motu_transaction_write() local
40 tcode = TCODE_WRITE_QUADLET_REQUEST; in snd_motu_transaction_write()
42 tcode = TCODE_WRITE_BLOCK_REQUEST; in snd_motu_transaction_write()
44 return snd_fw_transaction(motu->unit, tcode, in snd_motu_transaction_write()
49 int tcode, int destination, int source, in handle_message() argument
57 if (tcode != TCODE_WRITE_QUADLET_REQUEST) { in handle_message()
/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
252 tcode = command_size == 4 ? TCODE_WRITE_QUADLET_REQUEST in fcp_avc_transaction()
254 ret = snd_fw_transaction(t.unit, tcode, in fcp_avc_transaction()
341 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.c96 int tcode, int destination, int source, int generation, in handle_hss() argument
108 if (tcode != TCODE_WRITE_QUADLET_REQUEST && in handle_hss()
109 tcode != TCODE_WRITE_BLOCK_REQUEST) { in handle_hss()
/sound/firewire/digi00x/
Ddigi00x-transaction.c25 int tcode, int destination, int source, in handle_message() argument
/sound/firewire/dice/
Ddice-transaction.c134 int tcode, int destination, int source, in dice_notification() argument
142 if (tcode != TCODE_WRITE_QUADLET_REQUEST) { in dice_notification()
/sound/firewire/fireface/
Dff-transaction.c137 int tcode, int destination, int source, in handle_midi_msg() argument
/sound/firewire/tascam/
Dtascam-transaction.c247 int tcode, int destination, int source, in handle_midi_tx() argument
/sound/firewire/fireworks/
Dfireworks_transaction.c228 int tcode, int destination, int source, in efw_response() argument