Searched refs:wm97xx_reg_read (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/input/touchscreen/ |
D | wm9713.c | 206 wm->misc = wm97xx_reg_read(wm, 0x5a); in wm9713_phy_init() 219 val = wm97xx_reg_read(wm, AC97_EXTENDED_MID); in wm9713_dig_enable() 223 wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); /* dummy read */ in wm9713_dig_enable() 227 val = wm97xx_reg_read(wm, AC97_EXTENDED_MID); in wm9713_dig_enable() 262 u16 data = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9713_poll_sample() 269 dig1 = wm97xx_reg_read(wm, AC97_WM9713_DIG1); in wm9713_poll_sample() 282 while ((wm97xx_reg_read(wm, AC97_WM9713_DIG1) & WM9713_POLL) && in wm9713_poll_sample() 297 *sample = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9713_poll_sample() 326 u16 val = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9713_poll_coord() 333 dig1 = wm97xx_reg_read(wm, AC97_WM9713_DIG1); in wm9713_poll_coord() [all …]
|
D | wm97xx-core.c | 84 int wm97xx_reg_read(struct wm97xx *wm, u16 reg) in wm97xx_reg_read() function 91 EXPORT_SYMBOL_GPL(wm97xx_reg_read); 134 (power = wm97xx_reg_read(wm, AC97_EXTENDED_MID)) & 0x8000) { in wm97xx_read_aux_adc() 181 status = wm97xx_reg_read(wm, AC97_GPIO_STATUS); in wm97xx_get_gpio() 208 reg = wm97xx_reg_read(wm, AC97_GPIO_STATUS); in wm97xx_set_gpio() 234 reg = wm97xx_reg_read(wm, AC97_GPIO_POLARITY); in wm97xx_config_gpio() 242 reg = wm97xx_reg_read(wm, AC97_GPIO_STICKY); in wm97xx_config_gpio() 250 reg = wm97xx_reg_read(wm, AC97_GPIO_WAKEUP); in wm97xx_config_gpio() 258 reg = wm97xx_reg_read(wm, AC97_GPIO_CFG); in wm97xx_config_gpio() 298 if (wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD) & in wm97xx_pen_interrupt() [all …]
|
D | wm9712.c | 202 reg = wm97xx_reg_read(wm, AC97_MISC_AFE); in wm9712_phy_init() 204 reg = wm97xx_reg_read(wm, AC97_GPIO_CFG); in wm9712_phy_init() 223 wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); /* dummy read */ in wm9712_dig_enable() 256 u16 data = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9712_poll_sample() 272 while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL) in wm9712_poll_sample() 287 *sample = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9712_poll_sample() 301 *sample = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9712_poll_sample() 319 u16 data_rd = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9712_poll_coord() 334 data->x = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9712_poll_coord() 336 while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL) in wm9712_poll_coord() [all …]
|
D | wm9705.c | 183 wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); /* dummy read */ in wm9705_dig_enable() 216 u16 data = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9705_poll_sample() 232 while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL) in wm9705_poll_sample() 247 *sample = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9705_poll_sample()
|
/linux-6.1.9/include/linux/ |
D | wm97xx.h | 323 int wm97xx_reg_read(struct wm97xx *wm, u16 reg);
|