Searched refs:sfp_add_phy (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | sfp.h | 19 int sfp_add_phy(struct sfp_bus *bus, struct phy_device *phydev);
|
H A D | sfp-bus.c | 704 int sfp_add_phy(struct sfp_bus *bus, struct phy_device *phydev) in sfp_add_phy() function 717 EXPORT_SYMBOL_GPL(sfp_add_phy); variable
|
H A D | sfp.c | 1485 err = sfp_add_phy(sfp->sfp_bus, phy); in sfp_sm_probe_phy() 1489 dev_err(sfp->dev, "sfp_add_phy failed: %d\n", err); in sfp_sm_probe_phy()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | sfp.h | 31 int sfp_add_phy(struct sfp_bus *bus, struct phy_device *phydev);
|
H A D | sfp-bus.c | 725 int sfp_add_phy(struct sfp_bus *bus, struct phy_device *phydev) in sfp_add_phy() function 738 EXPORT_SYMBOL_GPL(sfp_add_phy); variable
|
H A D | sfp.c | 1785 err = sfp_add_phy(sfp->sfp_bus, phy); in sfp_sm_probe_phy() 1789 dev_err(sfp->dev, "sfp_add_phy failed: %pe\n", ERR_PTR(err)); in sfp_sm_probe_phy()
|
Completed in 11 milliseconds