Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/ufs/
Dufshcd.h275 int (*hce_enable_notify)(struct ufs_hba *, member
743 if (hba->vops && hba->vops->hce_enable_notify) in ufshcd_vops_hce_enable_notify()
744 return hba->vops->hce_enable_notify(hba, status); in ufshcd_vops_hce_enable_notify()
Dufs-qcom.c1509 .hce_enable_notify = ufs_qcom_hce_enable_notify,