Searched refs:usb_gen_descriptor (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/dev/usb/
H A Dusb_ioctl.h98 struct usb_gen_descriptor { struct
268 #define USB_GET_REPORT_DESC _IOWR('U', 21, struct usb_gen_descriptor)
270 #define USB_GET_REPORT _IOWR('U', 23, struct usb_gen_descriptor)
271 #define USB_SET_REPORT _IOW ('U', 24, struct usb_gen_descriptor)
283 #define USB_GET_FULL_DESC _IOWR('U', 109, struct usb_gen_descriptor)
284 #define USB_GET_STRING_DESC _IOWR('U', 110, struct usb_gen_descriptor)
294 #define USB_GET_IFACE_DRIVER _IOWR('U', 121, struct usb_gen_descriptor)
H A Dusb_generic.c107 static int ugen_get_cdesc(struct usb_fifo *, struct usb_gen_descriptor *);
108 static int ugen_get_sdesc(struct usb_fifo *, struct usb_gen_descriptor *);
109 static int ugen_get_iface_driver(struct usb_fifo *f, struct usb_gen_descriptor *ugd);
667 ugen_get_cdesc(struct usb_fifo *f, struct usb_gen_descriptor *ugd)
723 ugen_get_sdesc(struct usb_fifo *f, struct usb_gen_descriptor *ugd)
761 ugen_get_iface_driver(struct usb_fifo *f, struct usb_gen_descriptor *ugd)
/freebsd-10.3-release/lib/libusbhid/
H A Ddata.c124 struct usb_gen_descriptor ugd;
136 struct usb_gen_descriptor ugd;
H A Ddescr.c99 struct usb_gen_descriptor ugd;
/freebsd-10.3-release/lib/libusb/
H A Dlibusb20_ugen20.c461 struct usb_gen_descriptor gen_desc;
938 struct usb_gen_descriptor ugd;
/freebsd-10.3-release/sys/dev/usb/input/
H A Duhid.c552 struct usb_gen_descriptor *ugd;

Completed in 31 milliseconds