Searched refs:mtd_device (Results 1 – 14 of 14) sorted by relevance
/u-boot/include/jffs2/ |
A D | load_kernel.h | 25 struct mtd_device { struct 41 struct mtd_device *dev; /* parent device */ argument 66 extern int find_dev_and_part(const char *id, struct mtd_device **dev, 68 extern struct mtd_device *device_find(u8 type, u8 num);
|
/u-boot/cmd/ |
A D | mtdparts.c | 237 struct mtd_device *dev; in index_partitions() 845 struct mtd_device *dev; in device_parse() 943 if ((dev = (struct mtd_device *)malloc(sizeof(struct mtd_device))) == NULL) { in device_parse() 1090 struct mtd_device *dev; in generate_mtdparts() 1254 struct mtd_device *dev; 1413 struct mtd_device *dev; 1489 struct mtd_device *dev; 1558 struct mtd_device *dev; 1847 struct mtd_device *cdev; 1924 struct mtd_device *dev; [all …]
|
A D | jffs2.c | 125 extern struct mtd_device *current_mtd_dev; 129 struct mtd_device *current_mtd_dev = NULL; 346 current_mtd_dev = (struct mtd_device *) in mtdparts_init() 347 malloc(sizeof(struct mtd_device) + in mtdparts_init() 354 memset(current_mtd_dev, 0, sizeof(struct mtd_device) + in mtdparts_init() 429 static struct part_info* jffs2_part_info(struct mtd_device *dev, unsigned int part_num) in jffs2_part_info()
|
A D | cramfs.c | 106 struct mtd_device dev; in do_cramfs_load() 171 struct mtd_device dev; in do_cramfs_ls()
|
A D | legacy-mtd-utils.c | 14 struct mtd_device *dev; in get_part()
|
A D | flash.c | 21 int find_dev_and_part(const char *id, struct mtd_device **dev, 310 struct mtd_device *dev; in do_flerase() 445 struct mtd_device *dev; in do_protect()
|
A D | nand.c | 42 int find_dev_and_part(const char *id, struct mtd_device **dev, 945 struct mtd_device *dev; in do_nandboot()
|
/u-boot/drivers/mtd/nand/raw/ |
A D | nand_util.c | 62 const char *mtd_device = mtd->name; in nand_erase_opts() local 127 mtd_device, in nand_erase_opts() 138 mtd_device, result); in nand_erase_opts() 154 mtd_device, result); in nand_erase_opts()
|
/u-boot/drivers/fastboot/ |
A D | fb_nand.c | 39 struct mtd_device *dev; in fb_nand_lookup()
|
/u-boot/drivers/dfu/ |
A D | dfu_nand.c | 212 struct mtd_device *mtd_dev; in dfu_fill_entity_nand()
|
A D | dfu_sf.c | 164 struct mtd_device *mtd_dev; in dfu_fill_entity_sf()
|
A D | dfu_mtd.c | 277 struct mtd_device *mtd_dev; in dfu_fill_entity_mtd()
|
/u-boot/common/ |
A D | fdt_support.c | 810 struct mtd_device *dev) in fdt_node_set_part_info() 941 struct mtd_device *dev; in fdt_fixup_mtdparts()
|
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/ |
A D | stm32prog.c | 78 int find_dev_and_part(const char *id, struct mtd_device **dev, 753 struct mtd_device *mtd_dev; in init_device()
|
Completed in 27 milliseconds