Searched refs:child_pdev (Results 1 – 2 of 2) sorted by relevance
201 struct platform_device *child_pdev; in st_dwc3_probe() local268 child_pdev = of_find_device_by_node(child); in st_dwc3_probe()269 if (!child_pdev) { in st_dwc3_probe()275 dwc3_data->dr_mode = usb_get_dr_mode(&child_pdev->dev); in st_dwc3_probe()277 of_dev_put(child_pdev); in st_dwc3_probe()
98 struct platform_device *child_pdev; in dwc3_rockchip_probe() local158 child_pdev = of_find_device_by_node(child); in dwc3_rockchip_probe()159 if (!child_pdev) { in dwc3_rockchip_probe()165 rockchip->dwc = platform_get_drvdata(child_pdev); in dwc3_rockchip_probe()