Query: nand_write_page
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NAND_WRITE_PAGE(9) Internal Functions Provided NAND_WRITE_PAGE(9)NAMEnand_write_page - [REPLACEABLE] write one pageSYNOPSISint nand_write_page(struct mtd_info * mtd, struct nand_chip * chip, uint32_t offset, int data_len, const uint8_t * buf, int oob_required, int page, int cached, int raw);ARGUMENTSmtd MTD device structure chip NAND chip descriptor offset address offset within the page data_len length of actual data to be written buf the data to write oob_required must write chip->oob_poi to OOB page page number to write cached cached programming raw use _raw version of write_pageAUTHORThomas Gleixner <tglx@linutronix.de> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 NAND_WRITE_PAGE(9)