Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-plat.c226 const struct xhci_plat_priv *priv_match; in xhci_plat_probe() local
328 priv_match = of_device_get_match_data(&pdev->dev); in xhci_plat_probe()
330 priv_match = dev_get_platdata(&pdev->dev); in xhci_plat_probe()
332 if (priv_match) { in xhci_plat_probe()
335 *priv = *priv_match; in xhci_plat_probe()