Searched refs:eccbuf (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/mtd/ |
| H A D | mtd.h | 436 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, u8 *eccbuf, 438 int mtd_ooblayout_set_eccbytes(struct mtd_info *mtd, const u8 *eccbuf,
|
| /linux/drivers/mtd/ |
| H A D | mtdcore.c | 2126 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, u8 *eccbuf, in mtd_ooblayout_get_eccbytes() argument 2129 return mtd_ooblayout_get_bytes(mtd, eccbuf, oobbuf, start, nbytes, in mtd_ooblayout_get_eccbytes() 2146 int mtd_ooblayout_set_eccbytes(struct mtd_info *mtd, const u8 *eccbuf, in mtd_ooblayout_set_eccbytes() argument 2149 return mtd_ooblayout_set_bytes(mtd, eccbuf, oobbuf, start, nbytes, in mtd_ooblayout_set_eccbytes()
|