Lines Matching refs:uniphier_ahciphy_priv
19 struct uniphier_ahciphy_priv { struct
28 int (*init)(struct uniphier_ahciphy_priv *priv); argument
29 int (*power_on)(struct uniphier_ahciphy_priv *priv);
30 int (*power_off)(struct uniphier_ahciphy_priv *priv);
53 static void uniphier_ahciphy_pxs2_enable(struct uniphier_ahciphy_priv *priv, in uniphier_ahciphy_pxs2_enable()
73 static int uniphier_ahciphy_pxs2_power_on(struct uniphier_ahciphy_priv *priv) in uniphier_ahciphy_pxs2_power_on()
95 static int uniphier_ahciphy_pxs2_power_off(struct uniphier_ahciphy_priv *priv) in uniphier_ahciphy_pxs2_power_off()
102 static int uniphier_ahciphy_pxs3_init(struct uniphier_ahciphy_priv *priv) in uniphier_ahciphy_pxs3_init()
142 struct uniphier_ahciphy_priv *priv = phy_get_drvdata(phy); in uniphier_ahciphy_init()
171 struct uniphier_ahciphy_priv *priv = phy_get_drvdata(phy); in uniphier_ahciphy_exit()
181 struct uniphier_ahciphy_priv *priv = phy_get_drvdata(phy); in uniphier_ahciphy_power_on()
210 struct uniphier_ahciphy_priv *priv = phy_get_drvdata(phy); in uniphier_ahciphy_power_off()
233 struct uniphier_ahciphy_priv *priv; in uniphier_ahciphy_probe()