Home
last modified time | relevance | path

Searched refs:AC97_GPIO_STATUS (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/input/touchscreen/
Dwm97xx-core.c186 status = wm97xx_reg_read(wm, AC97_GPIO_STATUS); in wm97xx_get_gpio()
213 reg = wm97xx_reg_read(wm, AC97_GPIO_STATUS); in wm97xx_set_gpio()
221 wm97xx_reg_write(wm, AC97_GPIO_STATUS, reg << 1); in wm97xx_set_gpio()
223 wm97xx_reg_write(wm, AC97_GPIO_STATUS, reg); in wm97xx_set_gpio()
310 status = wm97xx_reg_read(wm, AC97_GPIO_STATUS); in wm97xx_pen_irq_worker()
324 wm97xx_reg_write(wm, AC97_GPIO_STATUS, (status & in wm97xx_pen_irq_worker()
327 wm97xx_reg_write(wm, AC97_GPIO_STATUS, status & in wm97xx_pen_irq_worker()
702 wm->gpio[4] = wm97xx_reg_read(wm, AC97_GPIO_STATUS); in _wm97xx_probe()
857 wm97xx_reg_write(wm, AC97_GPIO_STATUS, wm->gpio[4]); in wm97xx_resume()
/Linux-v4.19/sound/arm/
Dpxa2xx-ac97-lib.c60 if (cpu_is_pxa25x() && reg == AC97_GPIO_STATUS) in pxa2xx_ac97_read()
70 if (reg == AC97_GPIO_STATUS) in pxa2xx_ac97_read()
100 if (cpu_is_pxa25x() && reg == AC97_GPIO_STATUS) in pxa2xx_ac97_write()
/Linux-v4.19/drivers/base/regmap/
Dregmap-ac97.c39 case AC97_GPIO_STATUS: in regmap_ac97_default_volatile()
/Linux-v4.19/sound/soc/
Dsoc-ac97.c85 if (snd_soc_component_read(component, AC97_GPIO_STATUS, &ret) < 0) in snd_soc_ac97_gpio_get()
102 snd_soc_component_write(component, AC97_GPIO_STATUS, in snd_soc_ac97_gpio_set()
/Linux-v4.19/include/sound/ac97/
Dregs.h57 #define AC97_GPIO_STATUS 0x54 /* GPIO Pin Status, slot 12 */ macro
/Linux-v4.19/sound/pci/
Datiixp_modem.c468 if (reg == AC97_GPIO_STATUS) { in snd_atiixp_ac97_write()
Dvia82xx_modem.c425 if(reg == AC97_GPIO_STATUS) { in snd_via82xx_codec_write()
Dintel8x0m.c386 if (reg == AC97_GPIO_STATUS) in snd_intel8x0m_codec_read()
/Linux-v4.19/sound/pci/ac97/
Dac97_codec.c695 AC97_SINGLE("Off-hook Switch", AC97_GPIO_STATUS, 0, 1, 0),
696 AC97_SINGLE("Caller ID Switch", AC97_GPIO_STATUS, 2, 1, 0)
/Linux-v4.19/sound/pci/ali5451/
Dali5451.c411 if (reg == AC97_GPIO_STATUS) { in snd_ali_codec_write()