Searched refs:tcode (Results 1 – 10 of 10) sorted by relevance
/sound/firewire/motu/ |
D | motu-transaction.c | 19 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/ |
D | lib.c | 33 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()
|
D | fcp.c | 235 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
|
D | lib.h | 16 int snd_fw_transaction(struct fw_unit *unit, int tcode,
|
/sound/firewire/oxfw/ |
D | oxfw-scs1x.c | 96 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/ |
D | digi00x-transaction.c | 25 int tcode, int destination, int source, in handle_message() argument
|
/sound/firewire/dice/ |
D | dice-transaction.c | 134 int tcode, int destination, int source, in dice_notification() argument 142 if (tcode != TCODE_WRITE_QUADLET_REQUEST) { in dice_notification()
|
/sound/firewire/fireface/ |
D | ff-transaction.c | 137 int tcode, int destination, int source, in handle_midi_msg() argument
|
/sound/firewire/tascam/ |
D | tascam-transaction.c | 247 int tcode, int destination, int source, in handle_midi_tx() argument
|
/sound/firewire/fireworks/ |
D | fireworks_transaction.c | 228 int tcode, int destination, int source, in efw_response() argument
|