Searched refs:EV_CNT (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | evdev.c | 51 unsigned long *evmasks[EV_CNT]; 58 static const size_t counts[EV_CNT] = { in evdev_get_mask_cnt() 60 [EV_SYN] = EV_CNT, in evdev_get_mask_cnt() 71 return (type < EV_CNT) ? counts[type] : 0; in evdev_get_mask_cnt() 83 if (type == EV_SYN || type >= EV_CNT) in __evdev_is_filtered() 451 for (i = 0; i < EV_CNT; ++i) in evdev_release()
|
| H A D | joydev.c | 816 BUILD_BUG_ON(ABS_CNT > KEY_CNT || EV_CNT > KEY_CNT); in joydev_dev_is_absolute_mouse() 844 bitmap_zero(jd_scratch, EV_CNT); in joydev_dev_is_absolute_mouse() 849 if (bitmap_equal(jd_scratch, dev->evbit, EV_CNT)) in joydev_dev_is_absolute_mouse() 854 if (bitmap_equal(jd_scratch, dev->evbit, EV_CNT)) in joydev_dev_is_absolute_mouse() 859 if (bitmap_equal(jd_scratch, dev->evbit, EV_CNT)) in joydev_dev_is_absolute_mouse()
|
| H A D | input.c | 50 static const unsigned int input_max_code[EV_CNT] = { 1990 if (type < EV_CNT && input_max_code[type] && in input_set_capability()
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | lifebook.c | 322 bitmap_zero(dev1->evbit, EV_CNT); in lifebook_init()
|
| H A D | psmouse-base.c | 967 bitmap_zero(input_dev->evbit, EV_CNT); in psmouse_apply_defaults()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | input.h | 140 unsigned long evbit[BITS_TO_LONGS(EV_CNT)];
|
| /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 | 51 #define EV_CNT (EV_MAX+1) 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 | 51 #define EV_CNT (EV_MAX+1) macro
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 50 #define EV_CNT (EV_MAX+1) macro
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | rk-input.h | 31 #define EV_CNT (EV_MAX+1) macro
|
| H A D | linux-event-codes.h | 51 #define EV_CNT (EV_MAX+1) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input-event-codes.h | 51 #define EV_CNT (EV_MAX+1) macro
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-input.c | 1788 for (i = 0; i < BITS_TO_LONGS(EV_CNT); i++) in hidinput_has_been_populated()
|