Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_ioctl.h245 #define USB_GET_REPORT _IOWR('U', 23, struct usb_gen_descriptor) macro
357 _IOC_NEWTYPE(USB_GET_REPORT, struct usb_gen_descriptor32)
/freebsd/lib/libusbhid/
H A Ddata.c129 return (ioctl(fd, USB_GET_REPORT, &ugd)); in hid_get_report()
/freebsd/sys/dev/usb/input/
H A Duhid_snes.c340 case USB_GET_REPORT: in uhid_snes_ioctl()
H A Duhid.c614 case USB_GET_REPORT: in uhid_ioctl()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1589 unsigned IOCTL_USB_GET_REPORT = USB_GET_REPORT;
H A Dsanitizer_interceptors_ioctl_netbsd.inc458 _(USB_GET_REPORT, READWRITE, struct_usb_ctl_report_sz);