Home
last modified time | relevance | path

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

/openbmc/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,
/openbmc/u-boot/drivers/net/phy/
H A Dphy.c583 static int phy_probe(struct phy_device *phydev) in phy_probe() function
661 phy_probe(dev); in phy_device_create()
/openbmc/linux/drivers/net/phy/
H A Dsfp.c2602 goto phy_probe; in sfp_sm_main()
2609 phy_probe: in sfp_sm_main()
H A Dphy_device.c3268 static int phy_probe(struct device *dev) in phy_probe() function
3445 new_driver->mdiodrv.driver.probe = phy_probe; in phy_driver_register()