Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/mtd/
H A Dspinand.h299 * @op_variants.write_cache: variants of the write-cache operation
316 const struct spinand_op_variants *write_cache; member
333 .write_cache = __write, \
372 * @op_templates.write_cache: write cache op template
398 const struct spi_mem_op *write_cache; member
/kernel/linux/linux-6.6/include/linux/mtd/
H A Dspinand.h334 * @op_variants.write_cache: variants of the write-cache operation
351 const struct spinand_op_variants *write_cache; member
368 .write_cache = __write, \
409 * @op_templates.write_cache: write cache op template
435 const struct spi_mem_op *write_cache; member
/kernel/linux/linux-5.10/drivers/dax/
H A 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);
/kernel/linux/linux-6.6/drivers/nvdimm/
H A Dpmem.c386 bool write_cache; in write_cache_store() local
389 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);
/kernel/linux/linux-5.10/drivers/mtd/nand/spi/
H A 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()
/kernel/linux/linux-6.6/drivers/mtd/nand/spi/
H A Dcore.c188 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()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dheader.c1163 static int write_cache(struct feat_fd *ff, in write_cache() function
/kernel/linux/linux-6.6/tools/perf/util/
H A Dheader.c1266 static int write_cache(struct feat_fd *ff, in write_cache() function

Completed in 26 milliseconds