Searched refs:get_mtd_info (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/cmd/ |
D | mtdparts.c | 301 static int get_mtd_info(u8 type, u8 num, struct mtd_info **mtd) in get_mtd_info() function 332 if (get_mtd_info(id->type, id->num, &mtd)) in part_validate_eraseblock() 720 if (get_mtd_info(type, num, &mtd)) in mtd_device_validate() 1258 if (get_mtd_info(dev->id->type, dev->id->num, &mtd)) 1492 if (get_mtd_info(dev->id->type, dev->id->num, &mtd)) 2031 if (get_mtd_info(dev->id->type, dev->id->num, &mtd))
|