Home
last modified time | relevance | path

Searched refs:REL_CNT (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/input/keyboard/
H A Dgpio_keys_polled.c39 unsigned long rel_axis_seen[BITS_TO_LONGS(REL_CNT)];
109 for_each_set_bit(i, input->relbit, REL_CNT) { in gpio_keys_polled_poll()
/linux/drivers/input/mouse/
H A Dlifebook.c323 bitmap_zero(dev1->relbit, REL_CNT); in lifebook_init()
H A Dsynaptics.c1297 bitmap_zero(dev->relbit, REL_CNT); in set_input_params()
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h865 #define REL_CNT (REL_MAX+1)
837 #define REL_CNT global() macro
/linux/drivers/virtio/
H A Dvirtio_input.c292 vi->idev->relbit, REL_CNT); in virtinput_probe()
/linux/include/uapi/linux/
H A Dinput-event-codes.h865 #define REL_CNT (REL_MAX+1) macro
/linux/drivers/input/
H A Devdev.c62 [EV_REL] = REL_CNT, in evdev_get_mask_cnt()
/linux/drivers/hid/
H A Dhid-input.c2149 for (i = 0; i < BITS_TO_LONGS(REL_CNT); i++) in hidinput_has_been_populated()