Home
last modified time | relevance | path

Searched refs:ufshcd_is_auto_hibern8_supported (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/ufs/host/
H A Dufs-mediatek.c1128 if (ufshcd_is_auto_hibern8_supported(hba) && hba->ahit) in ufs_mtk_setup_clk_gating()
1143 if (ufshcd_is_auto_hibern8_supported(hba)) in ufs_mtk_post_link()
1322 if (ufshcd_is_auto_hibern8_supported(hba)) in ufs_mtk_suspend()
H A Dufs-sprd.c186 if (ufshcd_is_auto_hibern8_supported(hba)) { in ufs_sprd_suspend()
/openbmc/linux/drivers/ufs/core/
H A Dufs-sysfs.c161 if (!ufshcd_is_auto_hibern8_supported(hba)) in auto_hibern8_show()
191 if (!ufshcd_is_auto_hibern8_supported(hba)) in auto_hibern8_store()
H A Dufshcd.c4332 if (!ufshcd_is_auto_hibern8_supported(hba)) in ufshcd_auto_hibern8_update()
4355 if (!ufshcd_is_auto_hibern8_supported(hba)) in ufshcd_auto_hibern8_enable()
5328 if (!ufshcd_is_auto_hibern8_supported(hba) || in ufshcd_is_auto_hibern8_error()
10467 if (ufshcd_is_auto_hibern8_supported(hba) && !hba->ahit) { in ufshcd_init()
/openbmc/linux/include/ufs/
H A Dufshcd.h1187 static inline bool ufshcd_is_auto_hibern8_supported(struct ufs_hba *hba) in ufshcd_is_auto_hibern8_supported() function