Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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) in mtd_parse_partitions()
104 mtd_free_parsed_partitions(struct mtd_partition *parts, unsigned int nparts) in mtd_free_parsed_partitions()
H A Dmtd.h513 struct mtd_partition;
519 const struct mtd_partition *defparts,
574 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);
578 const struct mtd_partition *parts, in add_mtd_partitions()
H A Drawnand.h1107 struct mtd_partition *partitions;
/rk3399_rockchip-uboot/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.c93 struct mtd_partition *partition) in mtd_parse_partition()
101 memset(partition, 0, sizeof(struct mtd_partition)); in mtd_parse_partition()
204 struct mtd_partition **_parts, int *_nparts) in mtd_parse_partitions()
206 struct mtd_partition partition = {}, *parts; in mtd_parse_partitions()
274 void mtd_free_parsed_partitions(struct mtd_partition *parts, in mtd_free_parsed_partitions()
572 const struct mtd_partition *part, in allocate_partition()
781 struct mtd_partition part; in mtd_add_partition()
867 const struct mtd_partition *parts, in add_mtd_partitions()
963 struct mtd_partition **pparts, in parse_mtd_partitions()
H A Dmtd_uboot.c270 struct mtd_partition *parts; in mtd_probe_devices()
H A Dmtdcore.c604 const struct mtd_partition *parts, in mtd_device_parse_register()
608 struct mtd_partition *real_parts; in mtd_device_parse_register()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.h58 const struct mtd_partition *parts[NUM_CHIP_SELECT];
/rk3399_rockchip-uboot/cmd/
H A Dubi.c410 struct mtd_partition mtd_part; in ubi_dev_scan()