Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshpb.h300 static bool ufshpb_is_allowed(struct ufs_hba *hba) { return false; } in ufshpb_is_allowed() function
315 bool ufshpb_is_allowed(struct ufs_hba *hba);
H A Dufshpb.c44 bool ufshpb_is_allowed(struct ufs_hba *hba) in ufshpb_is_allowed() function
2911 if (!ufshpb_is_allowed(hba) || !hba->dev_info.hpb_enabled) in ufshpb_init()
H A Dufshcd.c4902 !(hba->dev_info.hpb_enabled) || !ufshpb_is_allowed(hba)) in ufshcd_hpb_destroy()
4912 !(hba->dev_info.hpb_enabled) || !ufshpb_is_allowed(hba)) in ufshcd_hpb_configure()