Home
last modified time | relevance | path

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

/linux/include/linux/mtd/
H A Dspinand.h608 const struct spinand_op_variants *write_cache; member
635 .write_cache = __write, \
724 const struct spi_mem_op *write_cache; member
/linux/drivers/mtd/nand/spi/
H A Dcore.c1626 info->op_variants.write_cache); in spinand_match_and_init()
1630 spinand->ssdr_op_templates.write_cache = op; in spinand_match_and_init()
1658 info->op_variants.write_cache); in spinand_match_and_init()
1659 spinand->odtr_op_templates.write_cache = op; in spinand_match_and_init()
1710 spinand->odtr_op_templates.write_cache && in spinand_configure_chip()
1722 spinand->odtr_op_templates.write_cache = NULL; in spinand_configure_chip()
1736 spinand->ssdr_op_templates.write_cache->data.buswidth == 4 || in spinand_configure_chip()
/linux/tools/perf/util/
H A Dheader.c1275 static int write_cache(struct feat_fd *ff, in write_cache()
1254 static int write_cache(struct feat_fd *ff, write_cache() function