Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/phy/
H A Dsandbox-phy.c11 struct sandbox_phy_priv { struct
19 struct sandbox_phy_priv *priv = dev_get_priv(phy->dev); in sandbox_phy_power_on() argument
34 struct sandbox_phy_priv *priv = dev_get_priv(phy->dev); in sandbox_phy_power_off()
56 struct sandbox_phy_priv *priv = dev_get_priv(phy->dev); in sandbox_phy_init()
66 struct sandbox_phy_priv *priv = dev_get_priv(phy->dev); in sandbox_phy_exit()
76 struct sandbox_phy_priv *priv = dev_get_priv(dev); in sandbox_phy_probe()
103 .priv_auto_alloc_size = sizeof(struct sandbox_phy_priv),