Home
last modified time | relevance | path

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

/freebsd/sys/dev/evdev/
H A Devdev_private.h132 bitstr_t bit_decl(ev_sw_flags, SW_CNT);
145 bitstr_t bit_decl(ev_sw_states, SW_CNT); /* (s) */
H A Devdev.c131 MSC_CNT + LED_CNT + SND_CNT + SW_CNT + FF_CNT) in evdev_set_report_size()
190 bit_ffs(evdev->ev_sw_flags, SW_CNT, &res); in evdev_estimate_report_size()
538 KASSERT(code < SW_CNT, ("invalid evdev sw property")); in evdev_support_sw()
654 if (code >= SW_CNT) in evdev_check_event()
H A Dcdev.c653 limit = MIN(len, bitstr_size(SW_CNT)); in evdev_ioctl()
709 limit = SW_CNT; in evdev_ioctl_eviocgbit()
H A Dinput-event-codes.h936 #define SW_CNT (SW_MAX+1) macro
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/
H A Dlinux-event-codes.h928 #define SW_CNT (SW_MAX+1) macro
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c339 count = SW_CNT; in pci_vtinput_read_config_ev_bits()