Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/nand/
Decc-sw-bch.c352 if (req->type == NAND_PAGE_WRITE) { in nand_ecc_sw_bch_finish_io_req()
Decc.c550 if (orig->type == NAND_PAGE_WRITE) { in nand_ecc_tweak_req()
Decc-sw-hamming.c605 if (req->type == NAND_PAGE_WRITE) { in nand_ecc_sw_hamming_finish_io_req()
/Linux-v5.15/include/linux/mtd/
Dnand.h92 NAND_PAGE_WRITE, enumerator
/Linux-v5.15/drivers/mtd/nand/spi/
Dcore.c309 if (req->type == NAND_PAGE_WRITE) in spinand_ondie_ecc_finish_io_req()
687 nanddev_io_for_each_page(nand, NAND_PAGE_WRITE, to, ops, &iter) { in spinand_mtd_write()