Searched refs:post_hce_enable (Results 1 – 2 of 2) sorted by relevance
175 int (*post_hce_enable)(struct exynos_ufs *ufs); member
1327 if (ufs->drv_data->post_hce_enable) in exynos_ufs_hce_enable_notify()1328 ret = ufs->drv_data->post_hce_enable(ufs); in exynos_ufs_hce_enable_notify()1657 .post_hce_enable = exynosauto_ufs_post_hce_enable,