Home
last modified time | relevance | path

Searched refs:AC97_GPIO_POLARITY (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/input/touchscreen/
Dwm97xx-core.c234 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.1.9/include/sound/ac97/
Dregs.h54 #define AC97_GPIO_POLARITY 0x4e /* GPIO Pin Polarity/Type, 0=low, 1=high active */ macro
/linux-6.1.9/sound/pci/cs46xx/
Dcs46xx_lib.c3326 logic_type = snd_cs46xx_codec_read(chip, AC97_GPIO_POLARITY, in voyetra_setup_eapd_slot()
3330 snd_cs46xx_codec_write (chip, AC97_GPIO_POLARITY, logic_type, in voyetra_setup_eapd_slot()
/linux-6.1.9/sound/pci/ac97/
Dac97_codec.c1718 snd_ac97_write(ac97, AC97_GPIO_POLARITY, 0xffff & ~(AC97_GPIO_LINE1_OH)); in snd_ac97_modem_build()