Home
last modified time | relevance | path

Searched refs:ufshcd_is_wb_allowed (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/ufs/
H A Dufshcd.h860 static inline bool ufshcd_is_wb_allowed(struct ufs_hba *hba) in ufshcd_is_wb_allowed() function
1203 if (ufshcd_is_wb_allowed(hba)) {
H A Dufshcd.c277 if (!ufshcd_is_wb_allowed(hba)) in ufshcd_wb_config()
5321 if (!ufshcd_is_wb_allowed(hba)) in ufshcd_wb_ctrl()
5377 if (!ufshcd_is_wb_allowed(hba) || hba->wb_buf_flush_enabled) in ufshcd_wb_buf_flush_enable()
5399 if (!ufshcd_is_wb_allowed(hba) || !hba->wb_buf_flush_enabled) in ufshcd_wb_buf_flush_disable()
5452 if (!ufshcd_is_wb_allowed(hba)) in ufshcd_wb_need_flush()
7129 if (!ufshcd_is_wb_allowed(hba)) in ufshcd_wb_probe()
/kernel/linux/linux-6.6/drivers/ufs/core/
H A Dufshcd-priv.h31 return ufshcd_is_wb_allowed(hba) && in ufshcd_is_wb_buf_flush_allowed()
H A Dufs-sysfs.c228 if (!ufshcd_is_wb_allowed(hba) || (ufshcd_is_clkscaling_supported(hba) in wb_on_store()
374 return sysfs_emit(buf, "%d\n", ufshcd_is_wb_allowed(hba)); in write_booster_show()
H A Dufshcd.c309 if (!ufshcd_is_wb_allowed(hba)) in ufshcd_configure_wb()
675 if (ufshcd_is_wb_allowed(hba)) { in ufshcd_device_reset()
5888 if (!ufshcd_is_wb_allowed(hba) || in ufshcd_wb_toggle()
5926 if (!ufshcd_is_wb_allowed(hba) || in ufshcd_wb_toggle_buf_flush()
6017 if (!ufshcd_is_wb_allowed(hba)) in ufshcd_wb_need_flush()
7960 if (!ufshcd_is_wb_allowed(hba)) in ufshcd_wb_probe()
/kernel/linux/linux-6.6/include/ufs/
H A Dufshcd.h1191 static inline bool ufshcd_is_wb_allowed(struct ufs_hba *hba)

Completed in 28 milliseconds