Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/mtd/
H A Dmtd.h391 int mtd_ooblayout_count_freebytes(struct mtd_info *mtd);
/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtdcore.c1469 int mtd_ooblayout_count_freebytes(struct mtd_info *mtd) in mtd_ooblayout_count_freebytes() function
1473 EXPORT_SYMBOL_GPL(mtd_ooblayout_count_freebytes);
/rk3399_rockchip-uboot/drivers/mtd/nand/spi/
H A Dcore.c1258 ret = mtd_ooblayout_count_freebytes(mtd); in spinand_init()