Searched refs:pen_down (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A D88pm860x-ts.c54 int x, y, pen_down; local
62 pen_down = buf[1] & (1 << 6);
68 if (pen_down) {
H A Datmel-wm97xx.c163 u16 pen_down; local
168 pen_down = (data & WM97XX_PEN_DOWN) >> 8;
178 input_report_key(wm->input_dev, BTN_TOUCH, pen_down);
198 int pen_down = gpio_get_value(atmel_wm97xx->gpio_pen); local
200 if (pen_down != 0) {
H A Dads7846.c487 static DEVICE_ATTR(pen_down, S_IRUGO, ads7846_pen_down_show, NULL);

Completed in 46 milliseconds