Searched refs:snd_fw_transaction (Results 1 – 7 of 7) sorted by relevance
/sound/firewire/ |
D | lib.c | 29 int snd_fw_transaction(struct fw_unit *unit, int tcode, in snd_fw_transaction() function 55 EXPORT_SYMBOL(snd_fw_transaction);
|
D | lib.h | 9 int snd_fw_transaction(struct fw_unit *unit, int tcode,
|
D | fcp.c | 91 ret = snd_fw_transaction(t.unit, tcode, in fcp_avc_transaction()
|
D | scs1x.c | 371 err = snd_fw_transaction(scs->unit, TCODE_WRITE_BLOCK_REQUEST, in scs_init_hss_address() 479 snd_fw_transaction(scs->unit, TCODE_WRITE_BLOCK_REQUEST, in scs_update()
|
D | cmp.c | 109 err = snd_fw_transaction(unit, TCODE_READ_QUADLET_REQUEST, in cmp_connection_init()
|
D | isight.c | 317 return snd_fw_transaction(isight->unit, TCODE_READ_QUADLET_REQUEST, in reg_read() 323 return snd_fw_transaction(isight->unit, TCODE_WRITE_QUADLET_REQUEST, in reg_write()
|
D | speakers.c | 651 err = snd_fw_transaction(unit, TCODE_READ_QUADLET_REQUEST, in fwspk_read_firmware_version()
|