Searched refs:mtd_partition (Results 1 – 25 of 196) sorted by relevance
12345678
/Linux-v4.19/include/linux/mtd/ |
D | partitions.h | 45 struct mtd_partition { struct 81 int (*parse_fn)(struct mtd_info *, const struct mtd_partition **, 83 void (*cleanup)(const struct mtd_partition *pparts, int nr_parts); 88 const struct mtd_partition *parts;
|
D | latch-addr-flash.h | 14 struct mtd_partition; 26 struct mtd_partition *parts;
|
D | sharpsl.h | 18 struct mtd_partition *partitions;
|
D | nand-gpio.h | 9 struct mtd_partition *parts;
|
D | plat-ram.h | 25 struct mtd_partition *partitions;
|
D | physmap.h | 32 struct mtd_partition *parts;
|
/Linux-v4.19/drivers/mtd/parsers/ |
D | parser_trx.c | 55 const struct mtd_partition **pparts, in parser_trx_parse() 58 struct mtd_partition *parts; in parser_trx_parse() 59 struct mtd_partition *part; in parser_trx_parse() 65 parts = kcalloc(TRX_PARSER_MAX_PARTS, sizeof(struct mtd_partition), in parser_trx_parse()
|
/Linux-v4.19/drivers/mtd/ |
D | cmdlinepart.c | 76 struct mtd_partition *parts; 95 static struct mtd_partition * newpart(char *s, in newpart() 102 struct mtd_partition *parts; in newpart() 184 alloc_size = *num_parts * sizeof(struct mtd_partition) + in newpart() 232 struct mtd_partition *parts; in mtdpart_setup_real() 310 const struct mtd_partition **pparts, in parse_cmdline_partitions()
|
D | bcm47xxpart.c | 58 static void bcm47xxpart_add_part(struct mtd_partition *part, const char *name, in bcm47xxpart_add_part() 91 const struct mtd_partition **pparts, in bcm47xxpart_parse() 94 struct mtd_partition *parts; in bcm47xxpart_parse() 113 parts = kcalloc(BCM47XXPART_MAX_PARTS, sizeof(struct mtd_partition), in bcm47xxpart_parse() 295 struct mtd_partition *trx = &parts[trx_parts[i]]; in bcm47xxpart_parse()
|
D | ofpart.c | 29 const struct mtd_partition **pparts, in parse_fixed_partitions() 32 struct mtd_partition *parts; in parse_fixed_partitions() 156 const struct mtd_partition **pparts, in parse_ofoldpart_partitions() 159 struct mtd_partition *parts; in parse_ofoldpart_partitions()
|
D | afs.c | 165 const struct mtd_partition **pparts, in parse_afs_partitions() 168 struct mtd_partition *parts; in parse_afs_partitions() 198 sz += sizeof(struct mtd_partition); in parse_afs_partitions()
|
D | ar7part.c | 46 const struct mtd_partition **pparts, in create_mtd_partitions() 56 struct mtd_partition *ar7_parts; in create_mtd_partitions()
|
D | bcm63xxpart.c | 128 const struct mtd_partition **pparts, struct bcm963xx_nvram *nvram) in bcm63xx_parse_cfe_nor_partitions() 133 struct mtd_partition *parts; in bcm63xx_parse_cfe_nor_partitions() 287 const struct mtd_partition **pparts, in bcm63xx_parse_cfe_partitions()
|
/Linux-v4.19/include/linux/spi/ |
D | flash.h | 5 struct mtd_partition; 24 struct mtd_partition *parts;
|
/Linux-v4.19/include/linux/platform_data/jz4740/ |
D | jz4740_nand.h | 26 struct mtd_partition *partitions; 31 struct mtd_partition **, int *num_partitions);
|
/Linux-v4.19/arch/arm/include/asm/mach/ |
D | flash.h | 13 struct mtd_partition; 35 struct mtd_partition *parts;
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | h5000.c | 44 static struct mtd_partition h5000_flash0_partitions[] = { 58 static struct mtd_partition h5000_flash1_partitions[] = {
|
D | cm-x255.c | 124 static struct mtd_partition cmx255_nor_partitions[] = { 203 static struct mtd_partition cmx255_nand_parts[] = {
|
/Linux-v4.19/arch/mips/netlogic/xlr/ |
D | platform-flash.c | 35 static struct mtd_partition xlr_nor_parts[] = { 46 static struct mtd_partition xlr_nand_parts[] = {
|
/Linux-v4.19/arch/arm/mach-ep93xx/ |
D | ts72xx.c | 115 static struct mtd_partition ts72xx_nand_parts[] = { 162 void __init ts72xx_register_flash(struct mtd_partition *parts, int n, in ts72xx_register_flash() 380 static struct mtd_partition bk3_nand_parts[] = {
|
/Linux-v4.19/arch/mips/include/asm/mach-au1x00/ |
D | au1550nd.h | 12 struct mtd_partition *parts;
|
/Linux-v4.19/include/linux/platform_data/ |
D | mtd-mxc_nand.h | 29 struct mtd_partition *parts; /* partition table */
|
D | mtd-nand-pxa3xx.h | 21 const struct mtd_partition *parts;
|
D | mtd-orion_nand.h | 14 struct mtd_partition *parts;
|
/Linux-v4.19/arch/mips/include/asm/mach-loongson32/ |
D | nand.h | 19 struct mtd_partition *parts;
|
12345678