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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dhtcpen.c58 struct input_dev *htcpen_dev = handle; local
65 input_report_key(htcpen_dev, BTN_TOUCH, 0);
85 input_report_key(htcpen_dev, BTN_TOUCH, 1);
86 input_report_abs(htcpen_dev, ABS_X, x);
87 input_report_abs(htcpen_dev, ABS_Y, y);
91 input_sync(htcpen_dev);
113 struct input_dev *htcpen_dev; local
134 htcpen_dev = input_allocate_device();
135 if (!htcpen_dev) {
141 htcpen_dev
185 struct input_dev *htcpen_dev = dev_get_drvdata(dev); local
[all...]

Completed in 92 milliseconds