Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/ufs/host/
Dufs-exynos.h193 int (*post_hce_enable)(struct exynos_ufs *ufs); member
Dufs-exynos.c1583 if (ufs->drv_data->post_hce_enable) in exynos_ufs_hce_enable_notify()
1584 ret = ufs->drv_data->post_hce_enable(ufs); in exynos_ufs_hce_enable_notify()
2007 .post_hce_enable = exynosauto_ufs_post_hce_enable,