Searched refs:target_device (Results 1 – 5 of 5) sorted by relevance
183 static struct fw_device *target_device(struct sbp2_target *tgt) in target_device() function496 struct fw_device *device = target_device(lu->tgt); in sbp2_send_orb()516 struct fw_device *device = target_device(lu->tgt); in sbp2_cancel_orbs()555 struct fw_device *device = target_device(lu->tgt); in sbp2_send_management_orb()651 struct fw_device *device = target_device(lu->tgt); in sbp2_agent_reset()668 struct fw_device *device = target_device(lu->tgt); in sbp2_agent_reset_no_wait()707 struct fw_card *card = target_device(tgt)->card; in sbp2_conditionally_block()731 struct fw_card *card = target_device(tgt)->card; in sbp2_conditionally_unblock()756 struct fw_card *card = target_device(tgt)->card; in sbp2_unblock()786 struct fw_device *device = target_device(tgt); in sbp2_release_target()[all …]
310 if (slot->target_device == SND_SST_TARGET_PMIC in sst_prepare_target()316 } else if ((slot->target_device == SND_SST_TARGET_PMIC || in sst_prepare_target()317 slot->target_device == SND_SST_TARGET_MODEM) && in sst_prepare_target()329 if (slot->target_device == SND_SST_TARGET_PMIC && in sst_activate_target()342 } else if ((slot->target_device == SND_SST_TARGET_PMIC || in sst_activate_target()343 slot->target_device == SND_SST_TARGET_MODEM) && in sst_activate_target()
1240 struct snd_sst_target_device target_device; in intel_sst_ioctl() local1243 if (copy_from_user(&target_device, (void __user *)arg, in intel_sst_ioctl()1244 sizeof(target_device))) { in intel_sst_ioctl()1252 retval = sst_target_device_select(&target_device); in intel_sst_ioctl()
342 __u8 target_device; member
453 int sst_target_device_select(struct snd_sst_target_device *target_device);