Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dusb_hub.c635 struct usb_hub_descriptor *descriptor; in usb_hub_configure()
652 descriptor = (struct usb_hub_descriptor *)buffer; in usb_hub_configure()
655 sizeof(struct usb_hub_descriptor)); in usb_hub_configure()
/rk3399_rockchip-uboot/include/
H A Dusb.h557 struct usb_hub_descriptor { struct
583 struct usb_hub_descriptor desc; argument
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci.h256 struct usb_hub_descriptor hub;
H A Dxhci.c39 struct usb_hub_descriptor hub;
1240 memcpy(&ctrl->hub, &descriptor, sizeof(struct usb_hub_descriptor)); in xhci_lowlevel_init()
H A Dehci-hcd.c42 struct usb_hub_descriptor hub;
1056 memcpy(&ctrl->hub, &descriptor, sizeof(struct usb_hub_descriptor)); in ehci_common_init()
/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dsandbox_hub.c91 static struct usb_hub_descriptor hub_desc = {
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h1233 struct usb_hub_descriptor hub;