Lines Matching refs:ufs_hba
521 struct ufs_hba;
622 int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel,
624 int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel,
627 static inline int ufshcd_dme_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set()
634 static inline int ufshcd_dme_get(struct ufs_hba *hba, in ufshcd_dme_get()
640 static inline int ufshcd_dme_peer_get(struct ufs_hba *hba, in ufshcd_dme_peer_get()
646 static inline int ufshcd_dme_peer_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_set()
696 int (*init)(struct ufs_hba *hba);
697 int (*hce_enable_notify)(struct ufs_hba *hba,
699 int (*link_startup_notify)(struct ufs_hba *hba,
701 int (*phy_initialization)(struct ufs_hba *hba);
704 struct ufs_hba { struct
740 static inline int ufshcd_ops_init(struct ufs_hba *hba) in ufshcd_ops_init() argument
748 static inline int ufshcd_ops_hce_enable_notify(struct ufs_hba *hba, in ufshcd_ops_hce_enable_notify()
757 static inline int ufshcd_ops_link_startup_notify(struct ufs_hba *hba, in ufshcd_ops_link_startup_notify()