Searched refs:mtd_ooblayout_get_eccbytes (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/mtd/nand/ |
| H A D | ecc-sw-bch.c | 358 ret = mtd_ooblayout_get_eccbytes(mtd, ecccode, req->oobbuf.in, 0, in nand_ecc_sw_bch_finish_io_req()
|
| H A D | ecc-sw-hamming.c | 612 ret = mtd_ooblayout_get_eccbytes(mtd, ecccode, req->oobbuf.in, 0, in nand_ecc_sw_hamming_finish_io_req()
|
| /linux/include/linux/mtd/ |
| H A D | mtd.h | 436 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, 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() function 2132 EXPORT_SYMBOL_GPL(mtd_ooblayout_get_eccbytes);
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | stm32_fmc2_nand.c | 1144 ret = mtd_ooblayout_get_eccbytes(mtd, ecc_code, chip->oob_poi, 0, in stm32_fmc2_nfc_seq_read_page()
|