Home
last modified time | relevance | path

Searched refs:HIDIOCGRDESC (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/sys/dev/hid/
H A Dhidraw.h88 #define HIDIOCGRDESC _IO ('U', 31) macro
H A Dhidraw.c820 case HIDIOCGRDESC: in hidraw_ioctl()
/freebsd-src/contrib/libfido2/fuzz/
H A Dudev.c249 case IOCTL_REQ(HIDIOCGRDESC): in __wrap_ioctl()
/freebsd-src/contrib/libfido2/src/
H A Dhid_hidapi.c120 if (ioctl(fd, IOCTL_REQ(HIDIOCGRDESC), hrd) < 0) { in get_report_descriptor()
H A Dhid_linux.c47 if (ioctl(fd, IOCTL_REQ(HIDIOCGRDESC), hrd) == -1) { in get_report_descriptor()