Home
last modified time | relevance | path

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

/linux-6.15/include/linux/mtd/
H A Dmtd.h446 int mtd_ooblayout_count_freebytes(struct mtd_info *mtd);
/linux-6.15/drivers/mtd/
H A Dmtdcore.c2120 int mtd_ooblayout_count_freebytes(struct mtd_info *mtd) in mtd_ooblayout_count_freebytes() function
2124 EXPORT_SYMBOL_GPL(mtd_ooblayout_count_freebytes);
/linux-6.15/drivers/mtd/nand/spi/
H A Dcore.c1547 ret = mtd_ooblayout_count_freebytes(mtd); in spinand_init()
/linux-6.15/drivers/mtd/nand/onenand/
H A Donenand_base.c3940 ret = mtd_ooblayout_count_freebytes(mtd); in onenand_scan()
/linux-6.15/drivers/mtd/nand/raw/
H A Dnand_base.c6493 ret = mtd_ooblayout_count_freebytes(mtd); in nand_scan_tail()