Lines Matching refs:patch_ops
788 memset(&codec->patch_ops, 0, sizeof(codec->patch_ops)); in snd_hda_codec_cleanup_for_unbind()
1154 if (codec->patch_ops.stream_pm) in snd_hda_codec_setup_stream()
1155 codec->patch_ops.stream_pm(codec, nid, true); in snd_hda_codec_setup_stream()
1223 if (codec->patch_ops.stream_pm) in really_cleanup_stream()
1224 codec->patch_ops.stream_pm(codec, nid, false); in really_cleanup_stream()
2803 if (codec->patch_ops.set_power_state) in hda_set_power_state()
2804 codec->patch_ops.set_power_state(codec, fg, in hda_set_power_state()
2887 if (codec->patch_ops.suspend) in hda_call_codec_suspend()
2888 codec->patch_ops.suspend(codec); in hda_call_codec_suspend()
2911 if (codec->patch_ops.resume) in hda_call_codec_resume()
2912 codec->patch_ops.resume(codec); in hda_call_codec_resume()
2914 if (codec->patch_ops.init) in hda_call_codec_resume()
2915 codec->patch_ops.init(codec); in hda_call_codec_resume()
3105 if (codec->patch_ops.init) in snd_hda_codec_build_controls()
3106 err = codec->patch_ops.init(codec); in snd_hda_codec_build_controls()
3107 if (!err && codec->patch_ops.build_controls) in snd_hda_codec_build_controls()
3108 err = codec->patch_ops.build_controls(codec); in snd_hda_codec_build_controls()
3300 if (!codec->patch_ops.build_pcms) in snd_hda_codec_parse_pcms()
3303 err = codec->patch_ops.build_pcms(codec); in snd_hda_codec_parse_pcms()