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 | 234 struct mtd_device *dev; in index_partitions() 842 struct mtd_device *dev; in device_parse() 940 if ((dev = (struct mtd_device *)malloc(sizeof(struct mtd_device))) == NULL) { in device_parse() 1087 struct mtd_device *dev; in generate_mtdparts() 1251 struct mtd_device *dev; 1410 struct mtd_device *dev; 1486 struct mtd_device *dev; 1555 struct mtd_device *dev; 1844 struct mtd_device *cdev; 1921 struct mtd_device *dev; [all …]
|
| A D | jffs2.c | 127 extern struct mtd_device *current_mtd_dev; 131 struct mtd_device *current_mtd_dev = NULL; 345 current_mtd_dev = (struct mtd_device *) in mtdparts_init() 346 malloc(sizeof(struct mtd_device) + in mtdparts_init() 353 memset(current_mtd_dev, 0, sizeof(struct mtd_device) + in mtdparts_init() 416 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, 308 struct mtd_device *dev; in do_flerase() 441 struct mtd_device *dev; in do_protect()
|
| A D | nand.c | 47 int find_dev_and_part(const char *id, struct mtd_device **dev, 1072 struct mtd_device *dev; in do_nandboot()
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | nand_util.c | 63 const char *mtd_device = mtd->name; in nand_erase_opts() local 129 mtd_device, in nand_erase_opts() 140 mtd_device, result); in nand_erase_opts() 156 mtd_device, result); in nand_erase_opts()
|
| /u-boot/drivers/fastboot/ |
| A D | fb_nand.c | 38 struct mtd_device *dev; in fb_nand_lookup()
|
| /u-boot/drivers/dfu/ |
| A D | dfu_nand.c | 217 struct mtd_device *mtd_dev; in dfu_fill_entity_nand()
|
| A D | dfu_sf.c | 194 struct mtd_device *mtd_dev; in dfu_fill_entity_sf()
|
| A D | dfu_mtd.c | 303 struct mtd_device *mtd_dev; in dfu_fill_entity_mtd()
|
| /u-boot/common/ |
| A D | fdt_support.c | 881 struct mtd_device *dev) in fdt_node_set_part_info() 1012 struct mtd_device *dev; in fdt_fixup_mtdparts()
|
| /u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/ |
| A D | stm32prog.c | 213 int find_dev_and_part(const char *id, struct mtd_device **dev, 948 struct mtd_device *mtd_dev; in init_device()
|
Completed in 39 milliseconds