Symbol: usb_hub_descriptor
drivers/usb/core/hcd.c
485
tbuf_size = max_t(u16, sizeof(struct usb_hub_descriptor), wLength);
drivers/usb/core/hcd.c
645
len = sizeof (struct usb_hub_descriptor);
drivers/usb/core/hcd.c
657
(struct usb_hub_descriptor *)tbuf);
drivers/usb/core/hub.c
410
struct usb_hub_descriptor *desc)
drivers/usb/core/hub.c
420
size = sizeof(struct usb_hub_descriptor);
drivers/usb/core/hub.c
6504
struct usb_hub_descriptor *desc)
drivers/usb/core/hub.h
53
struct usb_hub_descriptor *descriptor; /* class descriptor */
drivers/usb/core/usb.h
207
struct usb_hub_descriptor *desc);
drivers/usb/core/usb.h
9
struct usb_hub_descriptor;
drivers/usb/dwc2/hcd.c
3385
struct usb_hub_descriptor *hub_desc;
drivers/usb/dwc2/hcd.c
3508
hub_desc = (struct usb_hub_descriptor *)buf;
drivers/usb/fotg210/fotg210-hcd.c
1430
struct usb_hub_descriptor *desc)
drivers/usb/fotg210/fotg210-hcd.c
1535
fotg210_hub_descriptor(fotg210, (struct usb_hub_descriptor *)
drivers/usb/gadget/udc/aspeed-vhub/hub.c
133
static const struct usb_hub_descriptor ast_vhub_hub_desc = {
drivers/usb/gadget/udc/aspeed-vhub/vhub.h
427
struct usb_hub_descriptor vhub_hub_desc;
drivers/usb/gadget/udc/dummy_hcd.c
2103
ss_hub_descriptor(struct usb_hub_descriptor *desc)
drivers/usb/gadget/udc/dummy_hcd.c
2116
static inline void hub_descriptor(struct usb_hub_descriptor *desc)
drivers/usb/gadget/udc/dummy_hcd.c
2203
ss_hub_descriptor((struct usb_hub_descriptor *) buf);
drivers/usb/gadget/udc/dummy_hcd.c
2205
hub_descriptor((struct usb_hub_descriptor *) buf);
drivers/usb/host/ehci-hub.c
700
struct usb_hub_descriptor *desc
drivers/usb/host/ehci-hub.c
858
ehci_hub_descriptor (ehci, (struct usb_hub_descriptor *)
drivers/usb/host/isp116x-hcd.c
1043
(struct usb_hub_descriptor *)buf);
drivers/usb/host/isp116x-hcd.c
943
struct usb_hub_descriptor *desc)
drivers/usb/host/max3421-hcd.c
1631
hub_descriptor(struct usb_hub_descriptor *desc)
drivers/usb/host/max3421-hcd.c
1705
hub_descriptor((struct usb_hub_descriptor *) buf);
drivers/usb/host/octeon-hcd.c
3309
struct usb_hub_descriptor *desc;
drivers/usb/host/octeon-hcd.c
3398
desc = (struct usb_hub_descriptor *)buf;
drivers/usb/host/ohci-at91.c
356
struct usb_hub_descriptor *desc;
drivers/usb/host/ohci-at91.c
440
desc = (struct usb_hub_descriptor *)buf;
drivers/usb/host/ohci-hub.c
540
struct usb_hub_descriptor *desc
drivers/usb/host/ohci-hub.c
743
ohci_hub_descriptor (ohci, (struct usb_hub_descriptor *) buf);
drivers/usb/host/ohci-s3c2410.c
169
struct usb_hub_descriptor *desc;
drivers/usb/host/ohci-s3c2410.c
240
desc = (struct usb_hub_descriptor *)buf;
drivers/usb/host/oxu210hp-hcd.c
3626
ehci_hub_descriptor(oxu, (struct usb_hub_descriptor *)
drivers/usb/host/oxu210hp-hcd.c
843
struct usb_hub_descriptor *desc)
drivers/usb/host/r8a66597-hcd.c
2125
struct usb_hub_descriptor *desc)
drivers/usb/host/r8a66597-hcd.c
2190
(struct usb_hub_descriptor *)buf);
drivers/usb/host/sl811-hcd.c
1094
struct usb_hub_descriptor *desc
drivers/usb/host/sl811-hcd.c
1283
sl811h_hub_descriptor(sl811, (struct usb_hub_descriptor *) buf);
drivers/usb/host/xen-hcd.c
358
struct usb_hub_descriptor *desc)
drivers/usb/host/xen-hcd.c
464
xenhcd_hub_descriptor(info, (struct usb_hub_descriptor *)buf);
drivers/usb/host/xhci-hub.c
1224
(struct usb_hub_descriptor *) buf);
drivers/usb/host/xhci-hub.c
256
struct usb_hub_descriptor *desc, int ports)
drivers/usb/host/xhci-hub.c
279
struct usb_hub_descriptor *desc)
drivers/usb/host/xhci-hub.c
334
struct usb_hub_descriptor *desc)
drivers/usb/host/xhci-hub.c
367
struct usb_hub_descriptor *desc)
drivers/usb/isp1760/isp1760-hcd.c
2139
struct usb_hub_descriptor *desc)
drivers/usb/isp1760/isp1760-hcd.c
2279
isp1760_hub_descriptor(priv, (struct usb_hub_descriptor *)
drivers/usb/misc/lvstest.c
31
struct usb_hub_descriptor descriptor;
drivers/usb/misc/lvstest.c
332
struct usb_hub_descriptor *descriptor = &lvs->descriptor;
drivers/usb/musb/musb_virthub.c
324
struct usb_hub_descriptor *desc = (void *)buf;
drivers/usb/renesas_usbhs/mod_host.c
1198
struct usb_hub_descriptor *desc = (struct usb_hub_descriptor *)buf;
drivers/usb/usbip/vhci_hcd.c
287
ss_hub_descriptor(struct usb_hub_descriptor *desc)
drivers/usb/usbip/vhci_hcd.c
299
static inline void hub_descriptor(struct usb_hub_descriptor *desc)
drivers/usb/usbip/vhci_hcd.c
417
ss_hub_descriptor((struct usb_hub_descriptor *) buf);
drivers/usb/usbip/vhci_hcd.c
419
hub_descriptor((struct usb_hub_descriptor *) buf);