Home
last modified time | relevance | path

Searched refs:priv_match (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-plat.c142 int xhci_plat_probe(struct platform_device *pdev, struct device *sysdev, const struct xhci_plat_priv *priv_match) in xhci_plat_probe() argument
228 if (priv_match) { in xhci_plat_probe()
231 *priv = *priv_match; in xhci_plat_probe()
368 const struct xhci_plat_priv *priv_match; in xhci_generic_plat_probe() local
398 priv_match = of_device_get_match_data(&pdev->dev); in xhci_generic_plat_probe()
400 priv_match = dev_get_platdata(&pdev->dev); in xhci_generic_plat_probe()
402 return xhci_plat_probe(pdev, sysdev, priv_match); in xhci_generic_plat_probe()
H A Dxhci-rcar.c270 const struct xhci_plat_priv *priv_match; in xhci_renesas_probe() local
272 priv_match = of_device_get_match_data(&pdev->dev); in xhci_renesas_probe()
274 return xhci_plat_probe(pdev, NULL, priv_match); in xhci_renesas_probe()
H A Dxhci-plat.h26 const struct xhci_plat_priv *priv_match);
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-plat.c189 const struct xhci_plat_priv *priv_match; in xhci_plat_probe() local
291 priv_match = of_device_get_match_data(&pdev->dev); in xhci_plat_probe()
293 priv_match = dev_get_platdata(&pdev->dev); in xhci_plat_probe()
295 if (priv_match) { in xhci_plat_probe()
298 *priv = *priv_match; in xhci_plat_probe()

Completed in 6 milliseconds