Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dsurface3_spi.c90 ABS_MT_WIDTH_MINOR, in surface3_spi_report_touch()
259 input_set_abs_params(input, ABS_MT_WIDTH_MINOR, 0, 1024, 0, 0); in surface3_spi_create_touch_input()
H A Dapple_z2.c112 input_report_abs(z2->input_dev, ABS_MT_WIDTH_MINOR, in apple_z2_parse_touches()
404 input_set_abs_params(z2->input_dev, ABS_MT_WIDTH_MINOR, 0, 65535, 0, 0); in apple_z2_probe()
/linux/drivers/input/mouse/
H A Dbcm5974.c530 set_abs(input_dev, ABS_MT_WIDTH_MINOR, &cfg->w); in setup_events_to_report()
577 input_report_abs(input, ABS_MT_WIDTH_MINOR, in report_finger_data()
H A Dcyapa_gen5.c2740 input_report_abs(input, ABS_MT_WIDTH_MINOR, in cyapa_pip_report_slot_data()
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h911 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */
886 #define ABS_MT_WIDTH_MINOR global() macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h911 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
/linux/Documentation/input/
H A Dmulti-touch-protocol.rst249 ABS_MT_WIDTH_MINOR
374 ABS_MT_WIDTH_MINOR := min(X, Y)
/linux/drivers/input/keyboard/
H A Dapplespi.c1007 input_report_abs(input, ABS_MT_WIDTH_MINOR, in report_finger_data()
1284 input_set_abs_params(touchpad_input_dev, ABS_MT_WIDTH_MINOR, in applespi_register_touchpad_device()
/linux/drivers/hid/
H A Dhid-debug.c3522 [ABS_MT_WIDTH_MINOR] = "MTMinorW",
H A Dwacom_wac.c1610 input_report_abs(input, ABS_MT_WIDTH_MINOR, min(w, h)); in wacom_24hdt_irq()
4025 input_set_abs_params(input_dev, ABS_MT_WIDTH_MINOR, 0, features->y_max, 0, 0); in wacom_setup_touch_input_capabilities()