Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H 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;
1920 struct mtd_device *dev;
[all …]
H A Djffs2.c121 extern struct mtd_device *current_mtd_dev;
125 struct mtd_device *current_mtd_dev = NULL;
342 current_mtd_dev = (struct mtd_device *) in mtdparts_init()
343 malloc(sizeof(struct mtd_device) + in mtdparts_init()
350 memset(current_mtd_dev, 0, sizeof(struct mtd_device) + in mtdparts_init()
425 static struct part_info* jffs2_part_info(struct mtd_device *dev, unsigned int part_num) in jffs2_part_info()
H A Dcramfs.c103 struct mtd_device dev; in do_cramfs_load()
168 struct mtd_device dev; in do_cramfs_ls()
H A Dflash.c19 int find_dev_and_part(const char *id, struct mtd_device **dev,
306 struct mtd_device *dev; in do_flerase()
440 struct mtd_device *dev; in do_protect()
H A Dnand.c37 int find_dev_and_part(const char *id, struct mtd_device **dev,
939 struct mtd_device *dev; in do_nandboot()
/openbmc/u-boot/include/jffs2/
H 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);
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c59 const char *mtd_device = mtd->name; in nand_erase_opts() local
124 mtd_device, in nand_erase_opts()
135 mtd_device, result); in nand_erase_opts()
151 mtd_device, result); in nand_erase_opts()
/openbmc/u-boot/drivers/fastboot/
H A Dfb_nand.c37 struct mtd_device *dev; in fb_nand_lookup()
/openbmc/u-boot/drivers/dfu/
H A Ddfu_nand.c206 struct mtd_device *mtd_dev; in dfu_fill_entity_nand()
/openbmc/u-boot/drivers/mtd/
H A Dmtd_uboot.c368 struct mtd_device *dev; in get_part()
/openbmc/u-boot/common/
H A Dfdt_support.c786 struct mtd_device *dev) in fdt_node_set_part_info()
899 struct mtd_device *dev; in fdt_fixup_mtdparts()