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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-3m-pct.c52 EV_ABS, ABS_MT_POSITION_X);
144 input_event(input, EV_ABS, ABS_MT_POSITION_X, f->x);
H A Dhid-cando.c46 EV_ABS, ABS_MT_POSITION_X);
123 input_event(input, EV_ABS, ABS_MT_POSITION_X, td->x);
H A Dhid-egalax.c47 EV_ABS, ABS_MT_POSITION_X);
116 input_event(input, EV_ABS, ABS_MT_POSITION_X, td->x >> 3);
H A Dhid-mosart.c48 EV_ABS, ABS_MT_POSITION_X);
129 input_event(input, EV_ABS, ABS_MT_POSITION_X, td->x);
H A Dhid-quanta.c45 EV_ABS, ABS_MT_POSITION_X);
125 input_event(input, EV_ABS, ABS_MT_POSITION_X, td->x);
H A Dhid-stantum.c44 EV_ABS, ABS_MT_POSITION_X);
139 input_event(input, EV_ABS, ABS_MT_POSITION_X, sd->x);
H A Dhid-magicmouse.c235 input_report_abs(input, ABS_MT_POSITION_X, x);
362 input_set_abs_params(input, ABS_MT_POSITION_X, -1100, 1358,
H A Dhid-ntrig.c394 EV_ABS, ABS_MT_POSITION_X);
643 input_event(input, EV_ABS, ABS_MT_POSITION_X, nd->x);
H A Dhid-debug.c833 [ABS_MT_POSITION_X] = "MTPositionX",
H A Dhid-input.c541 if (usage->code == ABS_MT_POSITION_X && input->hint_events_per_packet == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dbcm5974.c343 input_set_abs_params(input_dev, ABS_MT_POSITION_X,
390 input_report_abs(input, ABS_MT_POSITION_X, raw2int(f->abs_x));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dqt602240_ts.c613 input_report_abs(input_dev, ABS_MT_POSITION_X,
1265 input_set_abs_params(input_dev, ABS_MT_POSITION_X,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Duinput.c411 } else if (test_bit(ABS_MT_POSITION_X, dev->absbit)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h705 #define ABS_MT_POSITION_X 0x35 /* Center X ellipse position */ macro

Completed in 213 milliseconds