/linux/drivers/mtd/parsers/ |
A D | ofpart_core.c | 52 int nr_parts, i, ret = 0; in parse_fixed_partitions() local 86 nr_parts = 0; in parse_fixed_partitions() 91 nr_parts++; in parse_fixed_partitions() 94 if (nr_parts == 0) in parse_fixed_partitions() 118 nr_parts--; in parse_fixed_partitions() 153 if (!nr_parts) in parse_fixed_partitions() 160 return nr_parts; in parse_fixed_partitions() 194 int i, plen, nr_parts; in parse_ofoldpart_partitions() local 211 nr_parts = plen / sizeof(part[0]); in parse_ofoldpart_partitions() 219 for (i = 0; i < nr_parts; i++) { in parse_ofoldpart_partitions() [all …]
|
A D | ofpart_bcm4908.h | 6 int bcm4908_partitions_post_parse(struct mtd_info *mtd, struct mtd_partition *parts, int nr_parts); 9 int nr_parts) in bcm4908_partitions_post_parse() argument
|
A D | ofpart_linksys_ns.h | 8 int nr_parts); 12 int nr_parts) in linksys_ns_partitions_post_parse() argument
|
A D | ofpart_linksys_ns.c | 34 int nr_parts) in linksys_ns_partitions_post_parse() argument 40 for (i = 0; i < nr_parts; i++) { in linksys_ns_partitions_post_parse()
|
A D | ofpart_bcm4908.c | 47 int bcm4908_partitions_post_parse(struct mtd_info *mtd, struct mtd_partition *parts, int nr_parts) in bcm4908_partitions_post_parse() argument 54 for (i = 0; i < nr_parts; i++) { in bcm4908_partitions_post_parse()
|
A D | qcomsmempart.c | 163 int nr_parts) in parse_qcomsmem_cleanup() argument 167 for (i = 0; i < nr_parts; i++) in parse_qcomsmem_cleanup()
|
/linux/drivers/irqchip/ |
A D | irq-partition-percpu.c | 17 int nr_parts; member 122 for_each_set_bit(hwirq, part->bitmap, part->nr_parts) { in partition_handle_irq() 127 if (unlikely(hwirq == part->nr_parts)) in partition_handle_irq() 179 for (i = 0; i < desc->nr_parts; i++) { in partition_translate_id() 196 int nr_parts, in partition_create_desc() argument 213 d = irq_domain_create_linear(fwnode, nr_parts, &desc->ops, desc); in partition_create_desc() 218 desc->bitmap = bitmap_zalloc(nr_parts, GFP_KERNEL); in partition_create_desc() 223 desc->nr_parts = nr_parts; in partition_create_desc()
|
/linux/include/linux/irqchip/ |
A D | irq-partition-percpu.h | 25 int nr_parts, 39 int nr_parts, in partition_create_desc() argument
|
/linux/include/linux/mtd/ |
A D | partitions.h | 85 void (*cleanup)(const struct mtd_partition *pparts, int nr_parts); 91 int nr_parts; member
|
A D | physmap.h | 24 unsigned int nr_parts; member
|
A D | latch-addr-flash.h | 25 unsigned int nr_parts; member
|
/linux/arch/mips/txx9/rbtx4939/ |
A D | setup.c | 389 boot_pdata->nr_parts = 4; in rbtx4939_mtd_init() 390 for (i = 0; i < boot_pdata->nr_parts; i++) { in rbtx4939_mtd_init() 398 boot_pdata->nr_parts = 2; in rbtx4939_mtd_init() 401 for (i = 0; i < boot_pdata->nr_parts; i++) { in rbtx4939_mtd_init() 408 boot_pdata->nr_parts = 2; in rbtx4939_mtd_init()
|
/linux/arch/arm/mach-pxa/ |
A D | h5000.c | 71 .nr_parts = ARRAY_SIZE(h5000_flash0_partitions), 77 .nr_parts = ARRAY_SIZE(h5000_flash1_partitions),
|
/linux/drivers/mtd/ |
A D | mtdpart.c | 470 int nr_parts) in mtd_part_parser_cleanup_default() argument 529 pparts->nr_parts = ret; in mtd_part_do_parse() 680 pparts.nr_parts); in parse_mtd_partitions() 682 return err ? err : pparts.nr_parts; in parse_mtd_partitions() 704 parser->cleanup(parts->parts, parts->nr_parts); in mtd_part_parser_cleanup()
|
/linux/include/linux/spi/ |
A D | flash.h | 25 unsigned int nr_parts; member
|
/linux/include/linux/platform_data/ |
A D | mtd-nand-pxa3xx.h | 22 unsigned int nr_parts; member
|
A D | mtd-orion_nand.h | 15 u32 nr_parts; member
|
A D | mtd-davinci.h | 61 unsigned nr_parts; member
|
/linux/arch/mips/include/asm/mach-loongson32/ |
A D | nand.h | 16 unsigned int nr_parts; member
|
/linux/arch/arm/include/asm/mach/ |
A D | flash.h | 33 unsigned int nr_parts; member
|
/linux/arch/mips/cobalt/ |
A D | mtd.c | 22 .nr_parts = 1,
|
/linux/arch/arm/mach-s3c/ |
A D | simtec-nor.c | 48 .nr_parts = 0,
|
/linux/arch/m68k/coldfire/ |
A D | firebee.c | 57 .nr_parts = ARRAY_SIZE(firebee_flash_parts),
|
/linux/arch/sh/boards/mach-rsk/ |
A D | setup.c | 46 .nr_parts = ARRAY_SIZE(rsk_partitions),
|
/linux/arch/sh/boards/ |
A D | board-espt.c | 39 .nr_parts = ARRAY_SIZE(espt_nor_flash_partitions),
|