Home
last modified time | relevance | path

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

/linux-4.1.27/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.c267 input_report_abs(input, ABS_MT_ORIENTATION, -orientation); in magicmouse_emit_touch()
411 input_set_abs_params(input, ABS_MT_ORIENTATION, -31, 32, 1, 0); in magicmouse_setup_input()
Dhid-rmi.c342 input_event(hdata->input, EV_ABS, ABS_MT_ORIENTATION, wide); in rmi_f11_process_touch()
1093 input_set_abs_params(input, ABS_MT_ORIENTATION, 0, 1, 0, 0); in rmi_input_configured()
Dhid-multitouch.c489 ABS_MT_ORIENTATION, 0, 1, 0, 0); in mt_touch_input_mapping()
604 input_event(input, EV_ABS, ABS_MT_ORIENTATION, wide); in mt_complete_slot()
Dhid-debug.c984 [ABS_MT_ORIENTATION] = "MTOrientation",
Dwacom_wac.c1147 input_report_abs(input, ABS_MT_ORIENTATION, w > h); in wacom_24hdt_irq()
2351 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, 0, 1, 0, 0); in wacom_setup_pentouch_input_capabilities()
/linux-4.1.27/Documentation/input/
Dmulti-touch-protocol.txt265 ABS_MT_ORIENTATION
284 ABS_MT_ORIENTATION should be [0, 1] [4].
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-4.1.27/drivers/input/touchscreen/
Dauo-pixcir-ts.c224 input_report_abs(ts->input, ABS_MT_ORIENTATION, in auo_pixcir_interrupt()
603 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, 0, 1, 0, 0); in auo_pixcir_probe()
Dsur40.c290 input_report_abs(input, ABS_MT_ORIENTATION, wide); in sur40_report_blob()
469 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, 0, 1, 0, 0); in sur40_input_setup()
Dzforce_ts.c398 input_report_abs(ts->input, ABS_MT_ORIENTATION, in zforce_touch_event()
841 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, 0, 1, 0, 0); in zforce_probe()
Datmel_mxt_ts.c911 input_report_abs(input_dev, ABS_MT_ORIENTATION, orientation); in mxt_proc_t100_message()
1947 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, in mxt_initialize_input_device()
1959 input_set_abs_params(input_dev, ABS_MT_ORIENTATION, in mxt_initialize_input_device()
Dusbtouchscreen.c1032 ABS_MT_ORIENTATION, w > h); in nexio_read_data()
/linux-4.1.27/drivers/input/mouse/
Dbcm5974.c472 set_abs(input_dev, ABS_MT_ORIENTATION, &cfg->o); in setup_events_to_report()
519 input_report_abs(input, ABS_MT_ORIENTATION, in report_finger_data()
Dcyapa.c440 input_set_abs_params(input, ABS_MT_ORIENTATION, in cyapa_create_input_dev()
Dcyapa_gen5.c2646 input_report_abs(input, ABS_MT_ORIENTATION, in cyapa_gen5_report_slot_data()
/linux-4.1.27/include/uapi/linux/
Dinput.h857 #define ABS_MT_ORIENTATION 0x34 /* Ellipse orientation */ macro