Home
last modified time | relevance | path

Searched refs:ret_hcor (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/usb/host/
Dehci-pci.c24 struct ehci_hcor **ret_hcor) in ehci_pci_init() argument
46 *ret_hcor = hcor; in ehci_pci_init()
69 struct ehci_hcor **ret_hcor) in ehci_pci_legacy_init() argument
85 *ret_hcor = hcor; in ehci_pci_legacy_init()
98 struct ehci_hccr **ret_hccr, struct ehci_hcor **ret_hcor) in ehci_hcd_init() argument
111 ehci_pci_legacy_init(pdev, ret_hccr, ret_hcor); in ehci_hcd_init()
Dxhci-pci.c15 struct xhci_hcor **ret_hcor) in xhci_pci_init() argument
30 *ret_hcor = hcor; in xhci_pci_init()
Dehci-faraday.c89 struct ehci_hccr **ret_hccr, struct ehci_hcor **ret_hcor) in ehci_hcd_init() argument
130 *ret_hcor = hcor; in ehci_hcd_init()
/external/u-boot/include/usb/
Dxhci.h1139 struct xhci_hcor **ret_hcor);