Home
last modified time | relevance | path

Searched refs:ABS_MT_WIDTH_MAJOR (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/input/touchscreen/
Dsurface3_spi.c91 ABS_MT_WIDTH_MAJOR, in surface3_spi_report_touch()
271 input_set_abs_params(input, ABS_MT_WIDTH_MAJOR, 0, 1024, 0, 0); in surface3_spi_create_touch_input()
Dgoodix.c300 input_report_abs(ts->input_dev, ABS_MT_WIDTH_MAJOR, input_w); in goodix_ts_report_touch()
685 input_set_abs_params(ts->input_dev, ABS_MT_WIDTH_MAJOR, 0, 255, 0, 0); in goodix_configure_dev()
/Linux-v4.19/Documentation/input/
Dmulti-touch-protocol.rst173 ABS_MT_TOUCH_MAJOR and ABS_MT_WIDTH_MAJOR may be used to provide the size
183 diameter is ABS_MT_WIDTH_MAJOR. Now imagine the person pressing the finger
185 the ratio ABS_MT_TOUCH_MAJOR / ABS_MT_WIDTH_MAJOR, which is always smaller
243 ABS_MT_WIDTH_MAJOR
254 the contact. The ratio ABS_MT_TOUCH_MAJOR / ABS_MT_WIDTH_MAJOR approximates
369 ABS_MT_WIDTH_MAJOR := min(X, Y) + distance(T, C)
/Linux-v4.19/drivers/input/mouse/
Dbcm5974.c543 set_abs(input_dev, ABS_MT_WIDTH_MAJOR, &cfg->w); in setup_events_to_report()
589 input_report_abs(input, ABS_MT_WIDTH_MAJOR, in report_finger_data()
Dcyapa.c486 input_set_abs_params(input, ABS_MT_WIDTH_MAJOR, 0, 255, 0, 0); in cyapa_create_input_dev()
Dcyapa_gen5.c2737 input_report_abs(input, ABS_MT_WIDTH_MAJOR, in cyapa_pip_report_slot_data()
/Linux-v4.19/include/dt-bindings/input/
Dlinux-event-codes.h750 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
/Linux-v4.19/include/uapi/linux/
Dinput-event-codes.h750 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */ macro
/Linux-v4.19/drivers/hid/
Dhid-debug.c984 [ABS_MT_WIDTH_MAJOR] = "MTMajorW",
Dwacom_wac.c1499 input_report_abs(input, ABS_MT_WIDTH_MAJOR, in wacom_24hdt_irq()
3712 input_set_abs_params(input_dev, ABS_MT_WIDTH_MAJOR, 0, features->x_max, 0, 0); in wacom_setup_touch_input_capabilities()