Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/touchscreen/
Dmainstone-wm97xx.c48 {WM9712_ID2, 0, WM_READS(94), 94},
49 {WM9712_ID2, 1, WM_READS(188), 188},
50 {WM9712_ID2, 2, WM_READS(375), 375},
51 {WM9712_ID2, 3, WM_READS(750), 750},
225 case WM9712_ID2: in wm97xx_acc_startup()
Dwm9712.c451 .id = WM9712_ID2,
Dwm97xx-core.c215 if (wm->id == WM9712_ID2 && wm->variant != WM97xx_WM1613) in wm97xx_set_gpio()
318 if (wm->id == WM9712_ID2 && wm->variant != WM97xx_WM1613) in wm97xx_pen_irq_worker()
/Linux-v5.10/include/linux/
Dwm97xx.h120 #define WM9712_ID2 0x4c12 macro