Searched refs:ret_hccr (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ehci-pci.c | 24 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 D | xhci-pci.c | 15 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 D | ehci-faraday.c | 90 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 D | xhci-keystone.c | 88 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 D | xhci.h | 1139 int xhci_hcd_init(int index, struct xhci_hccr **ret_hccr,
|