Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/linux/mtd/
Dmtd.h386 int mtd_ooblayout_count_freebytes(struct mtd_info *mtd);
/third_party/uboot/u-boot-2020.01/drivers/mtd/
Dmtdcore.c1466 int mtd_ooblayout_count_freebytes(struct mtd_info *mtd) in mtd_ooblayout_count_freebytes() function
1470 EXPORT_SYMBOL_GPL(mtd_ooblayout_count_freebytes);
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/spi/
Dcore.c1111 ret = mtd_ooblayout_count_freebytes(mtd); in spinand_init()