/linux-4.1.27/Documentation/input/ |
D | multi-touch-protocol.txt | 166 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/ |
D | st1232.c | 120 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()
|
D | goodix.c | 133 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()
|
D | cyttsp_core.c | 333 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()
|
D | auo-pixcir-ts.c | 220 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()
|
D | mms114.c | 186 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()
|
D | sur40.c | 291 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()
|
D | zforce_ts.c | 394 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()
|
D | elants_i2c.c | 792 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()
|
D | atmel_mxt_ts.c | 805 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()
|
D | usbtouchscreen.c | 1024 ABS_MT_TOUCH_MAJOR, max(w,h)); in nexio_read_data()
|
/linux-4.1.27/drivers/hid/ |
D | hid-ntrig.c | 530 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()
|
D | hid-magicmouse.c | 265 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()
|
D | hid-multitouch.c | 476 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()
|
D | hid-rmi.c | 344 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()
|
D | wacom_wac.c | 1143 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()
|
D | hid-debug.c | 980 [ABS_MT_TOUCH_MAJOR] = "MTMajor",
|
D | hid-input.c | 236 case ABS_MT_TOUCH_MAJOR: in hidinput_calc_abs_res()
|
/linux-4.1.27/drivers/staging/ste_rmi4/ |
D | synaptics_i2c_rmi4.c | 388 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/ |
D | input.h | 15 #define ABS_MT_FIRST ABS_MT_TOUCH_MAJOR
|
/linux-4.1.27/drivers/input/mouse/ |
D | bcm5974.c | 466 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()
|
D | elan_i2c_core.c | 777 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()
|
D | elantech.c | 606 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()
|
D | cyapa.c | 427 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in cyapa_create_input_dev()
|
D | cyapa_gen5.c | 2636 input_report_abs(input, ABS_MT_TOUCH_MAJOR, in cyapa_gen5_report_slot_data()
|
/linux-4.1.27/include/uapi/linux/ |
D | input.h | 853 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */ macro
|