Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Deth-phy-uclass.c13 struct eth_phy_device_priv { struct
52 struct eth_phy_device_priv *uc_priv; in eth_phy_set_mdio_bus()
57 uc_priv = (struct eth_phy_device_priv *)(dev_get_uclass_priv(dev)); in eth_phy_set_mdio_bus()
71 struct eth_phy_device_priv *uc_priv; in eth_phy_get_mdio_bus()
82 uc_priv = (struct eth_phy_device_priv *)(dev_get_uclass_priv(phy_dev)); in eth_phy_get_mdio_bus()
116 .per_device_auto = sizeof(struct eth_phy_device_priv),

Completed in 3 milliseconds