Home
last modified time | relevance | path

Searched refs:WM9713_ID2 (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/input/touchscreen/
Dmainstone-wm97xx.c53 { WM9713_ID2, 0, WM_READS(94), 94 },
54 { WM9713_ID2, 1, WM_READS(120), 120 },
55 { WM9713_ID2, 2, WM_READS(154), 154 },
56 { WM9713_ID2, 3, WM_READS(188), 188 },
217 case WM9713_ID2: in wm97xx_acc_startup()
Dzylonite-wm97xx.c39 { WM9713_ID2, 0, WM_READS(94), 94 },
40 { WM9713_ID2, 1, WM_READS(120), 120 },
41 { WM9713_ID2, 2, WM_READS(154), 154 },
42 { WM9713_ID2, 3, WM_READS(188), 188 },
Dwm97xx-core.c133 if (wm->id == WM9713_ID2 && in wm97xx_read_aux_adc()
790 if (wm->id == WM9713_ID2 && in wm97xx_suspend()
806 if (wm->id == WM9713_ID2) { in wm97xx_resume()
Dwm9713.c461 .id = WM9713_ID2,
/linux-5.19.10/include/linux/
Dwm97xx.h122 #define WM9713_ID2 0x4c13 macro