Home
last modified time | relevance | path

Searched refs:mtd_ooblayout_free (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/mtd/parsers/
H A Dsharpslpart.c79 ret = mtd_ooblayout_free(mtd, section++, &oobfree); in sharpsl_nand_check_ooblayout()
/linux/drivers/mtd/
H A Dmtdcore.c1810 * mtd_ooblayout_free - Get the OOB region definition of a specific free
1822 * mtd_ooblayout_free(mtd, section++, oobfree) until it returns -ERANGE.
1826 int mtd_ooblayout_free(struct mtd_info *mtd, int section, in mtd_ooblayout_free() function
1841 EXPORT_SYMBOL_GPL(mtd_ooblayout_free);
1849 * @iter: iterator function. Should be either mtd_ooblayout_free or
2088 mtd_ooblayout_free); in mtd_ooblayout_get_databytes()
2108 mtd_ooblayout_free); in mtd_ooblayout_set_databytes()
2122 return mtd_ooblayout_count_bytes(mtd, mtd_ooblayout_free); in mtd_ooblayout_count_freebytes()
H A Dmtdchar.c475 ret = mtd_ooblayout_free(mtd, i, &oobregion); in shrink_ecclayout()
524 ret = mtd_ooblayout_free(mtd, i, &oobregion); in get_oobinfo()
/linux/include/linux/mtd/
H A Dmtd.h440 int mtd_ooblayout_free(struct mtd_info *mtd, int section,
/linux/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c1805 mtd_ooblayout_free(mtd, 0, &of); in gpmi_ecc_write_oob()