Lines Matching defs:delay
9 #include <linux/delay.h>
2793 /* this delay seems necessary to avoid click noise at power-down */
3431 * @delay: autosuspend delay
3433 void snd_hda_codec_set_power_save(struct hda_codec *codec, int delay)
3437 if (delay == 0 && codec->auto_runtime_pm)
3438 delay = 3000;
3440 if (delay > 0) {
3441 pm_runtime_set_autosuspend_delay(dev, delay);
3454 * snd_hda_set_power_save - reprogram autosuspend for the given delay
3456 * @delay: autosuspend delay in msec, 0 = off
3460 void snd_hda_set_power_save(struct hda_bus *bus, int delay)
3465 snd_hda_codec_set_power_save(c, delay);