priv_match        158 drivers/usb/host/xhci-plat.c 	const struct xhci_plat_priv *priv_match;
priv_match        258 drivers/usb/host/xhci-plat.c 	priv_match = of_device_get_match_data(&pdev->dev);
priv_match        259 drivers/usb/host/xhci-plat.c 	if (priv_match) {
priv_match        263 drivers/usb/host/xhci-plat.c 		if (priv_match)
priv_match        264 drivers/usb/host/xhci-plat.c 			*priv = *priv_match;