Home
last modified time | relevance | path

Searched refs:patch_ops (Results 1 – 19 of 19) sorted by relevance

/linux-6.14.4/sound/pci/hda/
Dpatch_cmedia.c220 codec->patch_ops.init(codec); in cm9825_resume()
269 codec->patch_ops = cmi_auto_patch_ops; in patch_cm9825()
270 codec->patch_ops.init = cm9825_init; in patch_cm9825()
271 codec->patch_ops.suspend = cm9825_suspend; in patch_cm9825()
272 codec->patch_ops.resume = cm9825_resume; in patch_cm9825()
273 codec->patch_ops.free = cm9825_free; in patch_cm9825()
274 codec->patch_ops.check_power_status = snd_hda_gen_check_power_status; in patch_cm9825()
314 codec->patch_ops = cmi_auto_patch_ops; in patch_cmi9880()
343 codec->patch_ops = cmi_auto_patch_ops; in patch_cmi8888()
Dhda_bind.c54 if (codec->patch_ops.unsol_event) in hda_codec_unsol_event()
55 codec->patch_ops.unsol_event(codec, ev); in hda_codec_unsol_event()
139 if (codec->patch_ops.free) in hda_codec_driver_probe()
140 codec->patch_ops.free(codec); in hda_codec_driver_probe()
166 if (codec->patch_ops.free) in hda_codec_driver_remove()
167 codec->patch_ops.free(codec); in hda_codec_driver_remove()
Dhda_codec.c786 memset(&codec->patch_ops, 0, sizeof(codec->patch_ops)); in snd_hda_codec_cleanup_for_unbind()
1149 if (codec->patch_ops.stream_pm) in snd_hda_codec_setup_stream()
1150 codec->patch_ops.stream_pm(codec, nid, true); in snd_hda_codec_setup_stream()
1218 if (codec->patch_ops.stream_pm) in really_cleanup_stream()
1219 codec->patch_ops.stream_pm(codec, nid, false); in really_cleanup_stream()
2813 if (codec->patch_ops.set_power_state) in hda_set_power_state()
2814 codec->patch_ops.set_power_state(codec, fg, in hda_set_power_state()
2896 if (codec->patch_ops.suspend) in hda_call_codec_suspend()
2897 codec->patch_ops.suspend(codec); in hda_call_codec_suspend()
2921 if (codec->patch_ops.resume) in hda_call_codec_resume()
[all …]
Dpatch_ca0110.c53 codec->patch_ops = ca0110_patch_ops; in patch_ca0110()
Dpatch_cirrus.c596 codec->patch_ops = cs_patch_ops; in patch_cs420x()
778 codec->patch_ops = cs_patch_ops; in patch_cs4208()
1174 codec->patch_ops = cs421x_patch_ops; in patch_cs4210()
1210 codec->patch_ops = cs421x_patch_ops; in patch_cs4213()
Dpatch_via.c121 codec->patch_ops = via_patch_ops; in via_new_spec()
398 codec->patch_ops.init(codec); in via_resume()
594 codec->patch_ops.build_controls = vt1708_build_controls; in patch_vt1708()
595 codec->patch_ops.build_pcms = vt1708_build_pcms; in patch_vt1708()
Dpatch_hdmi.c2535 codec->patch_ops.init(codec); in generic_hdmi_resume()
2586 codec->patch_ops = generic_hdmi_patch_ops; in alloc_generic_hdmi()
3050 codec->patch_ops.unsol_event = NULL; in alloc_intel_hdmi()
3097 codec->patch_ops.set_power_state = haswell_set_power_state; in intel_hsw_common_init()
3166 codec->patch_ops.resume = i915_adlp_hdmi_resume; in patch_i915_adlp_hdmi()
3167 codec->patch_ops.suspend = i915_adlp_hdmi_suspend; in patch_i915_adlp_hdmi()
3477 codec->patch_ops = simple_hdmi_patch_ops; in patch_simple_hdmi()
3664 codec->patch_ops.init = nvhdmi_7x_init_2ch; in patch_nvhdmi_2ch()
3725 codec->patch_ops.init = nvhdmi_7x_init_8ch; in patch_nvhdmi_8ch_7x()
3726 codec->patch_ops.build_pcms = nvhdmi_7x_8ch_build_pcms; in patch_nvhdmi_8ch_7x()
[all …]
Dpatch_senarytech.c185 codec->patch_ops = senary_auto_patch_ops; in patch_senary_auto()
Dpatch_si3054.c271 codec->patch_ops = si3054_patch_ops; in patch_si3054()
Dpatch_analog.c201 codec->patch_ops = ad198x_auto_patch_ops; in alloc_ad_spec()
857 codec->patch_ops.init = ad1988_auto_init; in ad1988_add_spdif_mux_ctl()
Dpatch_cs8409.c1137 codec->patch_ops = cs8409_cs42l42_patch_ops; in cs8409_cs42l42_fixups()
1374 codec->patch_ops = cs8409_dolphin_patch_ops; in dolphin_fixups()
Dpatch_conexant.c1193 codec->patch_ops = cx_auto_patch_ops; in patch_conexant_auto()
Dpatch_realtek.c1002 codec->patch_ops.init(codec); in alc_resume()
1223 codec->patch_ops = alc_patch_ops; in alc_alloc_spec()
1669 codec->patch_ops.unsol_event = alc880_unsol_event; in patch_alc880()
4137 codec->patch_ops.init(codec); in alc269_resume()
11950 codec->patch_ops.suspend = alc269_suspend; in patch_alc269()
11951 codec->patch_ops.resume = alc269_resume; in patch_alc269()
Dhda_generic.c5193 if (!codec->patch_ops.stream_pm) in snd_hda_gen_parse_auto_config()
5194 codec->patch_ops.stream_pm = snd_hda_gen_stream_pm; in snd_hda_gen_parse_auto_config()
6138 codec->patch_ops = generic_patch_ops; in snd_hda_parse_generic_codec()
Dpatch_ca0132.c9121 codec->patch_ops.init(codec); in sbz_dsp_startup_check()
10004 codec->patch_ops = dbpro_patch_ops; in patch_ca0132()
10006 codec->patch_ops = ca0132_patch_ops; in patch_ca0132()
Dpatch_sigmatel.c4477 codec->patch_ops = stac_patch_ops; in alloc_stac_spec()
/linux-6.14.4/sound/soc/codecs/
Dhda.c255 if (codec->patch_ops.free) in hda_codec_probe()
256 codec->patch_ops.free(codec); in hda_codec_probe()
284 if (codec->patch_ops.free) in hda_codec_remove()
285 codec->patch_ops.free(codec); in hda_codec_remove()
Dhdac_hda.c534 if (hcodec->patch_ops.free) in hdac_hda_codec_probe()
535 hcodec->patch_ops.free(hcodec); in hdac_hda_codec_probe()
562 if (codec->patch_ops.free) in hdac_hda_codec_remove()
563 codec->patch_ops.free(codec); in hdac_hda_codec_remove()
/linux-6.14.4/include/sound/
Dhda_codec.h185 struct hda_codec_ops patch_ops; member
480 if (codec->patch_ops.check_power_status) in hda_call_check_power_status()
481 return codec->patch_ops.check_power_status(codec, nid); in hda_call_check_power_status()