Searched refs:USB_GET_REPORT_DESC (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/lib/libusbhid/
H A Ddescr_compat.c73 if (ioctl(fd, USB_GET_REPORT_DESC, &rep) < 0)
H A Ddescr.c107 if (ioctl(fd, USB_GET_REPORT_DESC, &ugd) < 0) {
128 if (ioctl(fd, USB_GET_REPORT_DESC, &ugd) < 0) {
/freebsd-current/contrib/libfido2/src/
H A Dhid_netbsd.c50 if (ioctl(fd, IOCTL_REQ(USB_GET_REPORT_DESC), &ucrd) == -1) {
225 if ((r = ioctl(ctx->fd, IOCTL_REQ(USB_GET_REPORT_DESC), &ucrd)) == -1 ||
H A Dhid_freebsd.c52 if (ioctl(fd, IOCTL_REQ(USB_GET_REPORT_DESC), &ugd) == -1) {
234 if ((r = ioctl(ctx->fd, IOCTL_REQ(USB_GET_REPORT_DESC), &ugd) == -1) ||
/freebsd-current/sys/dev/usb/
H A Dusb_ioctl.h243 #define USB_GET_REPORT_DESC _IOWR('U', 21, struct usb_gen_descriptor) macro
355 _IOC_NEWTYPE(USB_GET_REPORT_DESC, struct usb_gen_descriptor32)
/freebsd-current/sys/dev/usb/input/
H A Duhid_snes.c304 case USB_GET_REPORT_DESC:
H A Duhid.c580 case USB_GET_REPORT_DESC:
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc456 _(USB_GET_REPORT_DESC, WRITE, struct_usb_ctl_report_desc_sz);
H A Dsanitizer_platform_limits_netbsd.cpp1587 unsigned IOCTL_USB_GET_REPORT_DESC = USB_GET_REPORT_DESC;
/freebsd-current/sys/compat/linux/
H A Dlinux_ioctl.c3394 args->cmd = USB_GET_REPORT_DESC;

Completed in 358 milliseconds