Searched refs:WM9712_ID2 (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/input/touchscreen/ |
D | mainstone-wm97xx.c | 54 {WM9712_ID2, 0, WM_READS(94), 94}, 55 {WM9712_ID2, 1, WM_READS(188), 188}, 56 {WM9712_ID2, 2, WM_READS(375), 375}, 57 {WM9712_ID2, 3, WM_READS(750), 750}, 231 case WM9712_ID2: in wm97xx_acc_startup()
|
D | atmel-wm97xx.c | 80 {WM9712_ID2, 0, WM_READS(94), 94}, 81 {WM9712_ID2, 1, WM_READS(188), 188}, 82 {WM9712_ID2, 2, WM_READS(375), 375}, 83 {WM9712_ID2, 3, WM_READS(750), 750}, 245 case WM9712_ID2: /* Fall through. */ in atmel_wm97xx_acc_startup() 304 case WM9712_ID2: /* Fall through. */ in atmel_wm97xx_acc_shutdown()
|
D | wm97xx-core.c | 219 if (wm->id == WM9712_ID2 && wm->variant != WM97xx_WM1613) in wm97xx_set_gpio() 322 if (wm->id == WM9712_ID2 && wm->variant != WM97xx_WM1613) in wm97xx_pen_irq_worker()
|
D | wm9712.c | 451 .id = WM9712_ID2,
|
/linux-2.6.39/include/linux/ |
D | wm97xx.h | 122 #define WM9712_ID2 0x4c12 macro
|