Home
last modified time | relevance | path

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

/drivers/usb/host/
A Dxhci-plat.c145 …probe(struct platform_device *pdev, struct device *sysdev, const struct xhci_plat_priv *priv_match) in xhci_plat_probe() argument
231 if (priv_match) { in xhci_plat_probe()
234 *priv = *priv_match; in xhci_plat_probe()
386 const struct xhci_plat_priv *priv_match; in xhci_generic_plat_probe() local
416 priv_match = of_device_get_match_data(&pdev->dev); in xhci_generic_plat_probe()
418 priv_match = dev_get_platdata(&pdev->dev); in xhci_generic_plat_probe()
420 return xhci_plat_probe(pdev, sysdev, priv_match); in xhci_generic_plat_probe()
A Dxhci-rcar.c268 const struct xhci_plat_priv *priv_match; in xhci_renesas_probe() local
270 priv_match = of_device_get_match_data(&pdev->dev); in xhci_renesas_probe()
272 return xhci_plat_probe(pdev, NULL, priv_match); in xhci_renesas_probe()
A Dxhci-plat.h29 const struct xhci_plat_priv *priv_match);

Completed in 20 milliseconds