Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/
H A Dphy-lgm-usb.c255 static void phy_remove(struct platform_device *pdev) in phy_remove() function
274 .remove_new = phy_remove,
/openbmc/linux/drivers/net/phy/
H A Dphy_device.c3389 static int phy_remove(struct device *dev) in phy_remove() function
3446 new_driver->mdiodrv.driver.remove = phy_remove; in phy_driver_register()