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

/linux-master/drivers/mtd/parsers/
H A Dsharpslpart.c79 ret = mtd_ooblayout_free(mtd, section++, &oobfree);
/linux-master/drivers/mtd/
H A Dmtdcore.c1799 * mtd_ooblayout_free - Get the OOB region definition of a specific free
1811 * mtd_ooblayout_free(mtd, section++, oobfree) until it returns -ERANGE.
1815 int mtd_ooblayout_free(struct mtd_info *mtd, int section, function
1830 EXPORT_SYMBOL_GPL(mtd_ooblayout_free); variable
1838 * @iter: iterator function. Should be either mtd_ooblayout_free or
2077 mtd_ooblayout_free);
2097 mtd_ooblayout_free);
2111 return mtd_ooblayout_count_bytes(mtd, mtd_ooblayout_free);
H A Dmtdchar.c475 ret = mtd_ooblayout_free(mtd, i, &oobregion);
524 ret = mtd_ooblayout_free(mtd, i, &oobregion);
/linux-master/include/linux/mtd/
H A Dmtd.h440 int mtd_ooblayout_free(struct mtd_info *mtd, int section,
/linux-master/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c1787 mtd_ooblayout_free(mtd, 0, &of);

Completed in 150 milliseconds