patch_ops         188 include/sound/hda_codec.h 	struct hda_codec_ops patch_ops;
patch_ops         477 include/sound/hda_codec.h 	if (codec->patch_ops.check_power_status)
patch_ops         478 include/sound/hda_codec.h 		return codec->patch_ops.check_power_status(codec, nid);
patch_ops          50 sound/pci/hda/hda_bind.c 	if (codec->patch_ops.unsol_event)
patch_ops          51 sound/pci/hda/hda_bind.c 		codec->patch_ops.unsol_event(codec, ev);
patch_ops         135 sound/pci/hda/hda_bind.c 	if (codec->patch_ops.free)
patch_ops         136 sound/pci/hda/hda_bind.c 		codec->patch_ops.free(codec);
patch_ops         155 sound/pci/hda/hda_bind.c 	if (codec->patch_ops.free)
patch_ops         156 sound/pci/hda/hda_bind.c 		codec->patch_ops.free(codec);
patch_ops         166 sound/pci/hda/hda_bind.c 	if (!pm_runtime_suspended(dev) && codec->patch_ops.reboot_notify)
patch_ops         167 sound/pci/hda/hda_bind.c 		codec->patch_ops.reboot_notify(codec);
patch_ops         767 sound/pci/hda/hda_codec.c 	memset(&codec->patch_ops, 0, sizeof(codec->patch_ops));
patch_ops        1096 sound/pci/hda/hda_codec.c 	if (codec->patch_ops.stream_pm)
patch_ops        1097 sound/pci/hda/hda_codec.c 		codec->patch_ops.stream_pm(codec, nid, true);
patch_ops        1165 sound/pci/hda/hda_codec.c 	if (codec->patch_ops.stream_pm)
patch_ops        1166 sound/pci/hda/hda_codec.c 		codec->patch_ops.stream_pm(codec, nid, false);
patch_ops        2798 sound/pci/hda/hda_codec.c 		if (codec->patch_ops.set_power_state)
patch_ops        2799 sound/pci/hda/hda_codec.c 			codec->patch_ops.set_power_state(codec, fg,
patch_ops        2882 sound/pci/hda/hda_codec.c 	if (codec->patch_ops.suspend)
patch_ops        2883 sound/pci/hda/hda_codec.c 		codec->patch_ops.suspend(codec);
patch_ops        2906 sound/pci/hda/hda_codec.c 	if (codec->patch_ops.resume)
patch_ops        2907 sound/pci/hda/hda_codec.c 		codec->patch_ops.resume(codec);
patch_ops        2909 sound/pci/hda/hda_codec.c 		if (codec->patch_ops.init)
patch_ops        2910 sound/pci/hda/hda_codec.c 			codec->patch_ops.init(codec);
patch_ops        3059 sound/pci/hda/hda_codec.c 	if (codec->patch_ops.init)
patch_ops        3060 sound/pci/hda/hda_codec.c 		err = codec->patch_ops.init(codec);
patch_ops        3061 sound/pci/hda/hda_codec.c 	if (!err && codec->patch_ops.build_controls)
patch_ops        3062 sound/pci/hda/hda_codec.c 		err = codec->patch_ops.build_controls(codec);
patch_ops        3254 sound/pci/hda/hda_codec.c 	if (!codec->patch_ops.build_pcms)
patch_ops        3257 sound/pci/hda/hda_codec.c 	err = codec->patch_ops.build_pcms(codec);
patch_ops        5162 sound/pci/hda/hda_generic.c 		if (!codec->patch_ops.stream_pm)
patch_ops        5163 sound/pci/hda/hda_generic.c 			codec->patch_ops.stream_pm = snd_hda_gen_stream_pm;
patch_ops        6129 sound/pci/hda/hda_generic.c 	codec->patch_ops = generic_patch_ops;
patch_ops         211 sound/pci/hda/patch_analog.c 	codec->patch_ops = ad198x_auto_patch_ops;
patch_ops         864 sound/pci/hda/patch_analog.c 	codec->patch_ops.init = ad1988_auto_init;
patch_ops          53 sound/pci/hda/patch_ca0110.c 	codec->patch_ops = ca0110_patch_ops;
patch_ops        8002 sound/pci/hda/patch_ca0132.c 		codec->patch_ops.init(codec);
patch_ops        8457 sound/pci/hda/patch_ca0132.c 	codec->patch_ops.free(codec);
patch_ops        8774 sound/pci/hda/patch_ca0132.c 		codec->patch_ops = dbpro_patch_ops;
patch_ops        8776 sound/pci/hda/patch_ca0132.c 		codec->patch_ops = ca0132_patch_ops;
patch_ops         594 sound/pci/hda/patch_cirrus.c 	codec->patch_ops = cs_patch_ops;
patch_ops         775 sound/pci/hda/patch_cirrus.c 	codec->patch_ops = cs_patch_ops;
patch_ops        1173 sound/pci/hda/patch_cirrus.c 	codec->patch_ops = cs421x_patch_ops;
patch_ops        1209 sound/pci/hda/patch_cirrus.c 	codec->patch_ops = cs421x_patch_ops;
patch_ops          46 sound/pci/hda/patch_cmedia.c 	codec->patch_ops = cmi_auto_patch_ops;
patch_ops          75 sound/pci/hda/patch_cmedia.c 	codec->patch_ops = cmi_auto_patch_ops;
patch_ops         987 sound/pci/hda/patch_conexant.c 	codec->patch_ops = cx_auto_patch_ops;
patch_ops        2361 sound/pci/hda/patch_hdmi.c 	codec->patch_ops.init(codec);
patch_ops        2414 sound/pci/hda/patch_hdmi.c 	codec->patch_ops = generic_hdmi_patch_ops;
patch_ops        2803 sound/pci/hda/patch_hdmi.c 	codec->patch_ops.unsol_event = NULL;
patch_ops        2848 sound/pci/hda/patch_hdmi.c 	codec->patch_ops.set_power_state = haswell_set_power_state;
patch_ops        3194 sound/pci/hda/patch_hdmi.c 	codec->patch_ops = simple_hdmi_patch_ops;
patch_ops        3381 sound/pci/hda/patch_hdmi.c 	codec->patch_ops.init = nvhdmi_7x_init_2ch;
patch_ops        3441 sound/pci/hda/patch_hdmi.c 	codec->patch_ops.init = nvhdmi_7x_init_8ch;
patch_ops        3442 sound/pci/hda/patch_hdmi.c 	codec->patch_ops.build_pcms = nvhdmi_7x_8ch_build_pcms;
patch_ops        3443 sound/pci/hda/patch_hdmi.c 	codec->patch_ops.build_controls = nvhdmi_7x_8ch_build_controls;
patch_ops        3661 sound/pci/hda/patch_hdmi.c 	codec->patch_ops.build_pcms = tegra_hdmi_build_pcms;
patch_ops        4016 sound/pci/hda/patch_hdmi.c 	codec->patch_ops.init = atihdmi_init;
patch_ops         919 sound/pci/hda/patch_realtek.c 	codec->patch_ops.init(codec);
patch_ops        1143 sound/pci/hda/patch_realtek.c 	codec->patch_ops = alc_patch_ops;
patch_ops        1588 sound/pci/hda/patch_realtek.c 	codec->patch_ops.unsol_event = alc880_unsol_event;
patch_ops        3763 sound/pci/hda/patch_realtek.c 	codec->patch_ops.init(codec);
patch_ops        8243 sound/pci/hda/patch_realtek.c 	codec->patch_ops.suspend = alc269_suspend;
patch_ops        8244 sound/pci/hda/patch_realtek.c 	codec->patch_ops.resume = alc269_resume;
patch_ops         271 sound/pci/hda/patch_si3054.c 	codec->patch_ops = si3054_patch_ops;
patch_ops        4471 sound/pci/hda/patch_sigmatel.c 	codec->patch_ops = stac_patch_ops;
patch_ops         120 sound/pci/hda/patch_via.c 	codec->patch_ops = via_patch_ops;
patch_ops         398 sound/pci/hda/patch_via.c 	codec->patch_ops.init(codec);
patch_ops         601 sound/pci/hda/patch_via.c 	codec->patch_ops.build_controls = vt1708_build_controls;
patch_ops         602 sound/pci/hda/patch_via.c 	codec->patch_ops.build_pcms = vt1708_build_pcms;