Home
last modified time | relevance | path

Searched refs:of_mdio_find_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/linux/
Dof_mdio.h20 struct mdio_device *of_mdio_find_device(struct device_node *np);
82 static inline struct mdio_device *of_mdio_find_device(struct device_node *np) in of_mdio_find_device() function
/Linux-v5.15/drivers/net/mdio/
Dof_mdio.c247 struct mdio_device *of_mdio_find_device(struct device_node *np) in of_mdio_find_device() function
251 EXPORT_SYMBOL(of_mdio_find_device);
/Linux-v5.15/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c2099 lp->pcs_phy = of_mdio_find_device(lp->phy_node); in axienet_probe()