Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dphy_fixed.h19 extern struct phy_device *fixed_phy_register(unsigned int irq,
34 static inline struct phy_device *fixed_phy_register(unsigned int irq, in fixed_phy_register() function
/linux-4.19.296/drivers/of/
Dof_mdio.c518 return PTR_ERR_OR_ZERO(fixed_phy_register(PHY_POLL, &status, link_gpio, in of_phy_register_fixed_link()