Symbol: ABS_MT_ORIENTATION
drivers/hid/hid-debug.c
3529
[ABS_MT_ORIENTATION] = "MTOrientation",
drivers/hid/hid-magicmouse.c
363
input_report_abs(input, ABS_MT_ORIENTATION, -orientation);
drivers/hid/hid-magicmouse.c
635
input_set_abs_params(input, ABS_MT_ORIENTATION, -31, 32, 1, 0);
drivers/hid/hid-magicmouse.c
650
input_set_abs_params(input, ABS_MT_ORIENTATION, -3, 4, 0, 0);
drivers/hid/hid-magicmouse.c
665
input_set_abs_params(input, ABS_MT_ORIENTATION, -31, 32, 1, 0);
drivers/hid/hid-multitouch.c
1203
ABS_MT_ORIENTATION);
drivers/hid/hid-multitouch.c
1242
input_event(input, EV_ABS, ABS_MT_ORIENTATION, orientation);
drivers/hid/hid-multitouch.c
934
if (!test_bit(ABS_MT_ORIENTATION,
drivers/hid/hid-multitouch.c
937
ABS_MT_ORIENTATION, 0, 1, 0, 0);
drivers/hid/hid-multitouch.c
964
input_set_abs_params(hi->input, ABS_MT_ORIENTATION,
drivers/hid/hid-ntrig.c
531
input_set_abs_params(hi->input, ABS_MT_ORIENTATION,
drivers/hid/hid-ntrig.c
737
ABS_MT_ORIENTATION, 1);
drivers/hid/hid-ntrig.c
744
ABS_MT_ORIENTATION, 0);
drivers/hid/hid-sony.c
1162
input_set_abs_params(sc->touchpad, ABS_MT_ORIENTATION,
drivers/hid/hid-sony.c
950
input_report_abs(sc->touchpad, ABS_MT_ORIENTATION,
drivers/hid/wacom_wac.c
1451
input_report_abs(touch_input, ABS_MT_ORIENTATION, w > h);
drivers/hid/wacom_wac.c
1621
input_report_abs(input, ABS_MT_ORIENTATION, w > h);
drivers/hid/wacom_wac.c
2684
input_set_abs_params(input, ABS_MT_ORIENTATION, 0, 1, 0, 0);
drivers/hid/wacom_wac.c
2761
input_report_abs(input, ABS_MT_ORIENTATION, hid_data->width <= hid_data->height ? 0 : 1);
drivers/hid/wacom_wac.c
4036
input_set_abs_params(input_dev, ABS_MT_ORIENTATION, 0, 1, 0, 0);
drivers/input/keyboard/applespi.c
1009
input_report_abs(input, ABS_MT_ORIENTATION,
drivers/input/keyboard/applespi.c
1288
input_set_abs_params(touchpad_input_dev, ABS_MT_ORIENTATION,
drivers/input/misc/xen-kbdfront.c
144
input_report_abs(info->mtouch, ABS_MT_ORIENTATION,
drivers/input/mouse/bcm5974.c
534
set_abs(input_dev, ABS_MT_ORIENTATION, &cfg->o);
drivers/input/mouse/bcm5974.c
581
input_report_abs(input, ABS_MT_ORIENTATION,
drivers/input/mouse/cyapa.c
481
input_set_abs_params(input, ABS_MT_ORIENTATION,
drivers/input/mouse/cyapa_gen5.c
2743
input_report_abs(input, ABS_MT_ORIENTATION,
drivers/input/rmi4/rmi_2d_sensor.c
101
input_event(sensor->input, EV_ABS, ABS_MT_ORIENTATION, wide);
drivers/input/rmi4/rmi_2d_sensor.c
184
input_set_abs_params(input, ABS_MT_ORIENTATION, 0, 1, 0, 0);
drivers/input/touchscreen/apple_z2.c
114
input_report_abs(z2->input_dev, ABS_MT_ORIENTATION,
drivers/input/touchscreen/apple_z2.c
407
input_set_abs_params(z2->input_dev, ABS_MT_ORIENTATION, -32768, 32767, 0, 0);
drivers/input/touchscreen/atmel_mxt_ts.c
1019
input_report_abs(input_dev, ABS_MT_ORIENTATION, orientation);
drivers/input/touchscreen/atmel_mxt_ts.c
2206
input_set_abs_params(input_dev, ABS_MT_ORIENTATION,
drivers/input/touchscreen/atmel_mxt_ts.c
2212
input_set_abs_params(input_dev, ABS_MT_ORIENTATION,
drivers/input/touchscreen/auo-pixcir-ts.c
226
input_report_abs(ts->input, ABS_MT_ORIENTATION,
drivers/input/touchscreen/auo-pixcir-ts.c
544
input_set_abs_params(input_dev, ABS_MT_ORIENTATION, 0, 1, 0, 0);
drivers/input/touchscreen/stmfts.c
190
input_report_abs(sdata->input, ABS_MT_ORIENTATION, orientation);
drivers/input/touchscreen/stmfts.c
664
input_set_abs_params(sdata->input, ABS_MT_ORIENTATION, 0, 255, 0, 0);
drivers/input/touchscreen/sur40.c
449
input_report_abs(input, ABS_MT_ORIENTATION, wide);
drivers/input/touchscreen/sur40.c
638
input_set_abs_params(input_dev, ABS_MT_ORIENTATION, 0, 1, 0, 0);
drivers/input/touchscreen/usbtouchscreen.c
1120
ABS_MT_ORIENTATION, w > h);
drivers/input/touchscreen/zforce_ts.c
364
input_report_abs(ts->input, ABS_MT_ORIENTATION,
drivers/input/touchscreen/zforce_ts.c
771
input_set_abs_params(input_dev, ABS_MT_ORIENTATION, 0, 1, 0, 0);