Home
last modified time | relevance | path

Searched refs:USB_GET_REPORT_DESC (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/lib/libusbhid/
Ddescr.c54 if (ioctl(fd, USB_GET_REPORT_DESC, &rep) < 0) in hid_get_report_desc()
/netbsd/src/sys/dev/usb/
Duhid.c581 case USB_GET_REPORT_DESC: in uhidioctl()
Dusb.h1007 #define USB_GET_REPORT_DESC _IOR ('U', 21, struct usb_ctl_report_desc) macro