Searched refs:hce_enable_notify (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/ufs/ |
| H A D | cdns-pltfrm.c | 251 .hce_enable_notify = cdns_ufs_hce_enable_notify, 259 .hce_enable_notify = cdns_ufs_hce_enable_notify,
|
| H A D | ufshcd.h | 333 int (*hce_enable_notify)(struct ufs_hba *, member 1281 if (hba->vops && hba->vops->hce_enable_notify) in ufshcd_vops_hce_enable_notify() 1282 return hba->vops->hce_enable_notify(hba, status); in ufshcd_vops_hce_enable_notify()
|
| H A D | ufs-mediatek.c | 1075 .hce_enable_notify = ufs_mtk_hce_enable_notify,
|
| H A D | ufs-qcom.c | 1513 .hce_enable_notify = ufs_qcom_hce_enable_notify,
|
| H A D | ufs-exynos.c | 1217 .hce_enable_notify = exynos_ufs_hce_enable_notify,
|
| /OK3568_Linux_fs/u-boot/drivers/ufs/ |
| H A D | ufs.h | 697 int (*hce_enable_notify)(struct ufs_hba *hba, member 751 if (hba->ops && hba->ops->hce_enable_notify) in ufshcd_ops_hce_enable_notify() 752 return hba->ops->hce_enable_notify(hba, status); in ufshcd_ops_hce_enable_notify()
|
| H A D | cdns-platform.c | 92 .hce_enable_notify = cdns_ufs_hce_enable_notify,
|