Home
last modified time | relevance | path

Searched refs:WM9705_ID2 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dmainstone-wm97xx.c44 {WM9705_ID2, 0, WM_READS(94), 94},
45 {WM9705_ID2, 1, WM_READS(188), 188},
46 {WM9705_ID2, 2, WM_READS(375), 375},
47 {WM9705_ID2, 3, WM_READS(750), 750},
223 case WM9705_ID2: in wm97xx_acc_startup()
H A Dwm97xx-core.c296 if (wm->id == WM9705_ID2) { in wm97xx_pen_irq_worker()
390 if (wm->id != WM9705_ID2) { in wm97xx_init_pen_irq()
551 if (wm->id != WM9705_ID2) { in wm97xx_ts_input_close()
H A Dwm9705.c330 .id = WM9705_ID2,
/OK3568_Linux_fs/kernel/include/linux/
H A Dwm97xx.h121 #define WM9705_ID2 0x4c05 macro