Home
last modified time | relevance | path

Searched refs:target_device (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/firewire/
Dsbp2.c183 static struct fw_device *target_device(struct sbp2_target *tgt) in target_device() function
496 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 …]
/linux-2.6.39/drivers/staging/intel_sst/
Dintel_sst_stream_encoded.c310 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()
Dintel_sst_app_interface.c1240 struct snd_sst_target_device target_device; in intel_sst_ioctl() local
1243 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()
Dintel_sst_ioctl.h342 __u8 target_device; member
Dintel_sst_common.h453 int sst_target_device_select(struct snd_sst_target_device *target_device);