Searched refs:stream_pm (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_codec.h | 118 void (*stream_pm)(struct hda_codec *codec, hda_nid_t nid, bool on); member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_codec.h | 117 void (*stream_pm)(struct hda_codec *codec, hda_nid_t nid, bool on); member
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_codec.c | 1111 if (codec->patch_ops.stream_pm) in snd_hda_codec_setup_stream() 1112 codec->patch_ops.stream_pm(codec, nid, true); in snd_hda_codec_setup_stream() 1180 if (codec->patch_ops.stream_pm) in really_cleanup_stream() 1181 codec->patch_ops.stream_pm(codec, nid, false); in really_cleanup_stream()
|
H A D | hda_generic.c | 5061 * Set this in patch_ops.stream_pm. Only valid with power_save_node flag. 5239 if (!codec->patch_ops.stream_pm) in snd_hda_gen_parse_auto_config() 5240 codec->patch_ops.stream_pm = snd_hda_gen_stream_pm; in snd_hda_gen_parse_auto_config()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_codec.c | 1153 if (codec->patch_ops.stream_pm) in snd_hda_codec_setup_stream() 1154 codec->patch_ops.stream_pm(codec, nid, true); in snd_hda_codec_setup_stream() 1222 if (codec->patch_ops.stream_pm) in really_cleanup_stream() 1223 codec->patch_ops.stream_pm(codec, nid, false); in really_cleanup_stream()
|
H A D | hda_generic.c | 4950 * Set this in patch_ops.stream_pm. Only valid with power_save_node flag. 5131 if (!codec->patch_ops.stream_pm) in snd_hda_gen_parse_auto_config() 5132 codec->patch_ops.stream_pm = snd_hda_gen_stream_pm; in snd_hda_gen_parse_auto_config()
|
Completed in 30 milliseconds