Lines Matching refs:ufs_hba

219 	struct ufs_hba *hba = ufs->hba;  in exynosauto_ufs_post_hce_enable()
233 struct ufs_hba *hba = ufs->hba; in exynosauto_ufs_pre_link()
288 struct ufs_hba *hba = ufs->hba; in exynosauto_ufs_pre_pwr_change()
301 struct ufs_hba *hba = ufs->hba; in exynosauto_ufs_post_pwr_change()
314 struct ufs_hba *hba = ufs->hba; in exynos7_ufs_pre_link()
344 struct ufs_hba *hba = ufs->hba; in exynos7_ufs_post_link()
374 struct ufs_hba *hba = ufs->hba; in exynos7_ufs_post_pwr_change()
420 struct ufs_hba *hba = ufs->hba; in exynos_ufs_get_clk_info()
487 struct ufs_hba *hba = ufs->hba; in exynos_ufs_set_pwm_clk_div()
496 struct ufs_hba *hba = ufs->hba; in exynos_ufs_calc_pwm_clk_div()
571 struct ufs_hba *hba = ufs->hba; in exynos_ufs_config_phy_time_attr()
625 struct ufs_hba *hba = ufs->hba; in exynos_ufs_config_phy_cap_attr()
694 struct ufs_hba *hba = ufs->hba; in exynos_ufs_establish_connt()
735 struct ufs_hba *hba = ufs->hba; in exynos_ufs_config_sync_pattern_mask()
766 static int exynos_ufs_pre_pwr_mode(struct ufs_hba *hba, in exynos_ufs_pre_pwr_mode()
815 static int exynos_ufs_post_pwr_mode(struct ufs_hba *hba, in exynos_ufs_post_pwr_mode()
855 static void exynos_ufs_specify_nexus_t_xfer_req(struct ufs_hba *hba, in exynos_ufs_specify_nexus_t_xfer_req()
869 static void exynos_ufs_specify_nexus_t_tm_req(struct ufs_hba *hba, in exynos_ufs_specify_nexus_t_tm_req()
893 struct ufs_hba *hba = ufs->hba; in exynos_ufs_phy_init()
925 struct ufs_hba *hba = ufs->hba; in exynos_ufs_config_unipro()
956 static int exynos_ufs_setup_clocks(struct ufs_hba *hba, bool on, in exynos_ufs_setup_clocks()
977 static int exynos_ufs_pre_link(struct ufs_hba *hba) in exynos_ufs_pre_link()
1013 static int exynos_ufs_post_link(struct ufs_hba *hba) in exynos_ufs_post_link()
1119 static inline void exynos_ufs_priv_init(struct ufs_hba *hba, in exynos_ufs_priv_init()
1131 static int exynos_ufs_init(struct ufs_hba *hba) in exynos_ufs_init()
1204 static int exynos_ufs_host_reset(struct ufs_hba *hba) in exynos_ufs_host_reset()
1228 static void exynos_ufs_dev_hw_reset(struct ufs_hba *hba) in exynos_ufs_dev_hw_reset()
1237 static void exynos_ufs_pre_hibern8(struct ufs_hba *hba, u8 enter) in exynos_ufs_pre_hibern8()
1270 static void exynos_ufs_post_hibern8(struct ufs_hba *hba, u8 enter) in exynos_ufs_post_hibern8()
1301 static int exynos_ufs_hce_enable_notify(struct ufs_hba *hba, in exynos_ufs_hce_enable_notify()
1334 static int exynos_ufs_link_startup_notify(struct ufs_hba *hba, in exynos_ufs_link_startup_notify()
1351 static int exynos_ufs_pwr_change_notify(struct ufs_hba *hba, in exynos_ufs_pwr_change_notify()
1371 static void exynos_ufs_hibern8_notify(struct ufs_hba *hba, in exynos_ufs_hibern8_notify()
1385 static int exynos_ufs_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op, in exynos_ufs_suspend()
1399 static int exynos_ufs_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op) in exynos_ufs_resume()
1411 static int exynosauto_ufs_vh_link_startup_notify(struct ufs_hba *hba, in exynosauto_ufs_vh_link_startup_notify()
1422 static int exynosauto_ufs_vh_wait_ph_ready(struct ufs_hba *hba) in exynosauto_ufs_vh_wait_ph_ready()
1444 static int exynosauto_ufs_vh_init(struct ufs_hba *hba) in exynosauto_ufs_vh_init()
1515 struct ufs_hba *hba = platform_get_drvdata(pdev); in exynos_ufs_remove()