Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dmainstone-wm97xx.c52 {WM9713_ID2, 0, WM_READS(94), 94},
53 {WM9713_ID2, 1, WM_READS(120), 120},
54 {WM9713_ID2, 2, WM_READS(154), 154},
55 {WM9713_ID2, 3, WM_READS(188), 188},
226 case WM9713_ID2: in wm97xx_acc_startup()
H A Dzylonite-wm97xx.c40 { WM9713_ID2, 0, WM_READS(94), 94 },
41 { WM9713_ID2, 1, WM_READS(120), 120 },
42 { WM9713_ID2, 2, WM_READS(154), 154 },
43 { WM9713_ID2, 3, WM_READS(188), 188 },
H A Dwm97xx-core.c133 if (wm->id == WM9713_ID2 && in wm97xx_read_aux_adc()
821 if (wm->id == WM9713_ID2 && in wm97xx_suspend()
835 if (wm->id == WM9713_ID2) { in wm97xx_resume()
H A Dwm9713.c461 .id = WM9713_ID2,
/OK3568_Linux_fs/kernel/include/linux/
H A Dwm97xx.h122 #define WM9713_ID2 0x4c13 macro