Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dsurface3_spi.c94 ABS_MT_WIDTH_MINOR, in surface3_spi_report_touch()
272 input_set_abs_params(input, ABS_MT_WIDTH_MINOR, 0, 1024, 0, 0); in surface3_spi_create_touch_input()
/Linux-v4.19/drivers/input/mouse/
Dbcm5974.c544 set_abs(input_dev, ABS_MT_WIDTH_MINOR, &cfg->w); in setup_events_to_report()
591 input_report_abs(input, ABS_MT_WIDTH_MINOR, in report_finger_data()
Dcyapa.c487 input_set_abs_params(input, ABS_MT_WIDTH_MINOR, 0, 255, 0, 0); in cyapa_create_input_dev()
Dcyapa_gen5.c2739 input_report_abs(input, ABS_MT_WIDTH_MINOR, in cyapa_pip_report_slot_data()
/Linux-v4.19/include/dt-bindings/input/
Dlinux-event-codes.h751 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
/Linux-v4.19/include/uapi/linux/
Dinput-event-codes.h751 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
/Linux-v4.19/Documentation/input/
Dmulti-touch-protocol.rst249 ABS_MT_WIDTH_MINOR
370 ABS_MT_WIDTH_MINOR := min(X, Y)
/Linux-v4.19/drivers/hid/
Dhid-debug.c985 [ABS_MT_WIDTH_MINOR] = "MTMinorW",
Dwacom_wac.c1501 input_report_abs(input, ABS_MT_WIDTH_MINOR, min(w, h)); in wacom_24hdt_irq()
3713 input_set_abs_params(input_dev, ABS_MT_WIDTH_MINOR, 0, features->y_max, 0, 0); in wacom_setup_touch_input_capabilities()