Searched refs:AC97_GPIO_WAKEUP (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/input/touchscreen/ |
D | wm97xx-core.c | 250 reg = wm97xx_reg_read(wm, AC97_GPIO_WAKEUP); in wm97xx_config_gpio() 257 wm97xx_reg_write(wm, AC97_GPIO_WAKEUP, reg); in wm97xx_config_gpio() 662 wm->gpio[3] = wm97xx_reg_read(wm, AC97_GPIO_WAKEUP); in _wm97xx_probe() 822 wm97xx_reg_write(wm, AC97_GPIO_WAKEUP, wm->gpio[3]); in wm97xx_resume()
|
/linux-6.6.21/include/sound/ac97/ |
D | regs.h | 56 #define AC97_GPIO_WAKEUP 0x52 /* GPIO Pin Wakeup, 0=no int, 1=yes int */ macro
|
/linux-6.6.21/sound/pci/ac97/ |
D | ac97_codec.c | 1719 snd_ac97_write(ac97, AC97_GPIO_WAKEUP, 0x0); in snd_ac97_modem_build()
|