Searched refs:ABS_MT_WIDTH_MINOR (Results 1 – 10 of 10) sorted by relevance
| /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()
|
| H A D | apple_z2.c | 112 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 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_gen5.c | 2740 input_report_abs(input, ABS_MT_WIDTH_MINOR, in cyapa_pip_report_slot_data()
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 911 #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 D | input-event-codes.h | 911 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
|
| /linux/Documentation/input/ |
| H A D | multi-touch-protocol.rst | 249 ABS_MT_WIDTH_MINOR 374 ABS_MT_WIDTH_MINOR := min(X, Y)
|
| /linux/drivers/input/keyboard/ |
| H A D | applespi.c | 1007 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 D | hid-debug.c | 3522 [ABS_MT_WIDTH_MINOR] = "MTMinorW",
|
| H A D | wacom_wac.c | 1610 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()
|