Lines Matching defs:hba
37 bool ufshcd_crypto_enable(struct ufs_hba *hba);
39 int ufshcd_hba_init_crypto_capabilities(struct ufs_hba *hba);
41 void ufshcd_init_crypto(struct ufs_hba *hba);
43 void ufshcd_crypto_setup_rq_keyslot_manager(struct ufs_hba *hba,
46 void ufshcd_crypto_destroy_keyslot_manager(struct ufs_hba *hba);
57 static inline bool ufshcd_crypto_enable(struct ufs_hba *hba)
62 static inline int ufshcd_hba_init_crypto_capabilities(struct ufs_hba *hba)
67 static inline void ufshcd_init_crypto(struct ufs_hba *hba) { }
69 static inline void ufshcd_crypto_setup_rq_keyslot_manager(struct ufs_hba *hba,
72 static inline void ufshcd_crypto_destroy_keyslot_manager(struct ufs_hba *hba)