Home
last modified time | relevance | path

Searched refs:WM97XX_COO (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/input/touchscreen/
Dwm9712.c335 WM97XX_COO | WM97XX_POLL | WM97XX_DELAY(delay)); in wm9712_poll_coord()
435 dig1 |= WM97XX_CTC | WM97XX_COO | WM97XX_SLEN | in wm9712_acc_enable()
443 dig1 &= ~(WM97XX_CTC | WM97XX_COO | WM97XX_SLEN); in wm9712_acc_enable()
Dwm9705.c314 dig1 |= WM97XX_CTC | WM97XX_COO | WM97XX_SLEN | in wm9705_acc_enable()
322 dig1 &= ~(WM97XX_CTC | WM97XX_COO | WM97XX_SLEN); in wm9705_acc_enable()
/linux-4.4.14/include/linux/
Dwm97xx.h46 #define WM97XX_COO 0x0800 /* enable coordinate mode */ macro