Searched refs:snd_hda_set_power_save (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_codec.h | 492 void snd_hda_set_power_save(struct hda_bus *bus, int delay); 495 static inline void snd_hda_set_power_save(struct hda_bus *bus, int delay) {} in snd_hda_set_power_save() function
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_codec.h | 499 void snd_hda_set_power_save(struct hda_bus *bus, int delay); 503 static inline void snd_hda_set_power_save(struct hda_bus *bus, int delay) {} in snd_hda_set_power_save() function
|
/kernel/linux/linux-5.10/sound/soc/intel/boards/ |
H A D | skl_hda_dsp_generic.c | 193 snd_hda_set_power_save(hda_pvt->codec.bus, in skl_set_hda_codec_autosuspend_delay()
|
/kernel/linux/linux-6.6/sound/soc/intel/boards/ |
H A D | skl_hda_dsp_generic.c | 191 snd_hda_set_power_save(hda_pvt->codec->bus, in skl_set_hda_codec_autosuspend_delay()
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_loongson.c | 321 snd_hda_set_power_save(&chip->bus, power_save * 1000); in param_set_xint() 721 snd_hda_set_power_save(&chip->bus, power_save * 1000); in azx_probe_continue()
|
H A D | hda_tegra.c | 522 snd_hda_set_power_save(&chip->bus, power_save * 1000); in hda_tegra_probe_work()
|
H A D | hda_intel.c | 974 snd_hda_set_power_save(&chip->bus, power_save * 1000); in param_set_xint() 2303 snd_hda_set_power_save(&chip->bus, val * 1000); in set_default_power_save()
|
H A D | hda_codec.c | 3423 * snd_hda_set_power_save - reprogram autosuspend for the given delay 3429 void snd_hda_set_power_save(struct hda_bus *bus, int delay) in snd_hda_set_power_save() function 3436 EXPORT_SYMBOL_GPL(snd_hda_set_power_save); variable
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_tegra.c | 577 snd_hda_set_power_save(&chip->bus, power_save * 1000); in hda_tegra_probe_work()
|
H A D | hda_intel.c | 934 snd_hda_set_power_save(&chip->bus, power_save * 1000); in param_set_xint() 2245 snd_hda_set_power_save(&chip->bus, val * 1000); in set_default_power_save()
|
H A D | hda_codec.c | 3454 * snd_hda_set_power_save - reprogram autosuspend for the given delay 3460 void snd_hda_set_power_save(struct hda_bus *bus, int delay) in snd_hda_set_power_save() function 3467 EXPORT_SYMBOL_GPL(snd_hda_set_power_save); variable
|
Completed in 24 milliseconds