Searched refs:serdes_pdev (Results 1 – 1 of 1) sorted by relevance
221 struct platform_device *serdes_pdev; member815 struct platform_device *serdes_pdev; in wiz_probe() local950 serdes_pdev = of_platform_device_create(child_node, NULL, dev); in wiz_probe()951 if (!serdes_pdev) { in wiz_probe()956 wiz->serdes_pdev = serdes_pdev; in wiz_probe()968 of_platform_device_destroy(&serdes_pdev->dev, NULL); in wiz_probe()987 struct platform_device *serdes_pdev; in wiz_remove() local991 serdes_pdev = wiz->serdes_pdev; in wiz_remove()993 of_platform_device_destroy(&serdes_pdev->dev, NULL); in wiz_remove()