Searched refs:pmc_pdev (Results 1 – 1 of 1) sorted by relevance
1281 struct platform_device *pmc_pdev; in tegra_usb_phy_parse_pmc() local1295 pmc_pdev = of_find_device_by_node(args.np); in tegra_usb_phy_parse_pmc()1297 if (!pmc_pdev) in tegra_usb_phy_parse_pmc()1301 &pmc_pdev->dev); in tegra_usb_phy_parse_pmc()1305 if (!platform_get_drvdata(pmc_pdev)) in tegra_usb_phy_parse_pmc()1308 phy->pmc_regmap = dev_get_regmap(&pmc_pdev->dev, "usb_sleepwalk"); in tegra_usb_phy_parse_pmc()