Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/ufs/
Dufshcd.h269 int (*hce_enable_notify)(struct ufs_hba *, bool); member
Dufs-qcom.c1010 .hce_enable_notify = ufs_qcom_hce_enable_notify,
Dufshcd.c2591 if (hba->vops && hba->vops->hce_enable_notify) in ufshcd_hba_enable()
2592 hba->vops->hce_enable_notify(hba, PRE_CHANGE); in ufshcd_hba_enable()
2625 if (hba->vops && hba->vops->hce_enable_notify) in ufshcd_hba_enable()
2626 hba->vops->hce_enable_notify(hba, POST_CHANGE); in ufshcd_hba_enable()