Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dmainstone-wm97xx.c49 { 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()
H A Dwm9712.c451 .id = WM9712_ID2,
H A Dwm97xx-core.c215 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()
/openbmc/linux/include/linux/
H A Dwm97xx.h120 #define WM9712_ID2 0x4c12 macro