Searched refs:EV_CNT (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/input/ |
| H A D | evdev.c | 52 unsigned long *evmasks[EV_CNT]; 59 static const size_t counts[EV_CNT] = { in evdev_get_mask_cnt() 61 [EV_SYN] = EV_CNT, in evdev_get_mask_cnt() 71 unsigned long mask = array_index_mask_nospec(type, EV_CNT); in evdev_get_mask_cnt() 86 if (type == EV_SYN || type >= EV_CNT) in __evdev_is_filtered() 447 for (i = 0; i < EV_CNT; ++i) in evdev_release()
|
| H A D | joydev.c | 824 BUILD_BUG_ON(ABS_CNT > KEY_CNT || EV_CNT > KEY_CNT); in joydev_dev_is_absolute_mouse() 852 bitmap_zero(jd_scratch, EV_CNT); in joydev_dev_is_absolute_mouse() 857 if (bitmap_equal(jd_scratch, dev->evbit, EV_CNT)) in joydev_dev_is_absolute_mouse() 862 if (bitmap_equal(jd_scratch, dev->evbit, EV_CNT)) in joydev_dev_is_absolute_mouse() 867 if (bitmap_equal(jd_scratch, dev->evbit, EV_CNT)) in joydev_dev_is_absolute_mouse()
|
| H A D | input.c | 54 static const unsigned int input_max_code[EV_CNT] = { 2143 if (type < EV_CNT && input_max_code[type] && in input_set_capability()
|
| /linux/drivers/input/mouse/ |
| H A D | lifebook.c | 322 bitmap_zero(dev1->evbit, EV_CNT); in lifebook_init()
|
| /linux/include/linux/ |
| H A D | input.h | 149 unsigned long evbit[BITS_TO_LONGS(EV_CNT)];
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 52 #define EV_CNT (EV_MAX+1) 51 #define EV_CNT global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 52 #define EV_CNT (EV_MAX+1) macro
|