Searched refs:mtd_partition (Results 1 - 9 of 9) sorted by relevance

/u-boot/include/linux/mtd/
H A Dpartitions.h39 struct mtd_partition { struct
76 int (*parse_fn)(struct mtd_info *, struct mtd_partition **,
91 struct mtd_partition **_parts, int *_nparts);
92 void mtd_free_parsed_partitions(struct mtd_partition *parts,
97 struct mtd_partition **_parts, int *_nparts)
104 mtd_free_parsed_partitions(struct mtd_partition *parts, unsigned int nparts)
H A Dmtd.h508 struct mtd_partition;
514 const struct mtd_partition *defparts,
571 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);
575 const struct mtd_partition *parts,
H A Drawnand.h1184 struct mtd_partition *partitions;
/u-boot/drivers/mtd/
H A Dmtdcore.h10 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);
13 struct mtd_partition **pparts,
H A Dmtdpart.c95 struct mtd_partition *partition)
103 memset(partition, 0, sizeof(struct mtd_partition));
206 struct mtd_partition **_parts, int *_nparts)
208 struct mtd_partition partition = {}, *parts;
276 void mtd_free_parsed_partitions(struct mtd_partition *parts,
563 const struct mtd_partition *part,
772 struct mtd_partition part;
858 const struct mtd_partition *parts,
903 struct mtd_partition part = { 0 };
1022 struct mtd_partition **ppart
[all...]
H A Dmtd_uboot.c218 struct mtd_partition *parts;
H A Dmtdcore.c603 const struct mtd_partition *parts,
607 struct mtd_partition *real_parts;
/u-boot/board/emulation/common/
H A Dqemu_mtdparts.c40 const char *mtd_partition; local
65 mtd_partition = CONFIG_MTDPARTS_NOR0;
66 board_get_mtdparts("nor0", mtd_partition, ids, parts);
72 mtd_partition = CONFIG_MTDPARTS_NOR1;
73 board_get_mtdparts("nor1", mtd_partition, ids, parts);
/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.h58 const struct mtd_partition *parts[NUM_CHIP_SELECT];

Completed in 156 milliseconds