Searched refs:serdes_pdev (Results 1 – 1 of 1) sorted by relevance
386 struct platform_device *serdes_pdev; member1449 struct platform_device *serdes_pdev; in wiz_probe() local1617 serdes_pdev = of_platform_device_create(child_node, NULL, dev); in wiz_probe()1618 if (!serdes_pdev) { in wiz_probe()1623 wiz->serdes_pdev = serdes_pdev; in wiz_probe()1645 struct platform_device *serdes_pdev; in wiz_remove() local1649 serdes_pdev = wiz->serdes_pdev; in wiz_remove()1651 of_platform_device_destroy(&serdes_pdev->dev, NULL); in wiz_remove()