Searched refs:WM9712_ID2 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/input/touchscreen/ |
D | mainstone-wm97xx.c | 49 { WM9712_ID2, 0, WM_READS(94), 94 }, 50 { WM9712_ID2, 1, WM_READS(188), 188 }, 51 { WM9712_ID2, 2, WM_READS(375), 375 }, 52 { WM9712_ID2, 3, WM_READS(750), 750 }, 206 case WM9712_ID2: in wm97xx_acc_startup()
|
D | wm9712.c | 451 .id = WM9712_ID2,
|
D | wm97xx-core.c | 215 if (wm->id == WM9712_ID2 && wm->variant != WM97xx_WM1613) in wm97xx_set_gpio() 319 if (wm->id == WM9712_ID2 && wm->variant != WM97xx_WM1613) in wm97xx_pen_interrupt()
|
/Linux-v6.6/include/linux/ |
D | wm97xx.h | 120 #define WM9712_ID2 0x4c12 macro
|