Searched refs:hce_enable_notify (Results 1 – 3 of 3) sorted by relevance
269 int (*hce_enable_notify)(struct ufs_hba *, bool); member
1010 .hce_enable_notify = ufs_qcom_hce_enable_notify,
2591 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()