Searched refs:WM9713_ID2 (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/input/touchscreen/ |
D | mainstone-wm97xx.c | 58 {WM9713_ID2, 0, WM_READS(94), 94}, 59 {WM9713_ID2, 1, WM_READS(120), 120}, 60 {WM9713_ID2, 2, WM_READS(154), 154}, 61 {WM9713_ID2, 3, WM_READS(188), 188}, 232 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 | atmel-wm97xx.c | 84 {WM9713_ID2, 0, WM_READS(94), 94}, 85 {WM9713_ID2, 1, WM_READS(120), 120}, 86 {WM9713_ID2, 2, WM_READS(154), 154}, 87 {WM9713_ID2, 3, WM_READS(188), 188}, 246 case WM9713_ID2: in atmel_wm97xx_acc_startup() 305 case WM9713_ID2: in atmel_wm97xx_acc_shutdown()
|
D | wm97xx-core.c | 137 if (wm->id == WM9713_ID2 && in wm97xx_read_aux_adc() 748 if (wm->id == WM9713_ID2 && in wm97xx_suspend() 762 if (wm->id == WM9713_ID2) { in wm97xx_resume()
|
D | wm9713.c | 465 .id = WM9713_ID2,
|
/linux-2.6.39/include/linux/ |
D | wm97xx.h | 124 #define WM9713_ID2 0x4c13 macro
|