/Linux-v5.4/drivers/mtd/parsers/ |
D | ofpart.c | 33 int nr_parts, i, ret = 0; in parse_fixed_partitions() local 59 nr_parts = 0; in parse_fixed_partitions() 64 nr_parts++; in parse_fixed_partitions() 67 if (nr_parts == 0) in parse_fixed_partitions() 70 parts = kcalloc(nr_parts, sizeof(*parts), GFP_KERNEL); in parse_fixed_partitions() 91 nr_parts--; in parse_fixed_partitions() 123 if (!nr_parts) in parse_fixed_partitions() 127 return nr_parts; in parse_fixed_partitions() 157 int i, plen, nr_parts; in parse_ofoldpart_partitions() local 174 nr_parts = plen / sizeof(part[0]); in parse_ofoldpart_partitions() [all …]
|
/Linux-v5.4/drivers/irqchip/ |
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() 182 for (i = 0; i < desc->nr_parts; i++) { in partition_translate_id() 199 int nr_parts, in partition_create_desc() argument 216 d = irq_domain_create_linear(fwnode, nr_parts, &desc->ops, desc); in partition_create_desc() 221 desc->bitmap = kcalloc(BITS_TO_LONGS(nr_parts), sizeof(long), in partition_create_desc() 227 desc->nr_parts = nr_parts; in partition_create_desc()
|
/Linux-v5.4/include/linux/irqchip/ |
D | irq-partition-percpu.h | 25 int nr_parts, 39 int nr_parts, in partition_create_desc() argument
|
/Linux-v5.4/include/linux/mtd/ |
D | partitions.h | 83 void (*cleanup)(const struct mtd_partition *pparts, int nr_parts); 89 int nr_parts; member
|
D | physmap.h | 24 unsigned int nr_parts; member
|
D | latch-addr-flash.h | 25 unsigned int nr_parts; member
|
/Linux-v5.4/arch/arm/mach-pxa/ |
D | h5000.c | 71 .nr_parts = ARRAY_SIZE(h5000_flash0_partitions), 77 .nr_parts = ARRAY_SIZE(h5000_flash1_partitions),
|
/Linux-v5.4/arch/mips/txx9/rbtx4939/ |
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-v5.4/include/linux/platform_data/ |
D | mtd-mxc_nand.h | 17 int nr_parts; /* size of parts */ member
|
D | mtd-nand-pxa3xx.h | 22 unsigned int nr_parts; member
|
D | mtd-orion_nand.h | 15 u32 nr_parts; member
|
D | mtd-davinci.h | 61 unsigned nr_parts; member
|
/Linux-v5.4/include/linux/spi/ |
D | flash.h | 25 unsigned int nr_parts; member
|
/Linux-v5.4/arch/mips/include/asm/mach-loongson32/ |
D | nand.h | 16 unsigned int nr_parts; member
|
/Linux-v5.4/arch/arm/include/asm/mach/ |
D | flash.h | 33 unsigned int nr_parts; member
|
/Linux-v5.4/arch/arm/mach-ixp4xx/ |
D | omixp-setup.c | 77 .nr_parts = ARRAY_SIZE(omixp_partitions), 81 .nr_parts = 0,
|
/Linux-v5.4/arch/mips/cobalt/ |
D | mtd.c | 22 .nr_parts = 1,
|
/Linux-v5.4/arch/arm/mach-s3c24xx/ |
D | simtec-nor.c | 48 .nr_parts = 0,
|
/Linux-v5.4/arch/m68k/coldfire/ |
D | firebee.c | 57 .nr_parts = ARRAY_SIZE(firebee_flash_parts),
|
D | stmark2.c | 40 .nr_parts = ARRAY_SIZE(stmark2_partitions),
|
/Linux-v5.4/arch/sh/boards/mach-rsk/ |
D | setup.c | 46 .nr_parts = ARRAY_SIZE(rsk_partitions),
|
/Linux-v5.4/arch/arm/mach-orion5x/ |
D | rd88f6183ap-ge-setup.c | 61 .nr_parts = ARRAY_SIZE(rd88f6183ap_ge_partitions),
|
/Linux-v5.4/arch/sh/boards/ |
D | board-espt.c | 39 .nr_parts = ARRAY_SIZE(espt_nor_flash_partitions),
|
/Linux-v5.4/arch/arm/mach-davinci/ |
D | board-sffsdr.c | 57 .nr_parts = ARRAY_SIZE(davinci_sffsdr_nandflash_partition),
|
/Linux-v5.4/arch/arm/mach-sa1100/ |
D | pleb.c | 98 .nr_parts = ARRAY_SIZE(pleb_partitions),
|