Home
last modified time | relevance | path

Searched refs:usb_hub_descriptor (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/linux/drivers/usb/core/
H A Dusb.h9 struct usb_hub_descriptor;
213 struct usb_hub_descriptor *desc);
H A Dhub.h52 struct usb_hub_descriptor *descriptor; /* class descriptor */
H A Dhcd.c492 tbuf_size = max_t(u16, sizeof(struct usb_hub_descriptor), wLength); in rh_call_control()
652 len = sizeof (struct usb_hub_descriptor); in rh_call_control()
664 (struct usb_hub_descriptor *)tbuf); in rh_call_control()
/openbmc/linux/drivers/usb/host/
H A Dohci-s3c2410.c169 struct usb_hub_descriptor *desc; in ohci_s3c2410_hub_control()
240 desc = (struct usb_hub_descriptor *)buf; in ohci_s3c2410_hub_control()
H A Dohci-at91.c356 struct usb_hub_descriptor *desc; in ohci_at91_hub_control()
440 desc = (struct usb_hub_descriptor *)buf; in ohci_at91_hub_control()
H A Dxhci-hub.c256 struct usb_hub_descriptor *desc, int ports) in xhci_common_hub_descriptor()
279 struct usb_hub_descriptor *desc) in xhci_usb2_hub_descriptor()
334 struct usb_hub_descriptor *desc) in xhci_usb3_hub_descriptor()
367 struct usb_hub_descriptor *desc) in xhci_hub_descriptor()
1241 (struct usb_hub_descriptor *) buf); in xhci_hub_control()
H A Dohci-hub.c540 struct usb_hub_descriptor *desc in ohci_hub_descriptor()
743 ohci_hub_descriptor (ohci, (struct usb_hub_descriptor *) buf); in ohci_hub_control()
H A Dehci-hub.c700 struct usb_hub_descriptor *desc in ehci_hub_descriptor()
858 ehci_hub_descriptor (ehci, (struct usb_hub_descriptor *) in ehci_hub_control()
H A Dxen-hcd.c358 struct usb_hub_descriptor *desc) in xenhcd_hub_descriptor()
464 xenhcd_hub_descriptor(info, (struct usb_hub_descriptor *)buf); in xenhcd_hub_control()
H A Disp116x-hcd.c943 struct usb_hub_descriptor *desc) in isp116x_hub_descriptor()
1043 (struct usb_hub_descriptor *)buf); in isp116x_hub_control()
H A Dmax3421-hcd.c1631 hub_descriptor(struct usb_hub_descriptor *desc) in hub_descriptor()
1701 hub_descriptor((struct usb_hub_descriptor *) buf); in max3421_hub_control()
H A Dsl811-hcd.c1093 struct usb_hub_descriptor *desc in sl811h_hub_descriptor()
1282 sl811h_hub_descriptor(sl811, (struct usb_hub_descriptor *) buf); in sl811h_hub_control()
H A Docteon-hcd.c3310 struct usb_hub_descriptor *desc; in octeon_usb_hub_control()
3399 desc = (struct usb_hub_descriptor *)buf; in octeon_usb_hub_control()
/openbmc/u-boot/common/
H A Dusb_hub.c623 struct usb_hub_descriptor *descriptor; in usb_hub_configure()
640 descriptor = (struct usb_hub_descriptor *)buffer; in usb_hub_configure()
643 sizeof(struct usb_hub_descriptor)); in usb_hub_configure()
/openbmc/linux/include/uapi/linux/usb/
H A Dch11.h260 struct usb_hub_descriptor { struct
/openbmc/linux/drivers/usb/misc/
H A Dlvstest.c31 struct usb_hub_descriptor descriptor;
332 struct usb_hub_descriptor *descriptor = &lvs->descriptor; in lvs_rh_work()
/openbmc/u-boot/include/
H A Dusb.h556 struct usb_hub_descriptor { struct
582 struct usb_hub_descriptor desc; argument
/openbmc/linux/drivers/usb/usbip/
H A Dvhci_hcd.c286 ss_hub_descriptor(struct usb_hub_descriptor *desc) in ss_hub_descriptor()
298 static inline void hub_descriptor(struct usb_hub_descriptor *desc) in hub_descriptor()
414 ss_hub_descriptor((struct usb_hub_descriptor *) buf); in vhci_hub_control()
416 hub_descriptor((struct usb_hub_descriptor *) buf); in vhci_hub_control()
/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c88 static struct usb_hub_descriptor hub_desc = {
/openbmc/linux/drivers/usb/musb/
H A Dmusb_virthub.c324 struct usb_hub_descriptor *desc = (void *)buf; in musb_hub_control()
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dvhub.h426 struct usb_hub_descriptor vhub_hub_desc;
H A Dhub.c132 static const struct usb_hub_descriptor ast_vhub_hub_desc = {
/openbmc/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c2077 ss_hub_descriptor(struct usb_hub_descriptor *desc) in ss_hub_descriptor()
2090 static inline void hub_descriptor(struct usb_hub_descriptor *desc) in hub_descriptor()
2175 ss_hub_descriptor((struct usb_hub_descriptor *) buf); in dummy_hub_control()
2177 hub_descriptor((struct usb_hub_descriptor *) buf); in dummy_hub_control()
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dmod_host.c1198 struct usb_hub_descriptor *desc = (struct usb_hub_descriptor *)buf; in __usbhsh_hub_get_status()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c38 struct usb_hub_descriptor hub;

12