Searched refs:ABS_MT_WIDTH_MINOR (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/input/touchscreen/ |
H A D | surface3_spi.c | 90 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 D | bcm5974.c | 530 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 D | cyapa.c | 487 input_set_abs_params(input, ABS_MT_WIDTH_MINOR, 0, 255, 0, 0); in cyapa_create_input_dev()
|
H A D | cyapa_gen5.c | 2740 input_report_abs(input, ABS_MT_WIDTH_MINOR, in cyapa_pip_report_slot_data()
|
/openbmc/u-boot/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 715 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 888 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
|
/openbmc/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 889 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ 888 #define ABS_MT_WIDTH_MINOR global() macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 889 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
|
/openbmc/linux/Documentation/input/ |
H A D | multi-touch-protocol.rst | 249 ABS_MT_WIDTH_MINOR 374 ABS_MT_WIDTH_MINOR := min(X, Y)
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | applespi.c | 1026 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 D | hid-debug.c | 1028 [ABS_MT_WIDTH_MINOR] = "MTMinorW",
|
H A D | wacom_wac.c | 1655 input_report_abs(input, ABS_MT_WIDTH_MINOR, min(w, h)); in wacom_24hdt_irq() 3989 input_set_abs_params(input_dev, ABS_MT_WIDTH_MINOR, 0, features->y_max, 0, 0); in wacom_setup_touch_input_capabilities()
|