Lines Matching refs:unit
55 struct fw_unit *unit; member
63 int snd_efw_transaction_cmd(struct fw_unit *unit, in snd_efw_transaction_cmd() argument
66 return snd_fw_transaction(unit, TCODE_WRITE_BLOCK_REQUEST, in snd_efw_transaction_cmd()
71 int snd_efw_transaction_run(struct fw_unit *unit, in snd_efw_transaction_run() argument
79 t.unit = unit; in snd_efw_transaction_run()
92 ret = snd_efw_transaction_cmd(t.unit, (void *)cmd, cmd_size); in snd_efw_transaction_run()
105 dev_err(&t.unit->device, "EFW transaction timed out\n"); in snd_efw_transaction_run()
179 device = fw_parent_device(efw->unit); in handle_resp_for_user()
207 device = fw_parent_device(t->unit); in handle_resp_for_kernel()
290 void snd_efw_transaction_bus_reset(struct fw_unit *unit) in snd_efw_transaction_bus_reset() argument
296 if ((t->unit == unit) && in snd_efw_transaction_bus_reset()