Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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()
H A Dpsmouse-base.c966 bitmap_zero(input_dev->relbit, REL_CNT); in psmouse_apply_defaults()
/linux-6.15/include/linux/
H A Dinput.h147 unsigned long relbit[BITS_TO_LONGS(REL_CNT)];
/linux-6.15/drivers/virtio/
H A Dvirtio_input.c289 vi->idev->relbit, REL_CNT); in virtinput_probe()
/linux-6.15/include/uapi/linux/
H A Dinput-event-codes.h840 #define REL_CNT (REL_MAX+1) macro
/linux-6.15/include/dt-bindings/input/
H A Dlinux-event-codes.h840 #define REL_CNT (REL_MAX+1) macro
/linux-6.15/drivers/input/
H A Devdev.c62 [EV_REL] = REL_CNT, in evdev_get_mask_cnt()
H A Dinput.c2188 events += bitmap_weight(dev->relbit, REL_CNT); in input_estimate_events_per_packet()
/linux-6.15/drivers/hid/
H A Dhid-input.c2105 for (i = 0; i < BITS_TO_LONGS(REL_CNT); i++) in hidinput_has_been_populated()