Home
last modified time | relevance | path

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

/linux/drivers/phy/mediatek/
H A Dphy-mtk-ufs.c38 struct ufs_mtk_phy { struct
44 static struct ufs_mtk_phy *get_ufs_mtk_phy(struct phy *generic_phy) in get_ufs_mtk_phy() argument
46 return (struct ufs_mtk_phy *)phy_get_drvdata(generic_phy); in get_ufs_mtk_phy()
49 static int ufs_mtk_phy_clk_init(struct ufs_mtk_phy *phy) in ufs_mtk_phy_clk_init()
59 static void ufs_mtk_phy_set_active(struct ufs_mtk_phy *phy) in ufs_mtk_phy_set_active()
90 static void ufs_mtk_phy_set_deep_hibern(struct ufs_mtk_phy *phy) in ufs_mtk_phy_set_deep_hibern()
120 struct ufs_mtk_phy *phy = get_ufs_mtk_phy(generic_phy); in ufs_mtk_phy_power_on()
134 struct ufs_mtk_phy *phy = get_ufs_mtk_phy(generic_phy); in ufs_mtk_phy_power_off()
154 struct ufs_mtk_phy *phy; in ufs_mtk_phy_probe()