Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/phy/ti/
Dphy-j721e-wiz.c284 struct platform_device *serdes_pdev; member
1138 struct platform_device *serdes_pdev; in wiz_probe() local
1291 serdes_pdev = of_platform_device_create(child_node, NULL, dev); in wiz_probe()
1292 if (!serdes_pdev) { in wiz_probe()
1297 wiz->serdes_pdev = serdes_pdev; in wiz_probe()
1319 struct platform_device *serdes_pdev; in wiz_remove() local
1323 serdes_pdev = wiz->serdes_pdev; in wiz_remove()
1325 of_platform_device_destroy(&serdes_pdev->dev, NULL); in wiz_remove()