Home
last modified time | relevance | path

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

/linux-6.15/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) in of_mdio_find_device() function
/linux-6.15/drivers/net/mdio/
H A Dof_mdio.c285 struct mdio_device *of_mdio_find_device(struct device_node *np) in of_mdio_find_device() function
289 EXPORT_SYMBOL(of_mdio_find_device);
/linux-6.15/drivers/net/ethernet/freescale/fman/
H A Dfman_dtsec.c1440 dtsec->tbidev = of_mdio_find_device(phy_node); in dtsec_initialization()
/linux-6.15/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c3072 lp->pcs_phy = of_mdio_find_device(np); in axienet_probe()