Searched refs:AC97_GPIO_STATUS (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/input/touchscreen/ |
D | wm97xx-core.c | 185 status = wm97xx_reg_read(wm, AC97_GPIO_STATUS); in wm97xx_get_gpio() 212 reg = wm97xx_reg_read(wm, AC97_GPIO_STATUS); in wm97xx_set_gpio() 220 wm97xx_reg_write(wm, AC97_GPIO_STATUS, reg << 1); in wm97xx_set_gpio() 222 wm97xx_reg_write(wm, AC97_GPIO_STATUS, reg); in wm97xx_set_gpio() 309 status = wm97xx_reg_read(wm, AC97_GPIO_STATUS); in wm97xx_pen_irq_worker() 323 wm97xx_reg_write(wm, AC97_GPIO_STATUS, (status & in wm97xx_pen_irq_worker() 326 wm97xx_reg_write(wm, AC97_GPIO_STATUS, status & in wm97xx_pen_irq_worker() 644 wm->gpio[4] = wm97xx_reg_read(wm, AC97_GPIO_STATUS); in wm97xx_probe() 790 wm97xx_reg_write(wm, AC97_GPIO_STATUS, wm->gpio[4]); in wm97xx_resume()
|
/linux-4.1.27/sound/arm/ |
D | pxa2xx-ac97-lib.c | 57 if (cpu_is_pxa25x() && reg == AC97_GPIO_STATUS) in pxa2xx_ac97_read() 67 if (reg == AC97_GPIO_STATUS) in pxa2xx_ac97_read() 97 if (cpu_is_pxa25x() && reg == AC97_GPIO_STATUS) in pxa2xx_ac97_write()
|
/linux-4.1.27/drivers/base/regmap/ |
D | regmap-ac97.c | 39 case AC97_GPIO_STATUS: in regmap_ac97_default_volatile()
|
/linux-4.1.27/sound/soc/codecs/ |
D | stac9766.c | 174 if (reg == AC97_RESET || reg == AC97_GPIO_STATUS || in stac9766_ac97_read()
|
D | wm9712.c | 491 if (reg == AC97_RESET || reg == AC97_GPIO_STATUS || in ac97_read()
|
D | wm9713.c | 681 if (reg == AC97_RESET || reg == AC97_GPIO_STATUS || in ac97_read()
|
/linux-4.1.27/include/sound/ |
D | ac97_codec.h | 86 #define AC97_GPIO_STATUS 0x54 /* GPIO Pin Status, slot 12 */ macro
|
/linux-4.1.27/sound/pci/ |
D | via82xx_modem.c | 423 if(reg == AC97_GPIO_STATUS) { in snd_via82xx_codec_write()
|
D | atiixp_modem.c | 468 if (reg == AC97_GPIO_STATUS) { in snd_atiixp_ac97_write()
|
D | intel8x0m.c | 386 if (reg == AC97_GPIO_STATUS) in snd_intel8x0m_codec_read()
|
/linux-4.1.27/sound/pci/ac97/ |
D | ac97_codec.c | 695 AC97_SINGLE("Off-hook Switch", AC97_GPIO_STATUS, 0, 1, 0), 696 AC97_SINGLE("Caller ID Switch", AC97_GPIO_STATUS, 2, 1, 0)
|
/linux-4.1.27/sound/pci/ali5451/ |
D | ali5451.c | 411 if (reg == AC97_GPIO_STATUS) { in snd_ali_codec_write()
|