| /OK3568_Linux_fs/kernel/drivers/mtd/parsers/ |
| H A 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() 126 if (!nr_parts) in parse_fixed_partitions() 130 return nr_parts; in parse_fixed_partitions() 160 int i, plen, nr_parts; in parse_ofoldpart_partitions() local 177 nr_parts = plen / sizeof(part[0]); in parse_ofoldpart_partitions() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H 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() 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()
|
| /OK3568_Linux_fs/kernel/include/linux/irqchip/ |
| H A D | irq-partition-percpu.h | 25 int nr_parts, 39 int nr_parts, in partition_create_desc() argument
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | partitions.h | 85 void (*cleanup)(const struct mtd_partition *pparts, int nr_parts); 91 int nr_parts; member
|
| H A D | physmap.h | 24 unsigned int nr_parts; member
|
| H A D | latch-addr-flash.h | 25 unsigned int nr_parts; member
|
| /OK3568_Linux_fs/kernel/arch/mips/txx9/rbtx4939/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | h5000.c | 71 .nr_parts = ARRAY_SIZE(h5000_flash0_partitions), 77 .nr_parts = ARRAY_SIZE(h5000_flash1_partitions),
|
| H A D | lpd270.c | 243 .nr_parts = ARRAY_SIZE(lpd270_flash0_partitions), 248 .nr_parts = 0,
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ |
| H A D | mtdpart.c | 471 int nr_parts) in mtd_part_parser_cleanup_default() argument 530 pparts->nr_parts = ret; in mtd_part_do_parse() 681 pparts.nr_parts); in parse_mtd_partitions() 683 return err ? err : pparts.nr_parts; in parse_mtd_partitions() 705 parser->cleanup(parts->parts, parts->nr_parts); in mtd_part_parser_cleanup()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/ |
| H A D | omixp-setup.c | 77 .nr_parts = ARRAY_SIZE(omixp_partitions), 81 .nr_parts = 0,
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | mtd-mxc_nand.h | 17 int nr_parts; /* size of parts */ member
|
| H A D | mtd-nand-pxa3xx.h | 22 unsigned int nr_parts; member
|
| H A D | mtd-orion_nand.h | 15 u32 nr_parts; member
|
| H A D | mtd-davinci.h | 61 unsigned nr_parts; member
|
| /OK3568_Linux_fs/kernel/include/linux/spi/ |
| H A D | flash.h | 25 unsigned int nr_parts; member
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-loongson32/ |
| H A D | nand.h | 16 unsigned int nr_parts; member
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/mach/ |
| H A D | flash.h | 33 unsigned int nr_parts; member
|
| /OK3568_Linux_fs/kernel/arch/mips/cobalt/ |
| H A D | mtd.c | 22 .nr_parts = 1,
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | pxa3xx_nand.h | 59 unsigned int nr_parts[NUM_CHIP_SELECT]; member
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-s3c/ |
| H A D | simtec-nor.c | 48 .nr_parts = 0,
|
| /OK3568_Linux_fs/kernel/arch/m68k/coldfire/ |
| H A D | firebee.c | 57 .nr_parts = ARRAY_SIZE(firebee_flash_parts),
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/mach-rsk/ |
| H A D | setup.c | 46 .nr_parts = ARRAY_SIZE(rsk_partitions),
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-orion5x/ |
| H A D | rd88f6183ap-ge-setup.c | 61 .nr_parts = ARRAY_SIZE(rd88f6183ap_ge_partitions),
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/ |
| H A D | board-espt.c | 39 .nr_parts = ARRAY_SIZE(espt_nor_flash_partitions),
|