Searched refs:hda_codec_dev (Results 1 – 13 of 13) sorted by relevance
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | hda_component.c | 143 return component_bind_all(hda_codec_dev(cdc), parent); in hda_component_manager_bind() 153 struct device *dev = hda_codec_dev(cdc); in hda_component_manager_init() 199 dev = hda_codec_dev(parent->codec); in hda_component_manager_free()
|
| H A D | hda_component.h | 99 component_unbind_all(hda_codec_dev(cdc), parent); in hda_component_manager_unbind()
|
| /linux/sound/hda/common/ |
| H A D | hda_local.h | 717 dev_err(hda_codec_dev(codec), fmt, ##args) 719 dev_warn(hda_codec_dev(codec), fmt, ##args) 721 dev_info(hda_codec_dev(codec), fmt, ##args) 723 dev_dbg(hda_codec_dev(codec), fmt, ##args)
|
| H A D | codec.c | 764 pm_runtime_get_noresume(hda_codec_dev(codec)); in snd_hda_codec_cleanup_for_unbind() 765 pm_runtime_disable(hda_codec_dev(codec)); in snd_hda_codec_cleanup_for_unbind() 815 if (device_is_registered(hda_codec_dev(codec))) { in snd_hda_codec_register() 817 pm_runtime_enable(hda_codec_dev(codec)); in snd_hda_codec_register() 852 put_device(hda_codec_dev(codec)); in snd_hda_codec_unregister() 961 put_device(hda_codec_dev(*codecp)); in snd_hda_codec_new() 1807 device_release_driver(hda_codec_dev(codec)); in snd_hda_codec_reset() 3015 pm_runtime_force_suspend(hda_codec_dev(codec)); in snd_hda_codec_shutdown() 3016 pm_runtime_disable(hda_codec_dev(codec)); in snd_hda_codec_shutdown() 3399 struct device *dev = hda_codec_dev(codec); in snd_hda_codec_set_power_save()
|
| H A D | bind.c | 207 return device_attach(hda_codec_dev(codec)) > 0 && codec->preset; in codec_probed()
|
| H A D | sysfs.c | 140 err = device_reprobe(hda_codec_dev(codec)); in reconfig_codec()
|
| /linux/sound/hda/controllers/ |
| H A D | intel.c | 996 pm_request_resume(hda_codec_dev(codec)); in __azx_runtime_resume() 1204 pm_runtime_suspend(hda_codec_dev(codec)); in azx_vs_set_state() 1205 pm_runtime_disable(hda_codec_dev(codec)); in azx_vs_set_state() 1222 pm_runtime_enable(hda_codec_dev(codec)); in azx_vs_set_state() 1223 pm_runtime_resume(hda_codec_dev(codec)); in azx_vs_set_state()
|
| /linux/sound/soc/sof/intel/ |
| H A D | hda-codec.c | 52 return device_attach(hda_codec_dev(codec)); in request_codec_module()
|
| /linux/include/sound/ |
| H A D | hda_codec.h | 292 #define hda_codec_dev(_dev) (&(_dev)->core.dev) macro
|
| /linux/sound/hda/codecs/hdmi/ |
| H A D | hdmi.c | 1151 snd_parse_eld(hda_codec_dev(codec), &eld->info, in update_eld() 1195 snd_show_eld(hda_codec_dev(codec), &eld->info); in update_eld() 1245 struct device *dev = hda_codec_dev(codec); in hdmi_present_sense_via_verbs()
|
| /linux/sound/soc/intel/avs/ |
| H A D | core.c | 157 pm_runtime_set_suspended(hda_codec_dev(codec)); in probe_codec()
|
| /linux/sound/hda/codecs/cirrus/ |
| H A D | cs8409.c | 1298 struct device *dev = hda_codec_dev(codec); in cs8409_cdb35l56_four_autodet_fixup()
|
| /linux/sound/hda/codecs/realtek/ |
| H A D | alc269.c | 3085 dev_warn_once(hda_codec_dev(codec), in alc285_fixup_hp_beep() 3195 struct device *dev = hda_codec_dev(cdc); in find_cirrus_companion_amps()
|