Searched refs:WM9705_PDEN (Results 1 - 2 of 2) sorted by last modified time

/linux-master/include/linux/
H A Dwm97xx.h86 #define WM9705_PDEN 0x1000 /* measure only when pen is down */ macro
/linux-master/drivers/input/touchscreen/
H A Dwm9705.c204 return wm->dig[2] & WM9705_PDEN;
315 dig2 |= WM9705_PDEN;
318 dig2 &= ~WM9705_PDEN;

Completed in 200 milliseconds