Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dsandbox-phy.c14 struct sandbox_phy_priv { struct
22 struct sandbox_phy_priv *priv = dev_get_priv(phy->dev); in sandbox_phy_power_on() argument
37 struct sandbox_phy_priv *priv = dev_get_priv(phy->dev); in sandbox_phy_power_off()
59 struct sandbox_phy_priv *priv = dev_get_priv(phy->dev); in sandbox_phy_init()
69 struct sandbox_phy_priv *priv = dev_get_priv(phy->dev); in sandbox_phy_exit()
79 struct sandbox_phy_priv *priv = dev_get_priv(dev); in sandbox_phy_probe()
106 .priv_auto_alloc_size = sizeof(struct sandbox_phy_priv),