Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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.c487 input_set_abs_params(input, ABS_MT_WIDTH_MINOR, 0, 255, 0, 0); in cyapa_create_input_dev()
H A Dcyapa_gen5.c2740 input_report_abs(input, ABS_MT_WIDTH_MINOR, in cyapa_pip_report_slot_data()
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h715 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h885 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h886 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h886 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
/openbmc/linux/Documentation/input/
H A Dmulti-touch-protocol.rst249 ABS_MT_WIDTH_MINOR
374 ABS_MT_WIDTH_MINOR := min(X, Y)
/openbmc/linux/drivers/input/keyboard/
H A Dapplespi.c1026 input_report_abs(input, ABS_MT_WIDTH_MINOR, in report_finger_data()
1303 input_set_abs_params(touchpad_input_dev, ABS_MT_WIDTH_MINOR, in applespi_register_touchpad_device()
/openbmc/linux/drivers/hid/
H A Dhid-debug.c1026 [ABS_MT_WIDTH_MINOR] = "MTMinorW",
H A Dwacom_wac.c1656 input_report_abs(input, ABS_MT_WIDTH_MINOR, min(w, h)); in wacom_24hdt_irq()
3979 input_set_abs_params(input_dev, ABS_MT_WIDTH_MINOR, 0, features->y_max, 0, 0); in wacom_setup_touch_input_capabilities()