Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspinand.h335 const struct spinand_op_variants *write_cache; member
352 .write_cache = __write, \
416 const struct spi_mem_op *write_cache; member
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspinand.h339 const struct spinand_op_variants *write_cache; member
356 .write_cache = __write, \
421 const struct spi_mem_op *write_cache; member
/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/spi/
H A Dcore.c206 spinand->op_templates.write_cache->data.buswidth == 4 || in spinand_init_quad_enable()
314 struct spi_mem_op op = *spinand->op_templates.write_cache; in spinand_write_to_cache_op()
358 op = *spinand->op_templates.write_cache; in spinand_write_to_cache_op()
1038 info->op_variants.write_cache); in spinand_match_and_init()
1042 spinand->op_templates.write_cache = op; in spinand_match_and_init()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/spi/
H A Dcore.c182 spinand->op_templates.write_cache->data.buswidth == 4 || in spinand_init_quad_enable()
1035 info->op_variants.write_cache); in spinand_match_and_init()
1039 spinand->op_templates.write_cache = op; in spinand_match_and_init()
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dqueue-sysfs.rst226 write_cache (RW)
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dheader.c1163 static int write_cache(struct feat_fd *ff, in write_cache() function