Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-pci.c24 static int ehci_pci_init(struct udevice *dev, struct ehci_hccr **ret_hccr, in ehci_pci_init() argument
46 *ret_hccr = hccr; in ehci_pci_init()
69 static void ehci_pci_legacy_init(pci_dev_t pdev, struct ehci_hccr **ret_hccr, in ehci_pci_legacy_init() argument
85 *ret_hccr = hccr; in ehci_pci_legacy_init()
99 struct ehci_hccr **ret_hccr, struct ehci_hcor **ret_hcor) in ehci_hcd_init() argument
112 ehci_pci_legacy_init(pdev, ret_hccr, ret_hcor); in ehci_hcd_init()
H A Dxhci-pci.c15 static void xhci_pci_init(struct udevice *dev, struct xhci_hccr **ret_hccr, in xhci_pci_init() argument
30 *ret_hccr = hccr; in xhci_pci_init()
H A Dehci-faraday.c90 struct ehci_hccr **ret_hccr, struct ehci_hcor **ret_hcor) in ehci_hcd_init() argument
130 *ret_hccr = hccr; in ehci_hcd_init()
H A Dxhci-keystone.c88 struct xhci_hccr **ret_hccr, struct xhci_hcor **ret_hcor) in xhci_hcd_init() argument
147 *ret_hccr = hcd; in xhci_hcd_init()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1139 int xhci_hcd_init(int index, struct xhci_hccr **ret_hccr,