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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 183 milliseconds