/linux-6.12.1/include/linux/mtd/ |
D | partitions.h | 46 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;
|
D | onenand.h | 230 struct mtd_partition; 236 struct mtd_partition *parts;
|
D | nand-gpio.h | 9 struct mtd_partition *parts;
|
D | sharpsl.h | 17 struct mtd_partition *partitions;
|
D | plat-ram.h | 21 struct mtd_partition *partitions;
|
D | physmap.h | 27 struct mtd_partition *parts;
|
D | spear_smi.h | 46 struct mtd_partition *partitions;
|
/linux-6.12.1/drivers/mtd/parsers/ |
D | parser_trx.c | 51 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 = kcalloc(TRX_PARSER_MAX_PARTS, sizeof(struct mtd_partition), in parser_trx_parse()
|
D | cmdlinepart.c | 55 struct mtd_partition *parts; 74 static struct mtd_partition * newpart(char *s, in newpart() 81 struct mtd_partition *parts; in newpart() 170 alloc_size = *num_parts * sizeof(struct mtd_partition) + in newpart() 219 struct mtd_partition *parts; in mtdpart_setup_real() 326 const struct mtd_partition **pparts, in parse_cmdline_partitions()
|
D | ofpart_core.c | 23 int (*post_parse)(struct mtd_info *mtd, struct mtd_partition *parts, int nr_parts); 42 const struct mtd_partition **pparts, in parse_fixed_partitions() 47 struct mtd_partition *parts; in parse_fixed_partitions() 208 const struct mtd_partition **pparts, in parse_ofoldpart_partitions() 211 struct mtd_partition *parts; in parse_ofoldpart_partitions()
|
D | bcm47xxpart.c | 54 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 = kcalloc(BCM47XXPART_MAX_PARTS, sizeof(struct mtd_partition), in bcm47xxpart_parse() 291 struct mtd_partition *trx = &parts[trx_parts[i]]; in bcm47xxpart_parse()
|
D | ofpart_bcm4908.h | 6 int bcm4908_partitions_post_parse(struct mtd_info *mtd, struct mtd_partition *parts, int nr_parts); 8 static inline int bcm4908_partitions_post_parse(struct mtd_info *mtd, struct mtd_partition *parts, in bcm4908_partitions_post_parse()
|
D | ofpart_linksys_ns.h | 7 struct mtd_partition *parts, 11 struct mtd_partition *parts, in linksys_ns_partitions_post_parse()
|
D | afs.c | 120 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()
|
D | tplink_safeloader.c | 74 const struct mtd_partition **pparts, in mtd_parser_tplink_safeloader_parse() 77 struct mtd_partition *parts; in mtd_parser_tplink_safeloader_parse() 127 static void mtd_parser_tplink_safeloader_cleanup(const struct mtd_partition *pparts, in mtd_parser_tplink_safeloader_cleanup()
|
D | bcm63xxpart.c | 81 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()
|
D | qcomsmempart.c | 58 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()
|
D | brcm_u-boot.c | 30 const struct mtd_partition **pparts, in brcm_u_boot_parse() 34 struct mtd_partition *parts; in brcm_u_boot_parse()
|
D | parser_imagetag.c | 60 const struct mtd_partition **pparts, in bcm963xx_parse_imagetag_partitions() 66 struct mtd_partition *parts; in bcm963xx_parse_imagetag_partitions()
|
/linux-6.12.1/include/linux/spi/ |
D | flash.h | 5 struct mtd_partition; 24 struct mtd_partition *parts;
|
/linux-6.12.1/arch/arm/include/asm/mach/ |
D | flash.h | 10 struct mtd_partition; 32 struct mtd_partition *parts;
|
/linux-6.12.1/arch/mips/include/asm/mach-au1x00/ |
D | au1550nd.h | 12 struct mtd_partition *parts;
|
/linux-6.12.1/include/linux/platform_data/ |
D | mtd-nand-pxa3xx.h | 21 const struct mtd_partition *parts;
|
D | mtd-orion_nand.h | 14 struct mtd_partition *parts;
|
D | mtd-nand-s3c2410.h | 39 struct mtd_partition *partitions;
|