| /Linux-v5.10/drivers/hid/ |
| D | hid-magicmouse.c | 291 input_report_abs(input, ABS_MT_ORIENTATION, -orientation); in magicmouse_emit_touch() 484 input_set_abs_params(input, ABS_MT_ORIENTATION, -31, 32, 1, 0); in magicmouse_setup_input() 497 input_set_abs_params(input, ABS_MT_ORIENTATION, -3, 4, 0, 0); in magicmouse_setup_input() 512 input_set_abs_params(input, ABS_MT_ORIENTATION, -31, 32, 1, 0); in magicmouse_setup_input()
|
| 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()
|
| D | hid-multitouch.c | 799 if (!test_bit(ABS_MT_ORIENTATION, in mt_touch_input_mapping() 802 ABS_MT_ORIENTATION, 0, 1, 0, 0); in mt_touch_input_mapping() 826 input_set_abs_params(hi->input, ABS_MT_ORIENTATION, in mt_touch_input_mapping() 1067 ABS_MT_ORIENTATION); in mt_process_slot() 1087 input_event(input, EV_ABS, ABS_MT_ORIENTATION, orientation); in mt_process_slot()
|
| D | hid-debug.c | 969 [ABS_MT_ORIENTATION] = "MTOrientation",
|
| D | wacom_wac.c | 1404 input_report_abs(touch_input, ABS_MT_ORIENTATION, w > h); in wacom_intuos_pro2_bt_touch() 1577 input_report_abs(input, ABS_MT_ORIENTATION, w > h); in wacom_24hdt_irq() 2501 input_set_abs_params(input, ABS_MT_ORIENTATION, 0, 1, 0, 0); in wacom_wac_finger_usage_mapping() 2564 input_report_abs(input, ABS_MT_ORIENTATION, hid_data->width <= hid_data->height ? 0 : 1); in wacom_wac_finger_slot() 3821 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, 0, 1, 0, 0); in wacom_setup_touch_input_capabilities()
|
| D | hid-sony.c | 1175 input_report_abs(sc->touchpad, ABS_MT_ORIENTATION, in nsg_mrxu_parse_report() 1413 input_set_abs_params(sc->touchpad, ABS_MT_ORIENTATION, in sony_register_touchpad()
|
| /Linux-v5.10/drivers/input/rmi4/ |
| D | rmi_2d_sensor.c | 100 input_event(sensor->input, EV_ABS, ABS_MT_ORIENTATION, wide); in rmi_2d_sensor_abs_report() 183 input_set_abs_params(input, ABS_MT_ORIENTATION, 0, 1, 0, 0); in rmi_2d_sensor_set_input_params()
|
| /Linux-v5.10/Documentation/input/ |
| D | multi-touch-protocol.rst | 268 ABS_MT_ORIENTATION 287 ABS_MT_ORIENTATION should be [0, 1] [#f4]_. 349 ABS_MT_ORIENTATION := bool(X > Y) 351 The range of ABS_MT_ORIENTATION should be set to [0, 1], to indicate that 368 ABS_MT_ORIENTATION := <not used>
|
| /Linux-v5.10/drivers/input/touchscreen/ |
| D | auo-pixcir-ts.c | 214 input_report_abs(ts->input, ABS_MT_ORIENTATION, in auo_pixcir_interrupt() 584 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, 0, 1, 0, 0); in auo_pixcir_probe()
|
| D | stmfts.c | 190 input_report_abs(sdata->input, ABS_MT_ORIENTATION, orientation); in stmfts_report_contact_event() 669 input_set_abs_params(sdata->input, ABS_MT_ORIENTATION, 0, 255, 0, 0); in stmfts_probe()
|
| D | zforce_ts.c | 401 input_report_abs(ts->input, ABS_MT_ORIENTATION, in zforce_touch_event() 864 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, 0, 1, 0, 0); in zforce_probe()
|
| D | sur40.c | 449 input_report_abs(input, ABS_MT_ORIENTATION, wide); in sur40_report_blob() 638 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, 0, 1, 0, 0); in sur40_input_setup_events()
|
| D | atmel_mxt_ts.c | 948 input_report_abs(input_dev, ABS_MT_ORIENTATION, orientation); in mxt_proc_t100_message() 2112 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, in mxt_initialize_input_device() 2118 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, in mxt_initialize_input_device()
|
| D | usbtouchscreen.c | 1110 ABS_MT_ORIENTATION, w > h); in nexio_read_data()
|
| /Linux-v5.10/drivers/input/mouse/ |
| D | bcm5974.c | 532 set_abs(input_dev, ABS_MT_ORIENTATION, &cfg->o); in setup_events_to_report() 579 input_report_abs(input, ABS_MT_ORIENTATION, in report_finger_data()
|
| D | cyapa.c | 482 input_set_abs_params(input, ABS_MT_ORIENTATION, in cyapa_create_input_dev()
|
| D | cyapa_gen5.c | 2742 input_report_abs(input, ABS_MT_ORIENTATION, in cyapa_pip_report_slot_data()
|
| /Linux-v5.10/include/uapi/linux/ |
| D | input-event-codes.h | 858 #define ABS_MT_ORIENTATION 0x34 /* Ellipse orientation */ macro
|
| /Linux-v5.10/include/dt-bindings/input/ |
| D | linux-event-codes.h | 858 #define ABS_MT_ORIENTATION 0x34 /* Ellipse orientation */ macro
|
| /Linux-v5.10/drivers/input/misc/ |
| D | xen-kbdfront.c | 144 input_report_abs(info->mtouch, ABS_MT_ORIENTATION, in xenkbd_handle_mt_event()
|
| /Linux-v5.10/drivers/input/keyboard/ |
| D | applespi.c | 1004 input_report_abs(input, ABS_MT_ORIENTATION, in report_finger_data() 1283 input_set_abs_params(touchpad_input_dev, ABS_MT_ORIENTATION, in applespi_register_touchpad_device()
|