Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/input/touchscreen/
Dmainstone-wm97xx.c54 {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()
Datmel-wm97xx.c80 {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()
Dwm97xx-core.c219 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()
Dwm9712.c451 .id = WM9712_ID2,
/linux-2.6.39/include/linux/
Dwm97xx.h122 #define WM9712_ID2 0x4c12 macro