Searched refs:ABS_MT_WIDTH_MINOR (Results 1 – 14 of 14) sorted by relevance
| /linux-4.4.14/drivers/input/mouse/ |
| D | bcm5974.c | 544 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()
|
| D | cyapa.c | 486 input_set_abs_params(input, ABS_MT_WIDTH_MINOR, 0, 255, 0, 0); in cyapa_create_input_dev()
|
| D | cyapa_gen5.c | 2688 input_report_abs(input, ABS_MT_WIDTH_MINOR, in cyapa_pip_report_slot_data()
|
| /linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/ |
| D | linux-event-codes.h | 715 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
|
| /linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/ |
| D | linux-event-codes.h | 715 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
|
| /linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/ |
| D | linux-event-codes.h | 715 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
|
| /linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/ |
| D | linux-event-codes.h | 715 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
|
| /linux-4.4.14/include/dt-bindings/input/ |
| D | linux-event-codes.h | 715 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
|
| /linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/ |
| D | linux-event-codes.h | 715 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
|
| /linux-4.4.14/include/uapi/linux/ |
| D | input-event-codes.h | 715 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
|
| /linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/ |
| D | linux-event-codes.h | 715 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
|
| /linux-4.4.14/Documentation/input/ |
| D | multi-touch-protocol.txt | 243 ABS_MT_WIDTH_MINOR 374 ABS_MT_WIDTH_MINOR := min(X, Y)
|
| /linux-4.4.14/drivers/hid/ |
| D | hid-debug.c | 983 [ABS_MT_WIDTH_MINOR] = "MTMinorW",
|
| D | wacom_wac.c | 1279 input_report_abs(input, ABS_MT_WIDTH_MINOR, min(w, h)); in wacom_24hdt_irq() 2761 input_set_abs_params(input_dev, ABS_MT_WIDTH_MINOR, 0, features->y_max, 0, 0); in wacom_setup_touch_input_capabilities()
|