Searched refs:patch_ops (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/sound/pci/hda/ |
D | hda_bind.c | 45 if (codec->patch_ops.unsol_event) in hda_codec_unsol_event() 46 codec->patch_ops.unsol_event(codec, ev); in hda_codec_unsol_event() 134 if (codec->patch_ops.free) in hda_codec_driver_remove() 135 codec->patch_ops.free(codec); in hda_codec_driver_remove() 145 if (!pm_runtime_suspended(dev) && codec->patch_ops.reboot_notify) in hda_codec_driver_shutdown() 146 codec->patch_ops.reboot_notify(codec); in hda_codec_driver_shutdown()
|
D | patch_cmedia.c | 60 codec->patch_ops = cmi_auto_patch_ops; in patch_cmi9880() 89 codec->patch_ops = cmi_auto_patch_ops; in patch_cmi8888()
|
D | patch_ca0110.c | 66 codec->patch_ops = ca0110_patch_ops; in patch_ca0110()
|
D | hda_codec.c | 719 memset(&codec->patch_ops, 0, sizeof(codec->patch_ops)); in snd_hda_codec_cleanup_for_unbind() 999 if (codec->patch_ops.stream_pm) in snd_hda_codec_setup_stream() 1000 codec->patch_ops.stream_pm(codec, nid, true); in snd_hda_codec_setup_stream() 1069 if (codec->patch_ops.stream_pm) in really_cleanup_stream() 1070 codec->patch_ops.stream_pm(codec, nid, false); in really_cleanup_stream() 2884 if (codec->patch_ops.set_power_state) in hda_set_power_state() 2885 codec->patch_ops.set_power_state(codec, fg, in hda_set_power_state() 2969 if (codec->patch_ops.suspend) in hda_call_codec_suspend() 2970 codec->patch_ops.suspend(codec); in hda_call_codec_suspend() 2994 if (codec->patch_ops.resume) in hda_call_codec_resume() [all …]
|
D | hda_codec.h | 194 struct hda_codec_ops patch_ops; member 477 if (codec->patch_ops.check_power_status) in hda_call_check_power_status() 478 return codec->patch_ops.check_power_status(codec, nid); in hda_call_check_power_status()
|
D | patch_cirrus.c | 606 codec->patch_ops = cs_patch_ops; in patch_cs420x() 787 codec->patch_ops = cs_patch_ops; in patch_cs4208() 1196 codec->patch_ops = cs421x_patch_ops; in patch_cs4210() 1232 codec->patch_ops = cs421x_patch_ops; in patch_cs4213()
|
D | patch_via.c | 142 codec->patch_ops = via_patch_ops; in via_new_spec() 462 codec->patch_ops.init(codec); in via_resume() 669 codec->patch_ops.build_controls = vt1708_build_controls; in patch_vt1708() 670 codec->patch_ops.build_pcms = vt1708_build_pcms; in patch_vt1708()
|
D | patch_hdmi.c | 2243 codec->patch_ops.init(codec); in generic_hdmi_resume() 2408 codec->patch_ops = generic_hdmi_patch_ops; in patch_generic_hdmi() 2410 codec->patch_ops.set_power_state = haswell_set_power_state; in patch_generic_hdmi() 2692 codec->patch_ops = simple_hdmi_patch_ops; in patch_simple_hdmi() 2879 codec->patch_ops.init = nvhdmi_7x_init_2ch; in patch_nvhdmi_2ch() 2939 codec->patch_ops.init = nvhdmi_7x_init_8ch; in patch_nvhdmi_8ch_7x() 2940 codec->patch_ops.build_pcms = nvhdmi_7x_8ch_build_pcms; in patch_nvhdmi_8ch_7x() 2941 codec->patch_ops.build_controls = nvhdmi_7x_8ch_build_controls; in patch_nvhdmi_8ch_7x() 3151 codec->patch_ops.build_pcms = tegra_hdmi_build_pcms; in patch_tegra_hdmi() 3480 codec->patch_ops.init = atihdmi_init; in patch_atihdmi()
|
D | patch_si3054.c | 285 codec->patch_ops = si3054_patch_ops; in patch_si3054()
|
D | patch_analog.c | 224 codec->patch_ops = ad198x_auto_patch_ops; in alloc_ad_spec() 876 codec->patch_ops.init = ad1988_auto_init; in ad1988_add_spdif_mux_ctl()
|
D | patch_realtek.c | 836 codec->patch_ops.init(codec); in alc_resume() 1033 codec->patch_ops = alc_patch_ops; in alc_alloc_spec() 1478 codec->patch_ops.unsol_event = alc880_unsol_event; in patch_alc880() 3091 codec->patch_ops.init(codec); in alc269_resume() 6013 codec->patch_ops.suspend = alc269_suspend; in patch_alc269() 6014 codec->patch_ops.resume = alc269_resume; in patch_alc269()
|
D | patch_conexant.c | 880 codec->patch_ops = cx_auto_patch_ops; in patch_conexant_auto()
|
D | hda_generic.c | 4978 if (!codec->patch_ops.stream_pm) in snd_hda_gen_parse_auto_config() 4979 codec->patch_ops.stream_pm = snd_hda_gen_stream_pm; in snd_hda_gen_parse_auto_config() 5923 codec->patch_ops = generic_patch_ops; in snd_hda_parse_generic_codec()
|
D | patch_sigmatel.c | 4460 codec->patch_ops = stac_patch_ops; in alloc_stac_spec()
|
D | patch_ca0132.c | 4747 codec->patch_ops = ca0132_patch_ops; in patch_ca0132()
|