Symbol: usb_device_descriptor
lib/libusb/libusb20_ugen20.c
135
struct usb_device_descriptor ddesc;
lib/libusb/usb.h
234
struct usb_device_descriptor descriptor;
sys/bus/u4b/controller/ehci.c
3019
struct usb_device_descriptor ehci_devd =
sys/bus/u4b/controller/ehci.c
3021
sizeof(struct usb_device_descriptor),
sys/bus/u4b/controller/ohci.c
2030
struct usb_device_descriptor ohci_devd =
sys/bus/u4b/controller/ohci.c
2032
sizeof(struct usb_device_descriptor),
sys/bus/u4b/controller/uhci.c
2311
struct usb_device_descriptor uhci_devd =
sys/bus/u4b/controller/uhci.c
2313
sizeof(struct usb_device_descriptor),
sys/bus/u4b/controller/xhci.c
3203
struct usb_device_descriptor xhci_devd =
sys/bus/u4b/net/if_kue.c
284
struct usb_device_descriptor *dd;
sys/bus/u4b/serial/uplcom.c
347
struct usb_device_descriptor *dd;
sys/bus/u4b/template/usb_template.c
1036
struct usb_device_descriptor *dd;
sys/bus/u4b/template/usb_template.c
847
struct usb_device_descriptor *dd;
sys/bus/u4b/template/usb_template.c
989
struct usb_device_descriptor *dd;
sys/bus/u4b/template/usb_template.h
95
struct usb_device_descriptor udd; /* device descriptor */
sys/bus/u4b/usb.h
297
typedef struct usb_device_descriptor usb_device_descriptor_t;
sys/bus/u4b/usb_device.c
2341
struct usb_device_descriptor *udd = &udev->ddesc;
sys/bus/u4b/usb_device.c
2448
struct usb_device_descriptor *udd = NULL;
sys/bus/u4b/usb_device.c
2466
struct usb_device_descriptor *udd = &udev->ddesc;
sys/bus/u4b/usb_device.c
2573
struct usb_device_descriptor *
sys/bus/u4b/usb_device.h
260
struct usb_device_descriptor ddesc; /* device descriptor */
sys/bus/u4b/usb_device.h
268
struct usb_device_descriptor descriptor;
sys/bus/u4b/usb_generic.c
2059
struct usb_device_descriptor *ddesc;
sys/bus/u4b/usb_generic.c
2069
struct usb_device_descriptor *dtemp;
sys/bus/u4b/usb_ioctl.h
277
#define USB_GET_DEVICE_DESC _IOR ('U', 105, struct usb_device_descriptor)
sys/bus/u4b/usb_request.c
1392
struct usb_device_descriptor *d)
sys/bus/u4b/usb_request.h
53
struct usb_device_descriptor *d);
sys/bus/u4b/usbdi.h
478
struct usb_device_descriptor *usbd_get_device_descriptor(
sys/netgraph7/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
436
sizeof(struct usb_device_descriptor));