Home
last modified time | relevance | path

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

1234

/linux/include/linux/mtd/
H A Dpartitions.h46 struct mtd_partition { struct
83 int (*parse_fn)(struct mtd_info *, const struct mtd_partition **,
85 void (*cleanup)(const struct mtd_partition *pparts, int nr_parts);
90 const struct mtd_partition *parts;
H A Donenand.h230 struct mtd_partition;
236 struct mtd_partition *parts;
H A Dnand-gpio.h9 struct mtd_partition *parts;
H A Dsharpsl.h17 struct mtd_partition *partitions;
H A Dplat-ram.h21 struct mtd_partition *partitions;
H A Dphysmap.h27 struct mtd_partition *parts;
H A Dplatnand.h32 struct mtd_partition *partitions;
/linux/drivers/mtd/parsers/
H A Dparser_trx.c51 const struct mtd_partition **pparts, in parser_trx_parse()
55 struct mtd_partition *parts; in parser_trx_parse()
56 struct mtd_partition *part; in parser_trx_parse()
68 parts = kzalloc_objs(struct mtd_partition, TRX_PARSER_MAX_PARTS); in parser_trx_parse()
H A Dbcm47xxpart.c54 static void bcm47xxpart_add_part(struct mtd_partition *part, const char *name, in bcm47xxpart_add_part()
87 const struct mtd_partition **pparts, in bcm47xxpart_parse()
90 struct mtd_partition *parts; in bcm47xxpart_parse()
109 parts = kzalloc_objs(struct mtd_partition, BCM47XXPART_MAX_PARTS); in bcm47xxpart_parse()
290 struct mtd_partition *trx = &parts[trx_parts[i]]; in bcm47xxpart_parse()
H A Dafs.c120 u_int off, struct mtd_partition *part) in afs_parse_v1_partition()
217 u_int off, struct mtd_partition *part) in afs_parse_v2_partition()
324 const struct mtd_partition **pparts, in parse_afs_partitions()
327 struct mtd_partition *parts; in parse_afs_partitions()
335 sz += sizeof(struct mtd_partition); in parse_afs_partitions()
339 sz += sizeof(struct mtd_partition); in parse_afs_partitions()
H A Dtplink_safeloader.c74 const struct mtd_partition **pparts, in mtd_parser_tplink_safeloader_parse()
77 struct mtd_partition *parts; in mtd_parser_tplink_safeloader_parse()
128 static void mtd_parser_tplink_safeloader_cleanup(const struct mtd_partition *pparts, in mtd_parser_tplink_safeloader_cleanup()
H A Dbcm63xxpart.c81 const struct mtd_partition **pparts, struct bcm963xx_nvram *nvram) in bcm63xx_parse_cfe_nor_partitions()
83 struct mtd_partition *parts; in bcm63xx_parse_cfe_nor_partitions()
127 const struct mtd_partition **pparts, in bcm63xx_parse_cfe_partitions()
H A Dqcomsmempart.c58 const struct mtd_partition **pparts, in parse_qcomsmem_part()
65 struct mtd_partition *parts; in parse_qcomsmem_part()
170 static void parse_qcomsmem_cleanup(const struct mtd_partition *pparts, in parse_qcomsmem_cleanup()
H A Dbrcm_u-boot.c30 const struct mtd_partition **pparts, in brcm_u_boot_parse()
34 struct mtd_partition *parts; in brcm_u_boot_parse()
H A Dparser_imagetag.c60 const struct mtd_partition **pparts, in bcm963xx_parse_imagetag_partitions()
66 struct mtd_partition *parts; in bcm963xx_parse_imagetag_partitions()
H A Dscpart.c139 const struct mtd_partition **pparts, in scpart_parse()
148 struct mtd_partition *parts = NULL; in scpart_parse()
H A Dofpart_linksys_ns.c33 struct mtd_partition *parts, in linksys_ns_partitions_post_parse()
/linux/include/linux/spi/
H A Dflash.h5 struct mtd_partition;
24 struct mtd_partition *parts;
/linux/arch/arm/include/asm/mach/
H A Dflash.h10 struct mtd_partition;
32 struct mtd_partition *parts;
/linux/arch/mips/include/asm/mach-au1x00/
H A Dau1550nd.h12 struct mtd_partition *parts;
/linux/include/linux/platform_data/
H A Dmtd-nand-pxa3xx.h21 const struct mtd_partition *parts;
H A Dmtd-orion_nand.h14 struct mtd_partition *parts;
/linux/arch/mips/cobalt/
H A Dmtd.c12 static struct mtd_partition cobalt_mtd_partitions[] = {
/linux/arch/mips/alchemy/devboards/
H A Dplatform.c157 struct mtd_partition *parts; in db1x_register_norflash()
165 parts = kzalloc_objs(struct mtd_partition, 5); in db1x_register_norflash()
/linux/drivers/mtd/
H A Dmtdcore.h13 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);

1234