Home
last modified time | relevance | path

Searched refs:mtd_device (Results 1 – 14 of 14) sorted by relevance

/u-boot/include/jffs2/
A Dload_kernel.h25 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 Dmtdparts.c237 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 Djffs2.c125 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 Dcramfs.c106 struct mtd_device dev; in do_cramfs_load()
171 struct mtd_device dev; in do_cramfs_ls()
A Dlegacy-mtd-utils.c14 struct mtd_device *dev; in get_part()
A Dflash.c21 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 Dnand.c42 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 Dnand_util.c62 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 Dfb_nand.c39 struct mtd_device *dev; in fb_nand_lookup()
/u-boot/drivers/dfu/
A Ddfu_nand.c212 struct mtd_device *mtd_dev; in dfu_fill_entity_nand()
A Ddfu_sf.c164 struct mtd_device *mtd_dev; in dfu_fill_entity_sf()
A Ddfu_mtd.c277 struct mtd_device *mtd_dev; in dfu_fill_entity_mtd()
/u-boot/common/
A Dfdt_support.c810 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 Dstm32prog.c78 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