Lines Matching refs:ufs_hba

220 	struct ufs_hba *hba = ufs->hba;  in exynosauto_ufs_post_hce_enable()
234 struct ufs_hba *hba = ufs->hba; in exynosauto_ufs_pre_link()
289 struct ufs_hba *hba = ufs->hba; in exynosauto_ufs_pre_pwr_change()
302 struct ufs_hba *hba = ufs->hba; in exynosauto_ufs_post_pwr_change()
315 struct ufs_hba *hba = ufs->hba; in exynos7_ufs_pre_link()
345 struct ufs_hba *hba = ufs->hba; in exynos7_ufs_post_link()
375 struct ufs_hba *hba = ufs->hba; in exynos7_ufs_post_pwr_change()
421 struct ufs_hba *hba = ufs->hba; in exynos_ufs_get_clk_info()
488 struct ufs_hba *hba = ufs->hba; in exynos_ufs_set_pwm_clk_div()
497 struct ufs_hba *hba = ufs->hba; in exynos_ufs_calc_pwm_clk_div()
572 struct ufs_hba *hba = ufs->hba; in exynos_ufs_config_phy_time_attr()
626 struct ufs_hba *hba = ufs->hba; in exynos_ufs_config_phy_cap_attr()
695 struct ufs_hba *hba = ufs->hba; in exynos_ufs_establish_connt()
736 struct ufs_hba *hba = ufs->hba; in exynos_ufs_config_sync_pattern_mask()
767 static int exynos_ufs_pre_pwr_mode(struct ufs_hba *hba, in exynos_ufs_pre_pwr_mode()
816 static int exynos_ufs_post_pwr_mode(struct ufs_hba *hba, in exynos_ufs_post_pwr_mode()
856 static void exynos_ufs_specify_nexus_t_xfer_req(struct ufs_hba *hba, in exynos_ufs_specify_nexus_t_xfer_req()
870 static void exynos_ufs_specify_nexus_t_tm_req(struct ufs_hba *hba, in exynos_ufs_specify_nexus_t_tm_req()
894 struct ufs_hba *hba = ufs->hba; in exynos_ufs_phy_init()
930 struct ufs_hba *hba = ufs->hba; in exynos_ufs_config_unipro()
961 static int exynos_ufs_setup_clocks(struct ufs_hba *hba, bool on, in exynos_ufs_setup_clocks()
982 static int exynos_ufs_pre_link(struct ufs_hba *hba) in exynos_ufs_pre_link()
1018 static int exynos_ufs_post_link(struct ufs_hba *hba) in exynos_ufs_post_link()
1124 static inline void exynos_ufs_priv_init(struct ufs_hba *hba, in exynos_ufs_priv_init()
1136 static int exynos_ufs_init(struct ufs_hba *hba) in exynos_ufs_init()
1203 static int exynos_ufs_host_reset(struct ufs_hba *hba) in exynos_ufs_host_reset()
1227 static void exynos_ufs_dev_hw_reset(struct ufs_hba *hba) in exynos_ufs_dev_hw_reset()
1236 static void exynos_ufs_pre_hibern8(struct ufs_hba *hba, u8 enter) in exynos_ufs_pre_hibern8()
1269 static void exynos_ufs_post_hibern8(struct ufs_hba *hba, u8 enter) in exynos_ufs_post_hibern8()
1300 static int exynos_ufs_hce_enable_notify(struct ufs_hba *hba, in exynos_ufs_hce_enable_notify()
1333 static int exynos_ufs_link_startup_notify(struct ufs_hba *hba, in exynos_ufs_link_startup_notify()
1350 static int exynos_ufs_pwr_change_notify(struct ufs_hba *hba, in exynos_ufs_pwr_change_notify()
1370 static void exynos_ufs_hibern8_notify(struct ufs_hba *hba, in exynos_ufs_hibern8_notify()
1384 static int exynos_ufs_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op, in exynos_ufs_suspend()
1398 static int exynos_ufs_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op) in exynos_ufs_resume()
1410 static int exynosauto_ufs_vh_link_startup_notify(struct ufs_hba *hba, in exynosauto_ufs_vh_link_startup_notify()
1421 static int exynosauto_ufs_vh_wait_ph_ready(struct ufs_hba *hba) in exynosauto_ufs_vh_wait_ph_ready()
1443 static int exynosauto_ufs_vh_init(struct ufs_hba *hba) in exynosauto_ufs_vh_init()
1514 struct ufs_hba *hba = platform_get_drvdata(pdev); in exynos_ufs_remove()