Searched refs:ABS_MT_WIDTH_MINOR (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | surface3_spi.c | 90 ABS_MT_WIDTH_MINOR, in surface3_spi_report_touch() 268 input_set_abs_params(input, ABS_MT_WIDTH_MINOR, 0, 1024, 0, 0); in surface3_spi_create_touch_input()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/ |
| H A D | events.c | 75 #define ABS_MT_WIDTH_MINOR 0x33 macro 481 case ABS_MT_WIDTH_MINOR: //33 in vk_modify()
|
| /OK3568_Linux_fs/kernel/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 | 2739 input_report_abs(input, ABS_MT_WIDTH_MINOR, in cyapa_pip_report_slot_data()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 768 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 768 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
|
| /OK3568_Linux_fs/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
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | rk-input.h | 682 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
|
| H A D | linux-event-codes.h | 860 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input-event-codes.h | 860 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */ macro
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | multi-touch-protocol.rst | 249 ABS_MT_WIDTH_MINOR 370 ABS_MT_WIDTH_MINOR := min(X, Y)
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | applespi.c | 1011 input_report_abs(input, ABS_MT_WIDTH_MINOR, in report_finger_data() 1288 input_set_abs_params(touchpad_input_dev, ABS_MT_WIDTH_MINOR, in applespi_register_touchpad_device()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-debug.c | 972 [ABS_MT_WIDTH_MINOR] = "MTMinorW",
|
| H A D | wacom_wac.c | 1586 input_report_abs(input, ABS_MT_WIDTH_MINOR, min(w, h)); in wacom_24hdt_irq() 3880 input_set_abs_params(input_dev, ABS_MT_WIDTH_MINOR, 0, features->y_max, 0, 0); in wacom_setup_touch_input_capabilities()
|