Searched refs:mtd_id_parse (Results 1 – 3 of 3) sorted by relevance
/u-boot/cmd/ |
A D | jffs2.c | 206 static int mtd_id_parse(const char *id, const char **ret_id, u8 *dev_type, u8 *dev_num) in mtd_id_parse() function 369 if ((mtd_id_parse(dev_name, NULL, &id->type, &id->num) != 0) || in mtdparts_init()
|
A D | flash.c | 20 int mtd_id_parse(const char *id, const char **ret_id, u8 *dev_type, u8 *dev_num); 341 if ((argc == 2) && (mtd_id_parse(argv[1], NULL, &dev_type, &dev_num) == 0)) { in do_flerase() 520 if ((argc == 3) && (mtd_id_parse(argv[2], NULL, &dev_type, &dev_num) == 0)) { in do_protect()
|
A D | mtdparts.c | 1045 int mtd_id_parse(const char *id, const char **ret_id, u8 *dev_type, in mtd_id_parse() function 1375 if (mtd_id_parse(p, &p, &type, &dnum) != 0) 1641 if (mtd_id_parse(p, &p, &type, &num) != 0) 2005 if (mtd_id_parse(argv[2], NULL, &type, &num) != 0)
|
Completed in 9 milliseconds