Home
last modified time | relevance | path

Searched refs:nand_write_page_raw (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/mtd/nand/raw/
Dnand_toshiba.c83 chip->ecc.write_page = nand_write_page_raw; in toshiba_nand_benand_init()
Dnand_micron.c335 ret = nand_write_page_raw(chip, buf, oob_required, page); in micron_nand_write_page_on_die_ecc()
510 chip->ecc.write_page_raw = nand_write_page_raw; in micron_nand_init()
Dnand_base.c3606 int nand_write_page_raw(struct nand_chip *chip, const uint8_t *buf, in nand_write_page_raw() function
3625 EXPORT_SYMBOL(nand_write_page_raw);
5094 ecc->write_page_raw = nand_write_page_raw; in nand_set_ecc_soft_ops()
5117 ecc->write_page_raw = nand_write_page_raw; in nand_set_ecc_soft_ops()
5601 ecc->write_page_raw = nand_write_page_raw; in nand_scan_tail()
5673 ecc->write_page = nand_write_page_raw; in nand_scan_tail()
5676 ecc->write_page_raw = nand_write_page_raw; in nand_scan_tail()
/Linux-v5.4/include/linux/mtd/
Drawnand.h1320 int nand_write_page_raw(struct nand_chip *chip, const uint8_t *buf,