Home
last modified time | relevance | path

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

/freebsd/sys/dev/evdev/
H A Devdev_private.h124 bitstr_t bit_decl(ev_prop_flags, INPUT_PROP_CNT);
H A Dinput-event-codes.h44 #define INPUT_PROP_CNT (INPUT_PROP_MAX + 1) macro
H A Dcdev.c603 limit = MIN(len, bitstr_size(INPUT_PROP_CNT)); in evdev_ioctl()
H A Devdev.c451 KASSERT(prop < INPUT_PROP_CNT, ("invalid evdev input property")); in evdev_support_prop()
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/
H A Dlinux-event-codes.h32 #define INPUT_PROP_CNT (INPUT_PROP_MAX + 1) macro
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c307 const int count = howmany(INPUT_PROP_CNT, sizeof(long) * 8) * in pci_vtinput_read_config_prop_bits()