Home
last modified time | relevance | path

Searched refs:xhci_plat_probe (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-plat.h27 int xhci_plat_probe(struct platform_device *pdev, struct device *sysdev,
H A Dxhci-plat.c145 int xhci_plat_probe(struct platform_device *pdev, struct device *sysdev, const struct xhci_plat_pri… in xhci_plat_probe() function
370 EXPORT_SYMBOL_GPL(xhci_plat_probe);
408 return xhci_plat_probe(pdev, sysdev, priv_match); in xhci_generic_plat_probe()
H A Dxhci-rcar.c272 return xhci_plat_probe(pdev, NULL, priv_match); in xhci_renesas_probe()