Searched refs:try_warm (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/ |
H A D | ac97_bus.c | 44 * @try_warm: Try a warm reset first 48 * This function resets the AC'97 device. If @try_warm is true the function 50 * returns 1. Otherwise or if @try_warm is false the function issues cold reset 55 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id, in snd_ac97_reset() argument 60 if (try_warm && ops->warm_reset) { in snd_ac97_reset()
|
/kernel/linux/linux-6.6/sound/ |
H A D | ac97_bus.c | 44 * @try_warm: Try a warm reset first 48 * This function resets the AC'97 device. If @try_warm is true the function 50 * returns 1. Otherwise or if @try_warm is false the function issues cold reset 55 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id, in snd_ac97_reset() argument 60 if (try_warm && ops->warm_reset) { in snd_ac97_reset()
|
/kernel/linux/linux-5.10/sound/ac97/ |
H A D | snd_ac97_compat.c | 98 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id, in snd_ac97_reset() argument 105 if (try_warm) { in snd_ac97_reset()
|
/kernel/linux/linux-6.6/sound/ac97/ |
H A D | snd_ac97_compat.c | 98 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id, in snd_ac97_reset() argument 105 if (try_warm) { in snd_ac97_reset()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | ad1980.c | 204 static int ad1980_reset(struct snd_soc_component *component, int try_warm) in ad1980_reset() argument
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | ad1980.c | 204 static int ad1980_reset(struct snd_soc_component *component, int try_warm) in ad1980_reset() argument
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | ac97_codec.h | 339 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id,
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | ac97_codec.h | 342 int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id,
|
Completed in 5 milliseconds