Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dxhci-plat.h25 int xhci_plat_probe(struct platform_device *pdev, struct device *sysdev,
Dxhci-plat.c141 int xhci_plat_probe(struct platform_device *pdev, struct device *sysdev, const struct xhci_plat_pri… in xhci_plat_probe() function
351 EXPORT_SYMBOL_GPL(xhci_plat_probe);
389 return xhci_plat_probe(pdev, sysdev, priv_match); in xhci_generic_plat_probe()
Dxhci-rcar.c274 return xhci_plat_probe(pdev, NULL, priv_match); in xhci_renesas_probe()