Home
last modified time | relevance | path

Searched refs:ABS_MT_TOUCH_MAJOR (Results 1 – 26 of 26) sorted by relevance

/linux-4.1.27/Documentation/input/
Dmulti-touch-protocol.txt166 ABS_MT_TOUCH_MAJOR and ABS_MT_WIDTH_MAJOR may be used to provide the size
175 ABS_MT_TOOL_X/Y. The touch diameter is ABS_MT_TOUCH_MAJOR and the finger
178 the ratio ABS_MT_TOUCH_MAJOR / ABS_MT_WIDTH_MAJOR, which is always smaller
225 ABS_MT_TOUCH_MAJOR
229 possible value of ABS_MT_TOUCH_MAJOR is sqrt(X^2 + Y^2), the diagonal [4].
249 the contact. The ratio ABS_MT_TOUCH_MAJOR / ABS_MT_WIDTH_MAJOR approximates
351 ABS_MT_TOUCH_MAJOR := max(X, Y)
370 ABS_MT_TOUCH_MAJOR := min(X, Y)
/linux-4.1.27/drivers/input/touchscreen/
Dst1232.c120 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, finger[i].t); in st1232_ts_irq_handler()
210 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, MAX_AREA, 0, 0); in st1232_ts_probe()
Dgoodix.c133 input_report_abs(ts->input_dev, ABS_MT_TOUCH_MAJOR, input_w); in goodix_ts_report_touch()
301 input_set_abs_params(ts->input_dev, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in goodix_request_input_dev()
Dcyttsp_core.c333 input_report_abs(input, ABS_MT_TOUCH_MAJOR, tch->z); in cyttsp_report_tchdata()
584 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, in cyttsp_probe()
Dauo-pixcir-ts.c220 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, in auo_pixcir_interrupt()
599 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, in auo_pixcir_probe()
Dmms114.c186 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, touch->width); in mms114_process_mt()
473 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, in mms114_probe()
Dsur40.c291 input_report_abs(input, ABS_MT_TOUCH_MAJOR, major); in sur40_report_blob()
464 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, in sur40_input_setup()
Dzforce_ts.c394 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, in zforce_touch_event()
837 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, in zforce_probe()
Delants_i2c.c792 input_event(input, EV_ABS, ABS_MT_TOUCH_MAJOR, w); in elants_i2c_mt_event()
1123 input_set_abs_params(ts->input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in elants_i2c_probe()
Datmel_mxt_ts.c805 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, area); in mxt_proc_t9_message()
908 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, major); in mxt_proc_t100_message()
1934 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, in mxt_initialize_input_device()
Dusbtouchscreen.c1024 ABS_MT_TOUCH_MAJOR, max(w,h)); in nexio_read_data()
/linux-4.1.27/drivers/hid/
Dhid-ntrig.c530 EV_ABS, ABS_MT_TOUCH_MAJOR); in ntrig_input_mapping()
743 ABS_MT_TOUCH_MAJOR, nd->w); in ntrig_event()
750 ABS_MT_TOUCH_MAJOR, nd->h); in ntrig_event()
Dhid-magicmouse.c265 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major << 2); in magicmouse_emit_touch()
407 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 255 << 2, in magicmouse_setup_input()
Dhid-multitouch.c476 EV_ABS, ABS_MT_TOUCH_MAJOR); in mt_touch_input_mapping()
478 set_abs(hi->input, ABS_MT_TOUCH_MAJOR, field, in mt_touch_input_mapping()
606 input_event(input, EV_ABS, ABS_MT_TOUCH_MAJOR, major); in mt_complete_slot()
Dhid-rmi.c344 input_event(hdata->input, EV_ABS, ABS_MT_TOUCH_MAJOR, major); in rmi_f11_process_touch()
1095 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 0x0f, 0, 0); in rmi_input_configured()
Dwacom_wac.c1143 input_report_abs(input, ABS_MT_TOUCH_MAJOR, min(w,h)); in wacom_24hdt_irq()
1716 input_report_abs(input, ABS_MT_TOUCH_MAJOR, width); in wacom_bpt3_touch_msg()
2338 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, in wacom_setup_pentouch_input_capabilities()
2348 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, features->x_max, 0, 0); in wacom_setup_pentouch_input_capabilities()
2415 ABS_MT_TOUCH_MAJOR, in wacom_setup_pentouch_input_capabilities()
Dhid-debug.c980 [ABS_MT_TOUCH_MAJOR] = "MTMajor",
Dhid-input.c236 case ABS_MT_TOUCH_MAJOR: in hidinput_calc_abs_res()
/linux-4.1.27/drivers/staging/ste_rmi4/
Dsynaptics_i2c_rmi4.c388 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, in synpatics_rmi4_touchpad_report()
979 input_set_abs_params(rmi4_data->input_dev, ABS_MT_TOUCH_MAJOR, 0, in synaptics_rmi4_probe()
/linux-4.1.27/include/linux/
Dinput.h15 #define ABS_MT_FIRST ABS_MT_TOUCH_MAJOR
/linux-4.1.27/drivers/input/mouse/
Dbcm5974.c466 set_abs(input_dev, ABS_MT_TOUCH_MAJOR, &cfg->w); in setup_events_to_report()
511 input_report_abs(input, ABS_MT_TOUCH_MAJOR, in report_finger_data()
Delan_i2c_core.c777 input_report_abs(input, ABS_MT_TOUCH_MAJOR, major); in elan_report_contact()
888 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, in elan_setup_input_device()
Delantech.c606 input_report_abs(dev, ABS_MT_TOUCH_MAJOR, traces * etd->width); in process_packet_head_v4()
1257 input_set_abs_params(dev, ABS_MT_TOUCH_MAJOR, 0, in elantech_set_input_params()
Dcyapa.c427 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in cyapa_create_input_dev()
Dcyapa_gen5.c2636 input_report_abs(input, ABS_MT_TOUCH_MAJOR, in cyapa_gen5_report_slot_data()
/linux-4.1.27/include/uapi/linux/
Dinput.h853 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */ macro