Home
last modified time | relevance | path

Searched refs:ABS_MT_ORIENTATION (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/drivers/input/rmi4/
Drmi_2d_sensor.c103 input_event(sensor->input, EV_ABS, ABS_MT_ORIENTATION, wide); in rmi_2d_sensor_abs_report()
186 input_set_abs_params(input, ABS_MT_ORIENTATION, 0, 1, 0, 0); in rmi_2d_sensor_set_input_params()
/Linux-v4.19/drivers/hid/
Dhid-ntrig.c535 input_set_abs_params(hi->input, ABS_MT_ORIENTATION, in ntrig_input_mapping()
741 ABS_MT_ORIENTATION, 1); in ntrig_event()
748 ABS_MT_ORIENTATION, 0); in ntrig_event()
Dhid-magicmouse.c268 input_report_abs(input, ABS_MT_ORIENTATION, -orientation); in magicmouse_emit_touch()
412 input_set_abs_params(input, ABS_MT_ORIENTATION, -31, 32, 1, 0); in magicmouse_setup_input()
Dhid-multitouch.c777 if (!test_bit(ABS_MT_ORIENTATION, in mt_touch_input_mapping()
780 ABS_MT_ORIENTATION, 0, 1, 0, 0); in mt_touch_input_mapping()
804 input_set_abs_params(hi->input, ABS_MT_ORIENTATION, in mt_touch_input_mapping()
1043 ABS_MT_ORIENTATION); in mt_process_slot()
1063 input_event(input, EV_ABS, ABS_MT_ORIENTATION, orientation); in mt_process_slot()
Dhid-debug.c986 [ABS_MT_ORIENTATION] = "MTOrientation",
Dwacom_wac.c1345 input_report_abs(touch_input, ABS_MT_ORIENTATION, w > h); in wacom_intuos_pro2_bt_touch()
1502 input_report_abs(input, ABS_MT_ORIENTATION, w > h); in wacom_24hdt_irq()
2440 input_set_abs_params(input, ABS_MT_ORIENTATION, 0, 1, 0, 0); in wacom_wac_finger_usage_mapping()
2503 input_report_abs(input, ABS_MT_ORIENTATION, hid_data->width <= hid_data->height ? 0 : 1); in wacom_wac_finger_slot()
3714 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, 0, 1, 0, 0); in wacom_setup_touch_input_capabilities()
Dhid-sony.c1156 input_report_abs(sc->touchpad, ABS_MT_ORIENTATION, in nsg_mrxu_parse_report()
1394 input_set_abs_params(sc->touchpad, ABS_MT_ORIENTATION, in sony_register_touchpad()
/Linux-v4.19/Documentation/input/
Dmulti-touch-protocol.rst268 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-v4.19/drivers/input/touchscreen/
Dauo-pixcir-ts.c224 input_report_abs(ts->input, ABS_MT_ORIENTATION, in auo_pixcir_interrupt()
594 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, 0, 1, 0, 0); in auo_pixcir_probe()
Dstmfts.c188 input_report_abs(sdata->input, ABS_MT_ORIENTATION, orientation); in stmfts_report_contact_event()
667 input_set_abs_params(sdata->input, ABS_MT_ORIENTATION, 0, 255, 0, 0); in stmfts_probe()
Dzforce_ts.c409 input_report_abs(ts->input, ABS_MT_ORIENTATION, in zforce_touch_event()
872 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, 0, 1, 0, 0); in zforce_probe()
Dsur40.c449 input_report_abs(input, ABS_MT_ORIENTATION, wide); in sur40_report_blob()
642 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, 0, 1, 0, 0); in sur40_input_setup()
Datmel_mxt_ts.c961 input_report_abs(input_dev, ABS_MT_ORIENTATION, orientation); in mxt_proc_t100_message()
2082 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, in mxt_initialize_input_device()
2088 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, in mxt_initialize_input_device()
Dusbtouchscreen.c1122 ABS_MT_ORIENTATION, w > h); in nexio_read_data()
/Linux-v4.19/drivers/input/mouse/
Dbcm5974.c546 set_abs(input_dev, ABS_MT_ORIENTATION, &cfg->o); in setup_events_to_report()
593 input_report_abs(input, ABS_MT_ORIENTATION, in report_finger_data()
Dcyapa.c482 input_set_abs_params(input, ABS_MT_ORIENTATION, in cyapa_create_input_dev()
Dcyapa_gen5.c2742 input_report_abs(input, ABS_MT_ORIENTATION, in cyapa_pip_report_slot_data()
/Linux-v4.19/include/dt-bindings/input/
Dlinux-event-codes.h752 #define ABS_MT_ORIENTATION 0x34 /* Ellipse orientation */ macro
/Linux-v4.19/include/uapi/linux/
Dinput-event-codes.h752 #define ABS_MT_ORIENTATION 0x34 /* Ellipse orientation */ macro
/Linux-v4.19/drivers/input/misc/
Dxen-kbdfront.c144 input_report_abs(info->mtouch, ABS_MT_ORIENTATION, in xenkbd_handle_mt_event()