Home
last modified time | relevance | path

Searched refs:fixed_phy_register (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dphy_fixed.h20 struct phy_device *fixed_phy_register(const struct fixed_phy_status *status,
30 fixed_phy_register(const struct fixed_phy_status *status, in fixed_phy_register() function
/linux/drivers/net/phy/
H A Dfixed_phy.c131 struct phy_device *fixed_phy_register(const struct fixed_phy_status *status, in fixed_phy_register() function
173 EXPORT_SYMBOL_GPL(fixed_phy_register);
182 return fixed_phy_register(&status, NULL); in fixed_phy_register_100fd()
/linux/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_mdio.c251 phydev = fixed_phy_register(&hbg_fixed_phy_status, NULL); in hbg_fixed_phy_init()
/linux/drivers/net/mdio/
H A Dof_mdio.c460 return PTR_ERR_OR_ZERO(fixed_phy_register(&status, np)); in of_phy_register_fixed_link()
/linux/drivers/net/ethernet/broadcom/
H A Dbgmac.c1449 phy_dev = fixed_phy_register(&fphy_status, NULL); in bgmac_phy_connect_direct()