Lines Matching defs:phy
24 #define for_each_phy_lane(phy, i) \ argument
31 static void samsung_ufs_phy_config(struct samsung_ufs_phy *phy, in samsung_ufs_phy_config()
48 static int samsung_ufs_phy_wait_for_lock_acq(struct phy *phy) in samsung_ufs_phy_wait_for_lock_acq()
75 static int samsung_ufs_phy_calibrate(struct phy *phy) in samsung_ufs_phy_calibrate()
133 static int samsung_ufs_phy_symbol_clk_init(struct samsung_ufs_phy *phy) in samsung_ufs_phy_symbol_clk_init()
183 static int samsung_ufs_phy_clks_init(struct samsung_ufs_phy *phy) in samsung_ufs_phy_clks_init()
202 static int samsung_ufs_phy_init(struct phy *phy) in samsung_ufs_phy_init()
227 static int samsung_ufs_phy_power_on(struct phy *phy) in samsung_ufs_phy_power_on()
235 static int samsung_ufs_phy_power_off(struct phy *phy) in samsung_ufs_phy_power_off()
256 static int samsung_ufs_phy_exit(struct phy *phy) in samsung_ufs_phy_exit()
287 struct samsung_ufs_phy *phy; in samsung_ufs_phy_probe() local