Home
last modified time | relevance | path

Searched refs:usb_get_bus (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/board/theobroma-systems/puma_rk3399/
H A Dpuma-rk3399.c263 ctrl = usb_get_bus(dev); in usb_hub_reset_devices()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dusb-uclass.c598 udev->controller_dev = usb_get_bus(parent); in usb_scan_device()
736 struct udevice *usb_get_bus(struct udevice *dev) in usb_get_bus() function
774 udev->controller_dev = usb_get_bus(dev); in usb_child_pre_probe()
H A Dohci-hcd.c2144 ohci_t *ohci = dev_get_priv(usb_get_bus(dev)); in ohci_submit_control_msg()
2153 ohci_t *ohci = dev_get_priv(usb_get_bus(dev)); in ohci_submit_bulk_msg()
2162 ohci_t *ohci = dev_get_priv(usb_get_bus(dev)); in ohci_submit_int_msg()
2172 ohci_t *ohci = dev_get_priv(usb_get_bus(dev)); in ohci_create_int_queue()
2181 ohci_t *ohci = dev_get_priv(usb_get_bus(dev)); in ohci_poll_int_queue()
2189 ohci_t *ohci = dev_get_priv(usb_get_bus(dev)); in ohci_destroy_int_queue()
H A Dehci-hcd.c116 return dev_get_priv(usb_get_bus(udev->dev)); in ehci_get_ctrl()
/rk3399_rockchip-uboot/include/
H A Dusb.h864 struct udevice *usb_get_bus(struct udevice *dev);