Home
last modified time | relevance | path

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

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