Home
last modified time | relevance | path

Searched refs:ABS_MT_TOUCH_MINOR (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/drivers/hid/
Dhid-ntrig.c534 EV_ABS, ABS_MT_TOUCH_MINOR); in ntrig_input_mapping()
745 ABS_MT_TOUCH_MINOR, nd->h); in ntrig_event()
752 ABS_MT_TOUCH_MINOR, nd->w); in ntrig_event()
Dhid-magicmouse.c266 input_report_abs(input, ABS_MT_TOUCH_MINOR, touch_minor << 2); in magicmouse_emit_touch()
409 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, 255 << 2, in magicmouse_setup_input()
Dhid-multitouch.c484 EV_ABS, ABS_MT_TOUCH_MINOR); in mt_touch_input_mapping()
486 set_abs(hi->input, ABS_MT_TOUCH_MINOR, field, in mt_touch_input_mapping()
607 input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR, minor); in mt_complete_slot()
Dhid-rmi.c345 input_event(hdata->input, EV_ABS, ABS_MT_TOUCH_MINOR, minor); in rmi_f11_process_touch()
1096 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, 0x0f, 0, 0); in rmi_input_configured()
Dhid-debug.c981 [ABS_MT_TOUCH_MINOR] = "MTMinor",
Dwacom_wac.c1717 input_report_abs(input, ABS_MT_TOUCH_MINOR, height); in wacom_bpt3_touch_msg()
2340 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, in wacom_setup_pentouch_input_capabilities()
2418 ABS_MT_TOUCH_MINOR, in wacom_setup_pentouch_input_capabilities()
Dhid-input.c237 case ABS_MT_TOUCH_MINOR: in hidinput_calc_abs_res()
/linux-4.1.27/drivers/input/touchscreen/
Dauo-pixcir-ts.c222 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, in auo_pixcir_interrupt()
601 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, 0, in auo_pixcir_probe()
Dsur40.c292 input_report_abs(input, ABS_MT_TOUCH_MINOR, minor); in sur40_report_blob()
466 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, in sur40_input_setup()
Dzforce_ts.c396 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, in zforce_touch_event()
839 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, 0, in zforce_probe()
Dusbtouchscreen.c1026 ABS_MT_TOUCH_MINOR, min(x,h)); in nexio_read_data()
/linux-4.1.27/drivers/input/mouse/
Dbcm5974.c467 set_abs(input_dev, ABS_MT_TOUCH_MINOR, &cfg->w); in setup_events_to_report()
513 input_report_abs(input, ABS_MT_TOUCH_MINOR, in report_finger_data()
Delan_i2c_core.c778 input_report_abs(input, ABS_MT_TOUCH_MINOR, minor); in elan_report_contact()
890 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, in elan_setup_input_device()
Dcyapa.c428 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, 255, 0, 0); in cyapa_create_input_dev()
Dcyapa_gen5.c2638 input_report_abs(input, ABS_MT_TOUCH_MINOR, in cyapa_gen5_report_slot_data()
/linux-4.1.27/Documentation/input/
Dmulti-touch-protocol.txt231 ABS_MT_TOUCH_MINOR
352 ABS_MT_TOUCH_MINOR := min(X, Y)
371 ABS_MT_TOUCH_MINOR := <not used>
/linux-4.1.27/include/uapi/linux/
Dinput.h854 #define ABS_MT_TOUCH_MINOR 0x31 /* Minor axis (omit if circular) */ macro