Home
last modified time | relevance | path

Searched refs:hda_codec_dev (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/sound/pci/hda/
H A Dhda_component.c147 ret = component_bind_all(hda_codec_dev(cdc), parent); in hda_component_manager_bind()
160 struct device *dev = hda_codec_dev(cdc); in hda_component_manager_init()
202 dev = hda_codec_dev(parent->codec); in hda_component_manager_free()
H A Dhda_local.h714 dev_err(hda_codec_dev(codec), fmt, ##args)
716 dev_warn(hda_codec_dev(codec), fmt, ##args)
718 dev_info(hda_codec_dev(codec), fmt, ##args)
720 dev_dbg(hda_codec_dev(codec), fmt, ##args)
H A Dhda_component.h99 component_unbind_all(hda_codec_dev(cdc), parent); in hda_component_manager_unbind()
H A Dhda_codec.c775 pm_runtime_get_noresume(hda_codec_dev(codec)); in snd_hda_codec_cleanup_for_unbind()
776 pm_runtime_disable(hda_codec_dev(codec)); in snd_hda_codec_cleanup_for_unbind()
827 if (device_is_registered(hda_codec_dev(codec))) { in snd_hda_codec_register()
829 pm_runtime_enable(hda_codec_dev(codec)); in snd_hda_codec_register()
864 put_device(hda_codec_dev(codec)); in snd_hda_codec_unregister()
973 put_device(hda_codec_dev(*codecp)); in snd_hda_codec_new()
1851 device_release_driver(hda_codec_dev(codec)); in snd_hda_codec_reset()
3058 pm_runtime_force_suspend(hda_codec_dev(codec)); in snd_hda_codec_shutdown()
3059 pm_runtime_disable(hda_codec_dev(codec)); in snd_hda_codec_shutdown()
3436 struct device *dev = hda_codec_dev(codec); in snd_hda_codec_set_power_save()
H A Dhda_bind.c204 return device_attach(hda_codec_dev(codec)) > 0 && codec->preset; in codec_probed()
H A Dhda_intel.c997 pm_request_resume(hda_codec_dev(codec)); in __azx_runtime_resume()
1205 pm_runtime_suspend(hda_codec_dev(codec)); in azx_vs_set_state()
1206 pm_runtime_disable(hda_codec_dev(codec)); in azx_vs_set_state()
1223 pm_runtime_enable(hda_codec_dev(codec)); in azx_vs_set_state()
1224 pm_runtime_resume(hda_codec_dev(codec)); in azx_vs_set_state()
H A Dhda_sysfs.c140 err = device_reprobe(hda_codec_dev(codec)); in reconfig_codec()
H A Dpatch_hdmi.c1514 snd_parse_eld(hda_codec_dev(codec), &eld->info, in update_eld()
1558 snd_show_eld(hda_codec_dev(codec), &eld->info); in update_eld()
1608 struct device *dev = hda_codec_dev(codec); in hdmi_present_sense_via_verbs()
H A Dpatch_realtek.c7112 dev_warn_once(hda_codec_dev(codec), in alc285_fixup_hp_beep()
7222 struct device *dev = hda_codec_dev(cdc); in find_cirrus_companion_amps()
/linux-6.15/sound/soc/sof/intel/
H A Dhda-codec.c52 return device_attach(hda_codec_dev(codec)); in request_codec_module()
/linux-6.15/include/sound/
H A Dhda_codec.h290 #define hda_codec_dev(_dev) (&(_dev)->core.dev) macro
/linux-6.15/sound/soc/intel/avs/
H A Dcore.c149 pm_runtime_set_suspended(hda_codec_dev(codec)); in probe_codec()