Searched refs:WM97XX_POLL (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/input/touchscreen/
H A Dwm9712.c266 | WM97XX_POLL | WM97XX_DELAY(delay));
272 while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL)
330 WM97XX_COO | WM97XX_POLL | WM97XX_DELAY(delay));
336 while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL)
H A Dwm9705.c226 | WM97XX_POLL | WM97XX_DELAY(delay));
232 while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL)
/linux-master/include/linux/
H A Dwm97xx.h38 #define WM97XX_POLL 0x8000 /* initiate a polling measurement */ macro

Completed in 101 milliseconds