Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/mtd/
Dspinand.h316 const struct spinand_op_variants *write_cache; member
333 .write_cache = __write, \
398 const struct spi_mem_op *write_cache; member
/Linux-v5.10/drivers/dax/
Dsuper.c247 bool write_cache; in write_cache_store() local
248 int rc = strtobool(buf, &write_cache); in write_cache_store()
258 dax_write_cache(dax_dev, write_cache); in write_cache_store()
263 static DEVICE_ATTR_RW(write_cache);
/Linux-v5.10/drivers/mtd/nand/spi/
Dcore.c181 spinand->op_templates.write_cache->data.buswidth == 4 || in spinand_init_quad_enable()
919 info->op_variants.write_cache); in spinand_match_and_init()
923 spinand->op_templates.write_cache = op; in spinand_match_and_init()
/Linux-v5.10/Documentation/block/
Dqueue-sysfs.rst226 write_cache (RW)
/Linux-v5.10/tools/perf/util/
Dheader.c1163 static int write_cache(struct feat_fd *ff, in write_cache() function