Symbol: wm97xx_reg_read
drivers/input/touchscreen/wm9705.c
184
wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); /* dummy read */
drivers/input/touchscreen/wm9705.c
217
u16 data = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
drivers/input/touchscreen/wm9705.c
233
while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL)
drivers/input/touchscreen/wm9705.c
248
*sample = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
drivers/input/touchscreen/wm9712.c
203
reg = wm97xx_reg_read(wm, AC97_MISC_AFE);
drivers/input/touchscreen/wm9712.c
205
reg = wm97xx_reg_read(wm, AC97_GPIO_CFG);
drivers/input/touchscreen/wm9712.c
224
wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); /* dummy read */
drivers/input/touchscreen/wm9712.c
257
u16 data = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
drivers/input/touchscreen/wm9712.c
273
while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL)
drivers/input/touchscreen/wm9712.c
288
*sample = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
drivers/input/touchscreen/wm9712.c
302
*sample = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
drivers/input/touchscreen/wm9712.c
320
u16 data_rd = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
drivers/input/touchscreen/wm9712.c
335
data->x = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
drivers/input/touchscreen/wm9712.c
337
while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL)
drivers/input/touchscreen/wm9712.c
353
data->y = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
drivers/input/touchscreen/wm9712.c
355
data->p = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
drivers/input/touchscreen/wm9713.c
207
wm->misc = wm97xx_reg_read(wm, 0x5a);
drivers/input/touchscreen/wm9713.c
220
val = wm97xx_reg_read(wm, AC97_EXTENDED_MID);
drivers/input/touchscreen/wm9713.c
224
wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); /* dummy read */
drivers/input/touchscreen/wm9713.c
228
val = wm97xx_reg_read(wm, AC97_EXTENDED_MID);
drivers/input/touchscreen/wm9713.c
263
u16 data = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
drivers/input/touchscreen/wm9713.c
270
dig1 = wm97xx_reg_read(wm, AC97_WM9713_DIG1);
drivers/input/touchscreen/wm9713.c
283
while ((wm97xx_reg_read(wm, AC97_WM9713_DIG1) & WM9713_POLL) &&
drivers/input/touchscreen/wm9713.c
298
*sample = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
drivers/input/touchscreen/wm9713.c
327
u16 val = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
drivers/input/touchscreen/wm9713.c
334
dig1 = wm97xx_reg_read(wm, AC97_WM9713_DIG1);
drivers/input/touchscreen/wm9713.c
346
data->x = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
drivers/input/touchscreen/wm9713.c
348
while ((wm97xx_reg_read(wm, AC97_WM9713_DIG1) & WM9713_POLL)
drivers/input/touchscreen/wm9713.c
364
data->y = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
drivers/input/touchscreen/wm9713.c
366
data->p = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
drivers/input/touchscreen/wm97xx-core.c
135
(power = wm97xx_reg_read(wm, AC97_EXTENDED_MID)) & 0x8000) {
drivers/input/touchscreen/wm97xx-core.c
182
status = wm97xx_reg_read(wm, AC97_GPIO_STATUS);
drivers/input/touchscreen/wm97xx-core.c
209
reg = wm97xx_reg_read(wm, AC97_GPIO_STATUS);
drivers/input/touchscreen/wm97xx-core.c
235
reg = wm97xx_reg_read(wm, AC97_GPIO_POLARITY);
drivers/input/touchscreen/wm97xx-core.c
243
reg = wm97xx_reg_read(wm, AC97_GPIO_STICKY);
drivers/input/touchscreen/wm97xx-core.c
251
reg = wm97xx_reg_read(wm, AC97_GPIO_WAKEUP);
drivers/input/touchscreen/wm97xx-core.c
259
reg = wm97xx_reg_read(wm, AC97_GPIO_CFG);
drivers/input/touchscreen/wm97xx-core.c
299
if (wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD) &
drivers/input/touchscreen/wm97xx-core.c
307
status = wm97xx_reg_read(wm, AC97_GPIO_STATUS);
drivers/input/touchscreen/wm97xx-core.c
308
pol = wm97xx_reg_read(wm, AC97_GPIO_POLARITY);
drivers/input/touchscreen/wm97xx-core.c
370
reg = wm97xx_reg_read(wm, AC97_MISC_AFE);
drivers/input/touchscreen/wm97xx-core.c
373
reg = wm97xx_reg_read(wm, 0x5a);
drivers/input/touchscreen/wm97xx-core.c
530
reg = wm97xx_reg_read(wm, AC97_MISC_AFE);
drivers/input/touchscreen/wm97xx-core.c
621
id = wm97xx_reg_read(wm, AC97_VENDOR_ID1);
drivers/input/touchscreen/wm97xx-core.c
628
wm->id = wm97xx_reg_read(wm, AC97_VENDOR_ID2);
drivers/input/touchscreen/wm97xx-core.c
660
wm->gpio[0] = wm97xx_reg_read(wm, AC97_GPIO_CFG);
drivers/input/touchscreen/wm97xx-core.c
661
wm->gpio[1] = wm97xx_reg_read(wm, AC97_GPIO_POLARITY);
drivers/input/touchscreen/wm97xx-core.c
662
wm->gpio[2] = wm97xx_reg_read(wm, AC97_GPIO_STICKY);
drivers/input/touchscreen/wm97xx-core.c
663
wm->gpio[3] = wm97xx_reg_read(wm, AC97_GPIO_WAKEUP);
drivers/input/touchscreen/wm97xx-core.c
664
wm->gpio[4] = wm97xx_reg_read(wm, AC97_GPIO_STATUS);
drivers/input/touchscreen/wm97xx-core.c
665
wm->gpio[5] = wm97xx_reg_read(wm, AC97_MISC_AFE);
drivers/input/touchscreen/wm97xx-core.c
781
reg = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER2);
drivers/input/touchscreen/wm97xx-core.c
791
reg = wm97xx_reg_read(wm, AC97_EXTENDED_MID) | 0x8000;
drivers/input/touchscreen/wm97xx-core.c
810
reg = wm97xx_reg_read(wm, AC97_EXTENDED_MID) & 0x7fff;
drivers/input/touchscreen/wm97xx-core.c
92
EXPORT_SYMBOL_GPL(wm97xx_reg_read);
include/linux/wm97xx.h
323
int wm97xx_reg_read(struct wm97xx *wm, u16 reg);