Searched refs:ret_hccr (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/usb/host/ |
D | ehci-pci.c | 23 static int ehci_pci_init(struct udevice *dev, struct ehci_hccr **ret_hccr, in ehci_pci_init() argument 45 *ret_hccr = hccr; in ehci_pci_init() 68 static void ehci_pci_legacy_init(pci_dev_t pdev, struct ehci_hccr **ret_hccr, in ehci_pci_legacy_init() argument 84 *ret_hccr = hccr; 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()
|
D | xhci-pci.c | 14 static void xhci_pci_init(struct udevice *dev, struct xhci_hccr **ret_hccr, in xhci_pci_init() argument 29 *ret_hccr = hccr; in xhci_pci_init()
|
D | ehci-faraday.c | 89 struct ehci_hccr **ret_hccr, struct ehci_hcor **ret_hcor) in ehci_hcd_init() argument 129 *ret_hccr = hccr; in ehci_hcd_init()
|
/external/u-boot/include/usb/ |
D | xhci.h | 1138 int xhci_hcd_init(int index, struct xhci_hccr **ret_hccr,
|