Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
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()