| /linux/drivers/hid/ |
| H A D | hid-magicmouse.c | 363 input_report_abs(input, ABS_MT_ORIENTATION, -orientation); in magicmouse_emit_touch() 651 input_set_abs_params(input, ABS_MT_ORIENTATION, -31, 32, 1, 0); in magicmouse_setup_input() 666 input_set_abs_params(input, ABS_MT_ORIENTATION, -3, 4, 0, 0); in magicmouse_setup_input() 681 input_set_abs_params(input, ABS_MT_ORIENTATION, -31, 32, 1, 0); in magicmouse_setup_input()
|
| H A D | hid-ntrig.c | 531 input_set_abs_params(hi->input, ABS_MT_ORIENTATION, in ntrig_input_mapping() 737 ABS_MT_ORIENTATION, 1); in ntrig_event() 744 ABS_MT_ORIENTATION, 0); in ntrig_event()
|
| H A D | hid-multitouch.c | 934 if (!test_bit(ABS_MT_ORIENTATION, in mt_touch_input_mapping() 937 ABS_MT_ORIENTATION, 0, 1, 0, 0); in mt_touch_input_mapping() 964 input_set_abs_params(hi->input, ABS_MT_ORIENTATION, in mt_touch_input_mapping() 1203 ABS_MT_ORIENTATION); in mt_process_slot() 1242 input_event(input, EV_ABS, ABS_MT_ORIENTATION, orientation); in mt_process_slot()
|
| H A D | wacom_wac.c | 1451 input_report_abs(touch_input, ABS_MT_ORIENTATION, w > h); in wacom_intuos_pro2_bt_touch() 1621 input_report_abs(input, ABS_MT_ORIENTATION, w > h); in wacom_24hdt_irq() 2684 input_set_abs_params(input, ABS_MT_ORIENTATION, 0, 1, 0, 0); in wacom_wac_finger_usage_mapping() 2761 input_report_abs(input, ABS_MT_ORIENTATION, hid_data->width <= hid_data->height ? 0 : 1); in wacom_wac_finger_slot() 4036 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, 0, 1, 0, 0); in wacom_setup_touch_input_capabilities()
|
| H A D | hid-sony.c | 1047 input_report_abs(sc->touchpad, ABS_MT_ORIENTATION, in nsg_mrxu_parse_report() 1317 input_set_abs_params(sc->touchpad, ABS_MT_ORIENTATION, in sony_register_touchpad()
|
| H A D | hid-debug.c | 3529 [ABS_MT_ORIENTATION] = "MTOrientation",
|
| /linux/Documentation/input/ |
| H A D | multi-touch-protocol.rst | 272 ABS_MT_ORIENTATION 291 ABS_MT_ORIENTATION should be [0, 1] [#f4]_. 353 ABS_MT_ORIENTATION := bool(X > Y) 355 The range of ABS_MT_ORIENTATION should be set to [0, 1], to indicate that 372 ABS_MT_ORIENTATION := <not used>
|
| /linux/drivers/input/touchscreen/ |
| H A D | apple_z2.c | 114 input_report_abs(z2->input_dev, ABS_MT_ORIENTATION, in apple_z2_parse_touches() 407 input_set_abs_params(z2->input_dev, ABS_MT_ORIENTATION, -32768, 32767, 0, 0); in apple_z2_probe()
|
| H A D | zforce_ts.c | 364 input_report_abs(ts->input, ABS_MT_ORIENTATION, in zforce_touch_event() 771 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, 0, 1, 0, 0); in zforce_probe()
|
| /linux/drivers/input/mouse/ |
| H A D | bcm5974.c | 534 set_abs(input_dev, ABS_MT_ORIENTATION, &cfg->o); in setup_events_to_report() 581 input_report_abs(input, ABS_MT_ORIENTATION, in report_finger_data()
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 916 #define ABS_MT_ORIENTATION 0x34 /* Ellipse orientation */ 887 #define ABS_MT_ORIENTATION global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 916 #define ABS_MT_ORIENTATION 0x34 /* Ellipse orientation */ macro
|
| /linux/drivers/input/misc/ |
| H A D | xen-kbdfront.c | 144 input_report_abs(info->mtouch, ABS_MT_ORIENTATION, in xenkbd_handle_mt_event()
|
| /linux/drivers/input/keyboard/ |
| H A D | applespi.c | 1009 input_report_abs(input, ABS_MT_ORIENTATION, in report_finger_data() 1288 input_set_abs_params(touchpad_input_dev, ABS_MT_ORIENTATION, in applespi_register_touchpad_device()
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_multitouch.py | 979 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_ORIENTATION, 90) in events
|