Lines Matching refs:dev
1608 struct device *dev = hda_codec_dev(codec); in hdmi_present_sense_via_verbs() local
1623 if (dev->power.runtime_status == RPM_SUSPENDING) in hdmi_present_sense_via_verbs()
1628 if (ret < 0 && pm_runtime_suspended(dev)) in hdmi_present_sense_via_verbs()
2368 int dev, err; in generic_hdmi_build_controls() local
2392 dev = get_pcm_rec(spec, pcm_idx)->device; in generic_hdmi_build_controls()
2393 if (dev != SNDRV_PCM_INVALID_DEVICE) { in generic_hdmi_build_controls()
2395 err = hdmi_create_eld_ctl(codec, pcm_idx, dev); in generic_hdmi_build_controls()
2657 static int generic_acomp_master_bind(struct device *dev, in generic_acomp_master_bind() argument
2664 static void generic_acomp_master_unbind(struct device *dev, in generic_acomp_master_unbind() argument
2671 static int match_bound_vga(struct device *dev, int subtype, void *data) in match_bound_vga() argument
2676 if (!dev_is_pci(dev) || !dev_is_pci(bus->dev)) in match_bound_vga()
2678 master = to_pci_dev(bus->dev); in match_bound_vga()
2679 pci = to_pci_dev(dev); in match_bound_vga()
2697 if (codec->core.dev.power.power_state.event == PM_EVENT_SUSPEND) in generic_acomp_pin_eld_notify()
2880 if (codec->core.dev.power.power_state.event == PM_EVENT_SUSPEND) in intel_pin_eld_notify()