Home
last modified time | relevance | path

Searched refs:mtdparts_init (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Djffs2.c331 int mtdparts_init(void) in mtdparts_init() function
496 if (mtdparts_init() !=0) in do_jffs2_fsload()
545 if (mtdparts_init() !=0) in do_jffs2_ls()
580 if (mtdparts_init() !=0) in do_jffs2_fsinfo()
H A Dflash.c18 int mtdparts_init(void);
339 mtdparts_init(); in do_flerase()
517 mtdparts_init(); in do_protect()
H A Dmtdparts.c1726 int mtdparts_init(void) function
1930 if (mtdparts_init() !=0)
1971 mtdparts_init();
1975 mtdparts_init();
1985 if (mtdparts_init() != 0)
H A Dnand.c35 int mtdparts_init(void);
953 if (!(str2long(p, &addr)) && (mtdparts_init() == 0) && in do_nandboot()
H A Dubi.c448 if (mtdparts_init() != 0) { in ubi_detach()
/OK3568_Linux_fs/u-boot/include/jffs2/
H A Dload_kernel.h67 extern int mtdparts_init(void);
/OK3568_Linux_fs/u-boot/common/
H A Dfb_nand.c42 ret = mtdparts_init(); in fb_nand_lookup()
H A Dfdt_support.c1018 if (mtdparts_init() != 0) in fdt_fixup_mtdparts()
/OK3568_Linux_fs/u-boot/drivers/dfu/
H A Ddfu_nand.c222 mtdparts_init(); in dfu_fill_entity_nand()
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtd_uboot.c390 ret = mtdparts_init(); in get_part()