Home
last modified time | relevance | path

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

12345678

/Linux-v5.10/include/linux/mtd/
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;
Dlatch-addr-flash.h14 struct mtd_partition;
26 struct mtd_partition *parts;
Dnand-gpio.h9 struct mtd_partition *parts;
Dsharpsl.h18 struct mtd_partition *partitions;
Donenand.h230 struct mtd_partition;
236 struct mtd_partition *parts;
Dplat-ram.h21 struct mtd_partition *partitions;
Dphysmap.h27 struct mtd_partition *parts;
/Linux-v5.10/drivers/mtd/parsers/
Dparser_trx.c51 const struct mtd_partition **pparts, in parser_trx_parse()
54 struct mtd_partition *parts; in parser_trx_parse()
55 struct mtd_partition *part; in parser_trx_parse()
61 parts = kcalloc(TRX_PARSER_MAX_PARTS, sizeof(struct mtd_partition), in parser_trx_parse()
Dcmdlinepart.c63 struct mtd_partition *parts;
82 static struct mtd_partition * newpart(char *s, in newpart()
89 struct mtd_partition *parts; in newpart()
178 alloc_size = *num_parts * sizeof(struct mtd_partition) + in newpart()
227 struct mtd_partition *parts; in mtdpart_setup_real()
322 const struct mtd_partition **pparts, in parse_cmdline_partitions()
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 = kcalloc(BCM47XXPART_MAX_PARTS, sizeof(struct mtd_partition), in bcm47xxpart_parse()
291 struct mtd_partition *trx = &parts[trx_parts[i]]; in bcm47xxpart_parse()
Dofpart.c25 const struct mtd_partition **pparts, in parse_fixed_partitions()
28 struct mtd_partition *parts; in parse_fixed_partitions()
155 const struct mtd_partition **pparts, in parse_ofoldpart_partitions()
158 struct mtd_partition *parts; in parse_ofoldpart_partitions()
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()
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()
Dar7part.c32 const struct mtd_partition **pparts, in create_mtd_partitions()
42 struct mtd_partition *ar7_parts; in create_mtd_partitions()
/Linux-v5.10/include/linux/spi/
Dflash.h5 struct mtd_partition;
24 struct mtd_partition *parts;
/Linux-v5.10/include/linux/platform_data/jz4740/
Djz4740_nand.h17 struct mtd_partition *partitions;
22 struct mtd_partition **, int *num_partitions);
/Linux-v5.10/arch/arm/include/asm/mach/
Dflash.h10 struct mtd_partition;
32 struct mtd_partition *parts;
/Linux-v5.10/arch/arm/mach-pxa/
Dh5000.c40 static struct mtd_partition h5000_flash0_partitions[] = {
54 static struct mtd_partition h5000_flash1_partitions[] = {
/Linux-v5.10/arch/mips/netlogic/xlr/
Dplatform-flash.c34 static struct mtd_partition xlr_nor_parts[] = {
45 static struct mtd_partition xlr_nand_parts[] = {
/Linux-v5.10/arch/arm/mach-ep93xx/
Dts72xx.c107 static struct mtd_partition ts72xx_nand_parts[] = {
154 void __init ts72xx_register_flash(struct mtd_partition *parts, int n, in ts72xx_register_flash()
379 static struct mtd_partition bk3_nand_parts[] = {
/Linux-v5.10/arch/mips/include/asm/mach-au1x00/
Dau1550nd.h12 struct mtd_partition *parts;
/Linux-v5.10/include/linux/platform_data/
Dmtd-mxc_nand.h16 struct mtd_partition *parts; /* partition table */
Dmtd-nand-pxa3xx.h21 const struct mtd_partition *parts;
Dmtd-orion_nand.h14 struct mtd_partition *parts;
/Linux-v5.10/arch/mips/include/asm/mach-loongson32/
Dnand.h15 struct mtd_partition *parts;

12345678