Searched refs:WM9713_ID2 (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/input/touchscreen/ |
D | mainstone-wm97xx.c | 57 {WM9713_ID2, 0, WM_READS(94), 94}, 58 {WM9713_ID2, 1, WM_READS(120), 120}, 59 {WM9713_ID2, 2, WM_READS(154), 154}, 60 {WM9713_ID2, 3, WM_READS(188), 188}, 231 case WM9713_ID2: in wm97xx_acc_startup()
|
D | zylonite-wm97xx.c | 44 { WM9713_ID2, 0, WM_READS(94), 94 }, 45 { WM9713_ID2, 1, WM_READS(120), 120 }, 46 { WM9713_ID2, 2, WM_READS(154), 154 }, 47 { WM9713_ID2, 3, WM_READS(188), 188 },
|
D | wm97xx-core.c | 138 if (wm->id == WM9713_ID2 && in wm97xx_read_aux_adc() 826 if (wm->id == WM9713_ID2 && in wm97xx_suspend() 840 if (wm->id == WM9713_ID2) { in wm97xx_resume()
|
D | wm9713.c | 466 .id = WM9713_ID2,
|
/Linux-v4.19/include/linux/ |
D | wm97xx.h | 122 #define WM9713_ID2 0x4c13 macro
|