Searched refs:write_cache (Results 1 – 5 of 5) sorted by relevance
351 const struct spinand_op_variants *write_cache; member368 .write_cache = __write, \435 const struct spi_mem_op *write_cache; member
386 bool write_cache; in write_cache_store() local389 rc = kstrtobool(buf, &write_cache); in write_cache_store()392 dax_write_cache(pmem->dax_dev, write_cache); in write_cache_store()395 static DEVICE_ATTR_RW(write_cache);
188 spinand->op_templates.write_cache->data.buswidth == 4 || in spinand_init_quad_enable()1106 info->op_variants.write_cache); in spinand_match_and_init()1110 spinand->op_templates.write_cache = op; in spinand_match_and_init()
624 What: /sys/block/<disk>/queue/write_cache
1266 static int write_cache(struct feat_fd *ff, in write_cache() function