Home
last modified time | relevance | path

Searched refs:wm97xx_reg_read (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/input/touchscreen/
Dwm9713.c211 wm->misc = wm97xx_reg_read(wm, 0x5a); in wm9713_phy_init()
224 val = wm97xx_reg_read(wm, AC97_EXTENDED_MID); in wm9713_dig_enable()
228 wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); /* dummy read */ in wm9713_dig_enable()
232 val = wm97xx_reg_read(wm, AC97_EXTENDED_MID); in wm9713_dig_enable()
267 u16 data = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9713_poll_sample()
274 dig1 = wm97xx_reg_read(wm, AC97_WM9713_DIG1); in wm9713_poll_sample()
287 while ((wm97xx_reg_read(wm, AC97_WM9713_DIG1) & WM9713_POLL) && in wm9713_poll_sample()
302 *sample = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9713_poll_sample()
331 u16 val = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9713_poll_coord()
338 dig1 = wm97xx_reg_read(wm, AC97_WM9713_DIG1); in wm9713_poll_coord()
[all …]
Dwm97xx-core.c88 int wm97xx_reg_read(struct wm97xx *wm, u16 reg) in wm97xx_reg_read() function
95 EXPORT_SYMBOL_GPL(wm97xx_reg_read);
138 (power = wm97xx_reg_read(wm, AC97_EXTENDED_MID)) & 0x8000) { in wm97xx_read_aux_adc()
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()
238 reg = wm97xx_reg_read(wm, AC97_GPIO_POLARITY); in wm97xx_config_gpio()
246 reg = wm97xx_reg_read(wm, AC97_GPIO_STICKY); in wm97xx_config_gpio()
254 reg = wm97xx_reg_read(wm, AC97_GPIO_WAKEUP); in wm97xx_config_gpio()
262 reg = wm97xx_reg_read(wm, AC97_GPIO_CFG); in wm97xx_config_gpio()
301 if (wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD) & in wm97xx_pen_irq_worker()
[all …]
Dwm9712.c207 reg = wm97xx_reg_read(wm, AC97_MISC_AFE); in wm9712_phy_init()
209 reg = wm97xx_reg_read(wm, AC97_GPIO_CFG); in wm9712_phy_init()
228 wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); /* dummy read */ in wm9712_dig_enable()
261 u16 data = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9712_poll_sample()
277 while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL) in wm9712_poll_sample()
292 *sample = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9712_poll_sample()
306 *sample = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9712_poll_sample()
324 u16 data_rd = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9712_poll_coord()
339 data->x = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9712_poll_coord()
341 while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL) in wm9712_poll_coord()
[all …]
Dwm9705.c188 wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); /* dummy read */ in wm9705_dig_enable()
221 u16 data = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9705_poll_sample()
237 while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL) in wm9705_poll_sample()
252 *sample = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); in wm9705_poll_sample()
/linux-4.4.14/include/linux/
Dwm97xx.h327 int wm97xx_reg_read(struct wm97xx *wm, u16 reg);