Home
last modified time | relevance | path

Searched refs:hce_enable_notify (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/ufs/
H A Dcdns-platform.c92 .hce_enable_notify = cdns_ufs_hce_enable_notify,
H A Dufs.h742 int (*hce_enable_notify)(struct ufs_hba *hba, member
821 if (hba->ops && hba->ops->hce_enable_notify) in ufshcd_ops_hce_enable_notify()
822 return hba->ops->hce_enable_notify(hba, status); in ufshcd_ops_hce_enable_notify()
H A Dufs-rockchip.c241 .hce_enable_notify = ufs_rockchip_hce_enable_notify,