Searched refs:of_mdio_find_device (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dof_mdio.h36 struct mdio_device *of_mdio_find_device(struct device_node *np);
98 static inline struct mdio_device *of_mdio_find_device(struct device_node *np) function
/linux-master/drivers/net/mdio/
H A Dof_mdio.c278 * of_mdio_find_device - Given a device tree node, find the mdio_device
285 struct mdio_device *of_mdio_find_device(struct device_node *np) function
289 EXPORT_SYMBOL(of_mdio_find_device); variable
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_dtsec.c1441 dtsec->tbidev = of_mdio_find_device(phy_node);
/linux-master/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c2551 lp->pcs_phy = of_mdio_find_device(np);

Completed in 339 milliseconds