Searched refs:WM9705_ID2 (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/input/touchscreen/ |
D | mainstone-wm97xx.c | 50 {WM9705_ID2, 0, WM_READS(94), 94}, 51 {WM9705_ID2, 1, WM_READS(188), 188}, 52 {WM9705_ID2, 2, WM_READS(375), 375}, 53 {WM9705_ID2, 3, WM_READS(750), 750}, 229 case WM9705_ID2: in wm97xx_acc_startup()
|
D | atmel-wm97xx.c | 76 {WM9705_ID2, 0, WM_READS(94), 94}, 77 {WM9705_ID2, 1, WM_READS(188), 188}, 78 {WM9705_ID2, 2, WM_READS(375), 375}, 79 {WM9705_ID2, 3, WM_READS(750), 750}, 259 case WM9705_ID2: /* Fall through. */ in atmel_wm97xx_acc_startup() 303 case WM9705_ID2: /* Fall through. */ in atmel_wm97xx_acc_shutdown()
|
D | wm97xx-core.c | 300 if (wm->id == WM9705_ID2) { in wm97xx_pen_irq_worker() 394 if (wm->id != WM9705_ID2) { in wm97xx_init_pen_irq() 544 if (wm->id != WM9705_ID2) { in wm97xx_ts_input_close()
|
D | wm9705.c | 336 .id = WM9705_ID2,
|
/linux-2.6.39/include/linux/ |
D | wm97xx.h | 123 #define WM9705_ID2 0x4c05 macro
|