Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
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()
Dwm9712.c435 dig1 |= WM97XX_CTC | WM97XX_COO | WM97XX_SLEN | in wm9712_acc_enable()
443 dig1 &= ~(WM97XX_CTC | WM97XX_COO | WM97XX_SLEN); in wm9712_acc_enable()
/linux-4.4.14/include/linux/
Dwm97xx.h47 #define WM97XX_CTC 0x0400 /* enable continuous mode */ macro