Home
last modified time | relevance | path

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

/linux/drivers/phy/
H A Dphy-lgm-usb.c187 static int phy_probe(struct platform_device *pdev) in phy_probe() function
273 .probe = phy_probe,
/linux/drivers/net/phy/
H A Dphy_device.c3662 static int phy_probe(struct device *dev) in phy_probe() function
3863 new_driver->mdiodrv.driver.probe = phy_probe; in phy_driver_register()