/Linux-v4.19/drivers/mtd/ |
D | ofpart.c | 37 int nr_parts, i, ret = 0; in parse_fixed_partitions() local 63 nr_parts = 0; in parse_fixed_partitions() 68 nr_parts++; in parse_fixed_partitions() 71 if (nr_parts == 0) in parse_fixed_partitions() 74 parts = kcalloc(nr_parts, sizeof(*parts), GFP_KERNEL); in parse_fixed_partitions() 95 nr_parts--; in parse_fixed_partitions() 127 if (!nr_parts) in parse_fixed_partitions() 131 return nr_parts; in parse_fixed_partitions() 161 int i, plen, nr_parts; in parse_ofoldpart_partitions() local 178 nr_parts = plen / sizeof(part[0]); in parse_ofoldpart_partitions() [all …]
|
/Linux-v4.19/drivers/irqchip/ |
D | irq-partition-percpu.c | 28 int nr_parts; member 133 for_each_set_bit(hwirq, part->bitmap, part->nr_parts) { in partition_handle_irq() 138 if (unlikely(hwirq == part->nr_parts)) { in partition_handle_irq() 193 for (i = 0; i < desc->nr_parts; i++) { in partition_translate_id() 210 int nr_parts, in partition_create_desc() argument 227 d = irq_domain_create_linear(fwnode, nr_parts, &desc->ops, desc); in partition_create_desc() 232 desc->bitmap = kcalloc(BITS_TO_LONGS(nr_parts), sizeof(long), in partition_create_desc() 238 desc->nr_parts = nr_parts; in partition_create_desc()
|
/Linux-v4.19/include/linux/irqchip/ |
D | irq-partition-percpu.h | 33 int nr_parts, 47 int nr_parts, in partition_create_desc() argument
|
/Linux-v4.19/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 | 29 unsigned int nr_parts; member
|
D | latch-addr-flash.h | 25 unsigned int nr_parts; member
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | h5000.c | 75 .nr_parts = ARRAY_SIZE(h5000_flash0_partitions), 81 .nr_parts = ARRAY_SIZE(h5000_flash1_partitions),
|
/Linux-v4.19/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-v4.19/include/linux/spi/ |
D | flash.h | 25 unsigned int nr_parts; member
|
/Linux-v4.19/include/linux/platform_data/ |
D | mtd-mxc_nand.h | 30 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 | 74 unsigned nr_parts; member
|
/Linux-v4.19/arch/mips/include/asm/mach-loongson32/ |
D | nand.h | 20 unsigned int nr_parts; member
|
/Linux-v4.19/arch/arm/include/asm/mach/ |
D | flash.h | 36 unsigned int nr_parts; member
|
/Linux-v4.19/arch/arm/mach-ixp4xx/ |
D | omixp-setup.c | 78 .nr_parts = ARRAY_SIZE(omixp_partitions), 82 .nr_parts = 0,
|
/Linux-v4.19/arch/mips/cobalt/ |
D | mtd.c | 35 .nr_parts = 1,
|
/Linux-v4.19/arch/arm/mach-s3c24xx/ |
D | simtec-nor.c | 48 .nr_parts = 0,
|
/Linux-v4.19/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-v4.19/arch/sh/boards/mach-rsk/ |
D | setup.c | 49 .nr_parts = ARRAY_SIZE(rsk_partitions),
|
/Linux-v4.19/arch/mips/loongson32/ls1b/ |
D | board.c | 38 .nr_parts = ARRAY_SIZE(ls1x_nand_parts),
|
/Linux-v4.19/arch/arm/mach-ks8695/ |
D | board-dsm320.c | 75 .nr_parts = 0,
|
/Linux-v4.19/arch/arm/mach-orion5x/ |
D | rd88f6183ap-ge-setup.c | 61 .nr_parts = ARRAY_SIZE(rd88f6183ap_ge_partitions),
|
/Linux-v4.19/arch/sh/boards/ |
D | board-espt.c | 42 .nr_parts = ARRAY_SIZE(espt_nor_flash_partitions),
|