Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Deth_phy.h12 int eth_phy_binds_nodes(struct udevice *eth_dev);
/rk3399_rockchip-uboot/drivers/net/
H A Deth-phy-uclass.c17 int eth_phy_binds_nodes(struct udevice *eth_dev) in eth_phy_binds_nodes() function
/rk3399_rockchip-uboot/net/
H A Deth-uclass.c448 eth_phy_binds_nodes(dev); in eth_post_bind()