Home
last modified time | relevance | path

Searched refs:WM9712_PDEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/input/touchscreen/
H A Dwm9712.c244 return wm->dig[2] & WM9712_PDEN; in is_pden()
436 dig2 |= WM9712_PDEN; in wm9712_acc_enable()
439 dig2 &= ~WM9712_PDEN; in wm9712_acc_enable()
/openbmc/linux/include/linux/
H A Dwm97xx.h72 #define WM9712_PDEN 0x0800 /* measure only when pen down */ macro