Searched refs:USB_GET_REPORT (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/dev/usb/ |
H A D | uhid.c | 604 case USB_GET_REPORT: in uhidioctl()
|
H A D | usb.h | 1009 #define USB_GET_REPORT _IOWR('U', 23, struct usb_ctl_report) macro
|
/netbsd-src/usr.bin/usbhidctl/ |
H A D | usbhid.c | 472 if (ioctl(hidfd, USB_GET_REPORT, report->buffer) < 0) in getreport()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 1426 unsigned IOCTL_USB_GET_REPORT = USB_GET_REPORT;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 459 _(USB_GET_REPORT, READWRITE, struct_usb_ctl_report_sz);
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 1589 unsigned IOCTL_USB_GET_REPORT = USB_GET_REPORT;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 458 _(USB_GET_REPORT, READWRITE, struct_usb_ctl_report_sz);
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 1588 unsigned IOCTL_USB_GET_REPORT = USB_GET_REPORT;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 458 _(USB_GET_REPORT, READWRITE, struct_usb_ctl_report_sz);
|