Searched refs:inport_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/mouse/
H A Dinport.c84 static struct input_dev *inport_dev; variable in typeref:struct:input_dev
94 input_report_rel(inport_dev, REL_X, inb(INPORT_DATA_PORT));
97 input_report_rel(inport_dev, REL_Y, inb(INPORT_DATA_PORT));
102 input_report_key(inport_dev, BTN_MIDDLE, buttons & 1);
103 input_report_key(inport_dev, BTN_LEFT, buttons & 2);
104 input_report_key(inport_dev, BTN_RIGHT, buttons & 4);
109 input_sync(inport_dev);
149 inport_dev = input_allocate_device();
150 if (!inport_dev) {
156 inport_dev
[all...]

Completed in 50 milliseconds