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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dinport.c87 static struct input_dev *inport_dev; variable in typeref:struct:input_dev
97 input_report_rel(inport_dev, REL_X, inb(INPORT_DATA_PORT));
100 input_report_rel(inport_dev, REL_Y, inb(INPORT_DATA_PORT));
105 input_report_key(inport_dev, BTN_MIDDLE, buttons & 1);
106 input_report_key(inport_dev, BTN_LEFT, buttons & 2);
107 input_report_key(inport_dev, BTN_RIGHT, buttons & 4);
112 input_sync(inport_dev);
152 inport_dev = input_allocate_device();
153 if (!inport_dev) {
159 inport_dev
[all...]

Completed in 88 milliseconds