Searched refs:priv_match (Results 1 – 1 of 1) sorted by relevance
189 const struct xhci_plat_priv *priv_match; in xhci_plat_probe() local291 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()