Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/mediatek/
H A Dphy-mtk-ufs.c39 struct ufs_mtk_phy { struct
45 static struct ufs_mtk_phy *get_ufs_mtk_phy(struct phy *generic_phy) in get_ufs_mtk_phy() argument
47 return (struct ufs_mtk_phy *)phy_get_drvdata(generic_phy); in get_ufs_mtk_phy()
50 static int ufs_mtk_phy_clk_init(struct ufs_mtk_phy *phy) in ufs_mtk_phy_clk_init()
60 static void ufs_mtk_phy_set_active(struct ufs_mtk_phy *phy) in ufs_mtk_phy_set_active()
91 static void ufs_mtk_phy_set_deep_hibern(struct ufs_mtk_phy *phy) in ufs_mtk_phy_set_deep_hibern()
121 struct ufs_mtk_phy *phy = get_ufs_mtk_phy(generic_phy); in ufs_mtk_phy_power_on()
135 struct ufs_mtk_phy *phy = get_ufs_mtk_phy(generic_phy); in ufs_mtk_phy_power_off()
155 struct ufs_mtk_phy *phy; in ufs_mtk_phy_probe()