Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/ti/
H A Dphy-j721e-wiz.c222 struct platform_device *serdes_pdev; member
822 struct platform_device *serdes_pdev; in wiz_probe() local
964 serdes_pdev = of_platform_device_create(child_node, NULL, dev); in wiz_probe()
965 if (!serdes_pdev) { in wiz_probe()
970 wiz->serdes_pdev = serdes_pdev; in wiz_probe()
992 struct platform_device *serdes_pdev; in wiz_remove() local
996 serdes_pdev = wiz->serdes_pdev; in wiz_remove()
998 of_platform_device_destroy(&serdes_pdev->dev, NULL); in wiz_remove()