Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.c167 input_report_abs(ts->input_dev, ABS_MT_TOUCH_MAJOR, input_w); in goodix_ts_report_touch()
345 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()
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()
Dauo-pixcir-ts.c220 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, in auo_pixcir_interrupt()
594 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, in auo_pixcir_probe()
Dzforce_ts.c405 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, in zforce_touch_event()
868 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, in zforce_probe()
Dsur40.c292 input_report_abs(input, ABS_MT_TOUCH_MAJOR, major); in sur40_report_blob()
476 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, in sur40_input_setup()
Dwdt87xx_i2c.c987 input_report_abs(input, ABS_MT_TOUCH_MAJOR, w); in wdt87xx_report_contact()
1051 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, in wdt87xx_ts_create_input_device()
Delants_i2c.c808 input_event(input, EV_ABS, ABS_MT_TOUCH_MAJOR, w); in elants_i2c_mt_event()
1249 input_set_abs_params(ts->input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in elants_i2c_probe()
Datmel_mxt_ts.c746 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, area); in mxt_proc_t9_message()
849 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, major); in mxt_proc_t100_message()
1888 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.4.14/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.c519 EV_ABS, ABS_MT_TOUCH_MAJOR); in mt_touch_input_mapping()
521 set_abs(hi->input, ABS_MT_TOUCH_MAJOR, field, in mt_touch_input_mapping()
649 input_event(input, EV_ABS, ABS_MT_TOUCH_MAJOR, major); in mt_complete_slot()
Dwacom_wac.c1276 input_report_abs(input, ABS_MT_TOUCH_MAJOR, min(w,h)); in wacom_24hdt_irq()
1637 wacom_map_usage(input, usage, field, EV_ABS, ABS_MT_TOUCH_MAJOR, 0); in wacom_wac_finger_usage_mapping()
1691 if (test_bit(ABS_MT_TOUCH_MAJOR, input->absbit)) { in wacom_wac_finger_slot()
1692 input_report_abs(input, ABS_MT_TOUCH_MAJOR, max(hid_data->width, hid_data->height)); in wacom_wac_finger_slot()
1967 input_report_abs(input, ABS_MT_TOUCH_MAJOR, width); in wacom_bpt3_touch_msg()
2753 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, features->x_max, 0, 0); in wacom_setup_touch_input_capabilities()
2759 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, features->x_max, 0, 0); in wacom_setup_touch_input_capabilities()
2788 ABS_MT_TOUCH_MAJOR, in wacom_setup_touch_input_capabilities()
Dhid-rmi.c361 input_event(hdata->input, EV_ABS, ABS_MT_TOUCH_MAJOR, major); in rmi_f11_process_touch()
1228 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 0x0f, 0, 0); in rmi_input_configured()
Dhid-debug.c980 [ABS_MT_TOUCH_MAJOR] = "MTMajor",
Dhid-input.c236 case ABS_MT_TOUCH_MAJOR: in hidinput_calc_abs_res()
/linux-4.4.14/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.4.14/include/linux/
Dinput.h15 #define ABS_MT_FIRST ABS_MT_TOUCH_MAJOR
/linux-4.4.14/drivers/input/mouse/
Dbcm5974.c540 set_abs(input_dev, ABS_MT_TOUCH_MAJOR, &cfg->w); in setup_events_to_report()
585 input_report_abs(input, ABS_MT_TOUCH_MAJOR, in report_finger_data()
Delan_i2c_core.c836 input_report_abs(input, ABS_MT_TOUCH_MAJOR, major); in elan_report_contact()
950 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()
1261 input_set_abs_params(dev, ABS_MT_TOUCH_MAJOR, 0, in elantech_set_input_params()
Dcyapa.c468 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in cyapa_create_input_dev()
Dcyapa_gen5.c2681 input_report_abs(input, ABS_MT_TOUCH_MAJOR, in cyapa_pip_report_slot_data()
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h712 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */ macro
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h712 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */ macro
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h712 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */ macro
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h712 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */ macro
/linux-4.4.14/include/dt-bindings/input/
Dlinux-event-codes.h712 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */ macro
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h712 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */ macro
/linux-4.4.14/include/uapi/linux/
Dinput-event-codes.h712 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */ macro
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h712 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */ macro