Home
last modified time | relevance | path

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

/dragonfly/lib/libu4bhid/
H A Ddescr.c98 if (ioctl(fd, USB_GET_REPORT_DESC, &ugd) < 0) in hid_get_report_desc()
112 if (ioctl(fd, USB_GET_REPORT_DESC, &ugd) < 0) { in hid_get_report_desc()
/dragonfly/sys/bus/u4b/
H A Dusb_ioctl.h266 #define USB_GET_REPORT_DESC _IOWR('U', 21, struct usb_gen_descriptor) macro
/dragonfly/sys/bus/u4b/input/
H A Duhid.c552 case USB_GET_REPORT_DESC: in uhid_ioctl()