Lines Matching refs:device
105 dev_err(&t.unit->device, "EFW transaction timed out\n"); in snd_efw_transaction_run()
169 struct fw_device *device; in handle_resp_for_user() local
179 device = fw_parent_device(efw->unit); in handle_resp_for_user()
180 if ((device->card != card) || in handle_resp_for_user()
181 (device->generation != generation)) in handle_resp_for_user()
184 if (device->node_id != source) in handle_resp_for_user()
201 struct fw_device *device; in handle_resp_for_kernel() local
207 device = fw_parent_device(t->unit); in handle_resp_for_kernel()
208 if ((device->card != card) || in handle_resp_for_kernel()
209 (device->generation != generation)) in handle_resp_for_kernel()
212 if (device->node_id != source) in handle_resp_for_kernel()