Searched refs:mtd_ooblayout_set_bytes (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/mtd/ |
H A D | mtdcore.c | 1959 * mtd_ooblayout_set_bytes - put OOB bytes into the oob buffer 1972 static int mtd_ooblayout_set_bytes(struct mtd_info *mtd, const u8 *buf, in mtd_ooblayout_set_bytes() function 2060 * Works like mtd_ooblayout_set_bytes(), except it acts on ECC bytes. 2067 return mtd_ooblayout_set_bytes(mtd, eccbuf, oobbuf, start, nbytes, in mtd_ooblayout_set_eccbytes() 2100 * Works like mtd_ooblayout_set_bytes(), except it acts on free bytes. 2107 return mtd_ooblayout_set_bytes(mtd, databuf, oobbuf, start, nbytes, in mtd_ooblayout_set_databytes()
|