Home
last modified time | relevance | path

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

/freebsd/sys/dev/evdev/
H A Dinput.h91 #define EVIOCGPROP(len) _IOC(IOC_OUT, EVDEV_IOC_MAGIC, 0x09, len) /* get device properties */ macro
H A Dcdev.c603 case EVIOCGPROP(0): in evdev_ioctl()
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c309 const unsigned int cmd = EVIOCGPROP(count); in pci_vtinput_read_config_prop_bits()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp911 unsigned IOCTL_EVIOCGPROP = EVIOCGPROP(0);
H A Dsanitizer_common_interceptors_ioctl.inc390 _(EVIOCGPROP, WRITE, 0);
/freebsd/usr.sbin/moused/moused/
H A Dmoused.c1325 ioctl(fd, EVIOCGPROP(sizeof(prop_bits)), prop_bits) < 0) { in r_identify_evdev()
1675 if ( ioctl(fd, EVIOCGPROP(sizeof(prop_bits)), prop_bits) >= 0 && in r_init_touchpad_hw()