| H A D | ufshcd.h | 1360 extern int ufshcd_dme_set_attr(struct ufs_hba *hba, u32 attr_sel, 1362 extern int ufshcd_dme_get_attr(struct ufs_hba *hba, u32 attr_sel, 1374 static inline int ufshcd_dme_set(struct ufs_hba *hba, u32 attr_sel, 1377 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_set() 1381 static inline int ufshcd_dme_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_set() 1384 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_ST, in ufshcd_dme_st_set() 1388 static inline int ufshcd_dme_peer_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_st_set() 1391 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_NOR, in ufshcd_dme_peer_set() 1395 static inline int ufshcd_dme_peer_st_set(struct ufs_hba *hba, u32 attr_sel, in ufshcd_dme_peer_set() 1398 return ufshcd_dme_set_attr(hba, attr_sel, ATTR_SET_S in ufshcd_dme_peer_st_set() 1376 ufshcd_dme_set(struct ufs_hba * hba,u32 attr_sel,u32 mib_val) ufshcd_dme_set() argument 1383 ufshcd_dme_st_set(struct ufs_hba * hba,u32 attr_sel,u32 mib_val) ufshcd_dme_st_set() argument 1390 ufshcd_dme_peer_set(struct ufs_hba * hba,u32 attr_sel,u32 mib_val) ufshcd_dme_peer_set() argument 1397 ufshcd_dme_peer_st_set(struct ufs_hba * hba,u32 attr_sel,u32 mib_val) ufshcd_dme_peer_st_set() argument 1405 ufshcd_dme_get(struct ufs_hba * hba,u32 attr_sel,u32 * mib_val) ufshcd_dme_get() argument 1411 ufshcd_dme_peer_get(struct ufs_hba * hba,u32 attr_sel,u32 * mib_val) ufshcd_dme_peer_get() argument [all...] |