Searched refs:AC97_GPIO_POLARITY (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/input/touchscreen/ |
D | wm97xx-core.c | 234 reg = wm97xx_reg_read(wm, AC97_GPIO_POLARITY); in wm97xx_config_gpio() 241 wm97xx_reg_write(wm, AC97_GPIO_POLARITY, reg); in wm97xx_config_gpio() 307 pol = wm97xx_reg_read(wm, AC97_GPIO_POLARITY); in wm97xx_pen_interrupt() 311 wm97xx_reg_write(wm, AC97_GPIO_POLARITY, pol & in wm97xx_pen_interrupt() 315 wm97xx_reg_write(wm, AC97_GPIO_POLARITY, pol | in wm97xx_pen_interrupt() 660 wm->gpio[1] = wm97xx_reg_read(wm, AC97_GPIO_POLARITY); in _wm97xx_probe() 820 wm97xx_reg_write(wm, AC97_GPIO_POLARITY, wm->gpio[1]); in wm97xx_resume()
|
/linux-6.6.21/include/sound/ac97/ |
D | regs.h | 54 #define AC97_GPIO_POLARITY 0x4e /* GPIO Pin Polarity/Type, 0=low, 1=high active */ macro
|
/linux-6.6.21/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 3323 logic_type = snd_cs46xx_codec_read(chip, AC97_GPIO_POLARITY, in voyetra_setup_eapd_slot() 3327 snd_cs46xx_codec_write (chip, AC97_GPIO_POLARITY, logic_type, in voyetra_setup_eapd_slot()
|
/linux-6.6.21/sound/pci/ac97/ |
D | ac97_codec.c | 1717 snd_ac97_write(ac97, AC97_GPIO_POLARITY, 0xffff & ~(AC97_GPIO_LINE1_OH)); in snd_ac97_modem_build()
|