Home
last modified time | relevance | path

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

/linux-5.19.10/include/ufs/ !
Dufshcd.h1015 static inline bool ufshcd_is_wb_allowed(struct ufs_hba *hba) in ufshcd_is_wb_allowed() function
/linux-5.19.10/drivers/ufs/core/ !
Dufshcd.c294 if (!ufshcd_is_wb_allowed(hba)) in ufshcd_wb_config()
629 if (ufshcd_is_wb_allowed(hba)) { in ufshcd_device_reset()
5756 if (!ufshcd_is_wb_allowed(hba)) in ufshcd_wb_toggle()
5795 if (!ufshcd_is_wb_allowed(hba) || in ufshcd_wb_toggle_flush()
5885 if (!ufshcd_is_wb_allowed(hba)) in ufshcd_wb_need_flush()
7602 if (!ufshcd_is_wb_allowed(hba)) in ufshcd_wb_probe()
Dufs-sysfs.c228 if (!ufshcd_is_wb_allowed(hba) || ufshcd_is_clkscaling_supported(hba)) { in wb_on_store()