Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dnand_micron.c378 ret = nand_write_page_raw(chip, buf, oob_required, page); in micron_nand_write_page_on_die_ecc()
562 chip->ecc.write_page_raw = nand_write_page_raw; in micron_nand_init()
H A Dnand_toshiba.c137 chip->ecc.write_page = nand_write_page_raw; in toshiba_nand_benand_init()
H A Dnand_base.c4056 int nand_write_page_raw(struct nand_chip *chip, const uint8_t *buf, in nand_write_page_raw() function
4075 EXPORT_SYMBOL(nand_write_page_raw);
5887 ecc->write_page_raw = nand_write_page_raw; in nand_set_ecc_on_host_ops()
5951 ecc->write_page_raw = nand_write_page_raw; in nand_set_ecc_soft_ops()
5982 ecc->write_page_raw = nand_write_page_raw; in nand_set_ecc_soft_ops()
6425 ecc->write_page = nand_write_page_raw; in nand_scan_tail()
6428 ecc->write_page_raw = nand_write_page_raw; in nand_scan_tail()
/linux/include/linux/mtd/
H A Drawnand.h1547 int nand_write_page_raw(struct nand_chip *chip, const uint8_t *buf,