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

  /src/sys/dev/usb/
uhid.c 604 case USB_GET_REPORT:
usb.h 1009 #define USB_GET_REPORT _IOWR('U', 23, struct usb_ctl_report)
  /src/usr.bin/usbhidctl/
usbhid.c 105 int use_getreport; /* Non-zero if we expect USB_GET_REPORT to work */
472 if (ioctl(hidfd, USB_GET_REPORT, report->buffer) < 0)
473 err(1, "USB_GET_REPORT(%s) [probably not "
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1426 unsigned IOCTL_USB_GET_REPORT = USB_GET_REPORT;
sanitizer_interceptors_ioctl_netbsd.inc 459 _(USB_GET_REPORT, READWRITE, struct_usb_ctl_report_sz);

Completed in 41 milliseconds