Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/drivers/net/mdio/
Dof_mdio.c249 struct mdio_device *of_mdio_find_device(struct device_node *np) in of_mdio_find_device() function
253 EXPORT_SYMBOL(of_mdio_find_device);
/Linux-v6.1/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c2125 lp->pcs_phy = of_mdio_find_device(np); in axienet_probe()