Searched refs:mtd_ooblayout_get_eccbytes (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/mtd/nand/ |
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()
|
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()
|
D | ecc-mxic.c | 601 mtd_ooblayout_get_eccbytes(mtd, in mxic_ecc_prepare_io_req_external()
|
/linux-6.1.9/include/linux/mtd/ |
D | mtd.h | 436 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, u8 *eccbuf,
|
/linux-6.1.9/drivers/mtd/ |
D | mtdcore.c | 1981 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, u8 *eccbuf, in mtd_ooblayout_get_eccbytes() function 1987 EXPORT_SYMBOL_GPL(mtd_ooblayout_get_eccbytes);
|
/linux-6.1.9/drivers/mtd/nand/raw/ |
D | nand_base.c | 2961 ret = mtd_ooblayout_get_eccbytes(mtd, ecc_code, chip->oob_poi, 0, in nand_read_page_swecc() 3063 ret = mtd_ooblayout_get_eccbytes(mtd, chip->ecc.code_buf, in nand_read_subpage() 3134 ret = mtd_ooblayout_get_eccbytes(mtd, ecc_code, chip->oob_poi, 0, in nand_read_page_hwecc() 3197 ret = mtd_ooblayout_get_eccbytes(mtd, ecc_code, chip->oob_poi, 0, in nand_read_page_hwecc_oob_first()
|
D | pl35x-nand-controller.c | 639 ret = mtd_ooblayout_get_eccbytes(mtd, nfc->ecc_buf, chip->oob_poi, 0, in pl35x_nand_read_page_hwecc()
|
D | omap2.c | 1561 ret = mtd_ooblayout_get_eccbytes(mtd, ecc_code, in omap_read_page_bch()
|
D | stm32_fmc2_nand.c | 1126 ret = mtd_ooblayout_get_eccbytes(mtd, ecc_code, chip->oob_poi, 0, in stm32_fmc2_nfc_seq_read_page()
|