Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/ufs/
Dufs-exynos.h152 int (*post_link)(struct exynos_ufs *ufs); member
Dufs-exynos.c887 if (ufs->drv_data->post_link) in exynos_ufs_post_link()
888 ufs->drv_data->post_link(ufs); in exynos_ufs_post_link()
1278 .post_link = exynos7_ufs_post_link,