Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/ufs/core/
H A Dufs-sysfs.c272 unsigned int enable_wb_buf_flush; in enable_wb_buf_flush_store() local
280 if (kstrtouint(buf, 0, &enable_wb_buf_flush)) in enable_wb_buf_flush_store()
283 if (enable_wb_buf_flush != 0 && enable_wb_buf_flush != 1) in enable_wb_buf_flush_store()
293 res = ufshcd_wb_toggle_buf_flush(hba, enable_wb_buf_flush); in enable_wb_buf_flush_store()
340 static DEVICE_ATTR_RW(enable_wb_buf_flush);

Completed in 3 milliseconds