HomeSort by: relevance | last modified time | path
    Searched refs:USB_GET_REPORT_DESC (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libusbhid/
descr.c 54 if (ioctl(fd, USB_GET_REPORT_DESC, &rep) < 0)
  /src/sys/dev/usb/
uhid.c 581 case USB_GET_REPORT_DESC:
usb.h 1007 #define USB_GET_REPORT_DESC _IOR ('U', 21, struct usb_ctl_report_desc)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1424 unsigned IOCTL_USB_GET_REPORT_DESC = USB_GET_REPORT_DESC;
sanitizer_interceptors_ioctl_netbsd.inc 457 _(USB_GET_REPORT_DESC, WRITE, struct_usb_ctl_report_desc_sz);

Completed in 19 milliseconds