Searched refs:mtd_device (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | mtdparts.c | 149 struct mtd_device *current_mtd_dev = NULL; 154 static struct part_info* mtd_part_info(struct mtd_device *dev, unsigned int part_num); 158 static int device_del(struct mtd_device *dev); 234 struct mtd_device *dev; in index_partitions() 241 dev = list_entry(dentry, struct mtd_device, link); in index_partitions() 451 static int part_del(struct mtd_device *dev, struct part_info *part) in part_del() 516 static int part_sort_add(struct mtd_device *dev, struct part_info *part) in part_sort_add() 579 static int part_add(struct mtd_device *dev, struct part_info *part) in part_add() 740 struct mtd_device *dev_tmp; in device_delall() 744 dev_tmp = list_entry(entry, struct mtd_device, link); in device_delall() [all …]
|
H A D | jffs2.c | 121 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 D | cramfs.c | 103 struct mtd_device dev; in do_cramfs_load() 168 struct mtd_device dev; in do_cramfs_ls()
|
H A D | flash.c | 19 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 D | nand.c | 37 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 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);
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_util.c | 59 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 D | fb_nand.c | 37 struct mtd_device *dev; in fb_nand_lookup()
|
/openbmc/u-boot/drivers/dfu/ |
H A D | dfu_nand.c | 206 struct mtd_device *mtd_dev; in dfu_fill_entity_nand()
|
/openbmc/u-boot/drivers/mtd/ |
H A D | mtd_uboot.c | 368 struct mtd_device *dev; in get_part()
|
/openbmc/u-boot/common/ |
H A D | fdt_support.c | 786 struct mtd_device *dev) in fdt_node_set_part_info() 899 struct mtd_device *dev; in fdt_fixup_mtdparts()
|