| /linux/drivers/hid/ |
| 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 | 936 if (!test_bit(ABS_MT_ORIENTATION, in mt_touch_input_mapping() 939 ABS_MT_ORIENTATION, 0, 1, 0, 0); in mt_touch_input_mapping() 966 input_set_abs_params(hi->input, ABS_MT_ORIENTATION, in mt_touch_input_mapping() 1205 ABS_MT_ORIENTATION); in mt_process_slot() 1244 input_event(input, EV_ABS, ABS_MT_ORIENTATION, orientation); in mt_process_slot()
|
| 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 | auo-pixcir-ts.c | 226 input_report_abs(ts->input, ABS_MT_ORIENTATION, in auo_pixcir_interrupt() 545 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, 0, 1, 0, 0); in auo_pixcir_probe()
|
| H A D | stmfts.c | 192 input_report_abs(sdata->input, ABS_MT_ORIENTATION, orientation); in stmfts_report_contact_event() 715 input_set_abs_params(sdata->input, ABS_MT_ORIENTATION, 0, 255, 0, 0); in stmfts_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()
|
| H A D | atmel_mxt_ts.c | 1015 input_report_abs(input_dev, ABS_MT_ORIENTATION, orientation); in mxt_proc_t100_message() 2190 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, in mxt_initialize_input_device() 2196 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, in mxt_initialize_input_device()
|
| H A D | usbtouchscreen.c | 1122 ABS_MT_ORIENTATION, w > h); in nexio_read_data()
|
| /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()
|
| H A D | cyapa.c | 481 input_set_abs_params(input, ABS_MT_ORIENTATION, in cyapa_create_input_dev()
|
| /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 | 1052 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_ORIENTATION, 90) in events
|