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.c234 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 Djffs2.c127 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 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,
308 struct mtd_device *dev; in do_flerase()
441 struct mtd_device *dev; in do_protect()
A Dnand.c47 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 Dnand_util.c63 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 Dfb_nand.c38 struct mtd_device *dev; in fb_nand_lookup()
/u-boot/drivers/dfu/
A Ddfu_nand.c217 struct mtd_device *mtd_dev; in dfu_fill_entity_nand()
A Ddfu_sf.c194 struct mtd_device *mtd_dev; in dfu_fill_entity_sf()
A Ddfu_mtd.c303 struct mtd_device *mtd_dev; in dfu_fill_entity_mtd()
/u-boot/common/
A Dfdt_support.c881 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 Dstm32prog.c213 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