Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dinput.h153 unsigned long swbit[BITS_TO_LONGS(SW_CNT)];
183 unsigned long sw[BITS_TO_LONGS(SW_CNT)];
/openbmc/qemu/hw/input/
H A Dvirtio-input-host.c156 virtio_input_bits_config(vih, EV_SW, SW_CNT); in virtio_input_host_realize()
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h753 #define SW_CNT (SW_MAX+1) macro
/openbmc/qemu/contrib/vhost-user-input/
H A Dmain.c377 vi_bits_config(&vi, EV_SW, SW_CNT); in main()
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h928 #define SW_CNT (SW_MAX+1) macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h928 #define SW_CNT (SW_MAX_+1) macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h928 #define SW_CNT (SW_MAX+1) macro
/openbmc/linux/drivers/virtio/
H A Dvirtio_input.c294 vi->idev->swbit, SW_CNT); in virtinput_probe()
/openbmc/linux/drivers/input/keyboard/
H A Dgpio_keys.c109 return (type == EV_KEY) ? KEY_CNT : SW_CNT; in get_n_events_by_type()
/openbmc/linux/drivers/input/
H A Devdev.c65 [EV_SW] = SW_CNT, in evdev_get_mask_cnt()
/openbmc/linux/drivers/hid/
H A Dhid-input.c2126 for (i = 0; i < BITS_TO_LONGS(SW_CNT); i++) in hidinput_has_been_populated()