Home
last modified time | relevance | path

Searched refs:serdes_pdev (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/phy/ti/
H A Dphy-j721e-wiz.c386 struct platform_device *serdes_pdev; member
1452 struct platform_device *serdes_pdev; in wiz_probe() local
1620 serdes_pdev = of_platform_device_create(child_node, NULL, dev); in wiz_probe()
1621 if (!serdes_pdev) { in wiz_probe()
1626 wiz->serdes_pdev = serdes_pdev; in wiz_probe()
1648 struct platform_device *serdes_pdev; in wiz_remove() local
1652 serdes_pdev = wiz->serdes_pdev; in wiz_remove()
1654 of_platform_device_destroy(&serdes_pdev->dev, NULL); in wiz_remove()