| /linux/drivers/mtd/parsers/ |
| H A D | scpart.c | 145 int nr_parts = 0; in scpart_parse() local 195 parts[nr_parts].offset = scpart_map[n].part_offs; in scpart_parse() 196 parts[nr_parts].size = scpart_map[n].part_bytes; in scpart_parse() 197 parts[nr_parts].of_node = pp; in scpart_parse() 200 parts[nr_parts].name = partname; in scpart_parse() 202 parts[nr_parts].mask_flags |= MTD_WRITEABLE; in scpart_parse() 204 parts[nr_parts].mask_flags |= MTD_POWERUP_LOCK; in scpart_parse() 209 nr_parts++; in scpart_parse() 212 if (nr_parts > 0) { in scpart_parse() 214 res = nr_parts; in scpart_parse()
|
| H 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()
|
| H A D | ofpart_bcm4908.c | 50 int bcm4908_partitions_post_parse(struct mtd_info *mtd, struct mtd_partition *parts, int nr_parts) in bcm4908_partitions_post_parse() argument 57 for (i = 0; i < nr_parts; i++) { in bcm4908_partitions_post_parse()
|
| H A D | tplink_safeloader.c | 129 int nr_parts) in mtd_parser_tplink_safeloader_cleanup() argument 133 for (i = 0; i < nr_parts; i++) in mtd_parser_tplink_safeloader_cleanup()
|
| H A D | qcomsmempart.c | 171 int nr_parts) in parse_qcomsmem_cleanup() argument 175 for (i = 0; i < nr_parts; i++) in parse_qcomsmem_cleanup()
|
| /linux/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 | sh_flctl.h | 165 int nr_parts; member
|
| H A D | onenand.h | 237 unsigned int nr_parts; member
|
| /linux/include/linux/spi/ |
| H A D | flash.h | 25 unsigned int nr_parts; member
|
| /linux/include/linux/platform_data/ |
| 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
|
| /linux/arch/arm/include/asm/mach/ |
| H A D | flash.h | 33 unsigned int nr_parts; member
|
| /linux/arch/mips/cobalt/ |
| H A D | mtd.c | 22 .nr_parts = 1,
|
| /linux/arch/m68k/coldfire/ |
| H A D | firebee.c | 57 .nr_parts = ARRAY_SIZE(firebee_flash_parts),
|
| /linux/arch/sh/boards/mach-rsk/ |
| H A D | setup.c | 46 .nr_parts = ARRAY_SIZE(rsk_partitions),
|
| /linux/arch/sh/boards/ |
| H A D | board-espt.c | 39 .nr_parts = ARRAY_SIZE(espt_nor_flash_partitions),
|
| H A D | board-edosk7760.c | 56 .nr_parts = ARRAY_SIZE(edosk7760_nor_flash_partitions),
|
| H A D | board-apsh4a3a.c | 48 .nr_parts = ARRAY_SIZE(nor_flash_partitions),
|
| /linux/drivers/mtd/nand/onenand/ |
| H A D | generic.c | 72 pdata ? pdata->nr_parts : 0); in generic_onenand_probe()
|
| /linux/arch/sh/boards/mach-se/7343/ |
| H A D | setup.c | 50 .nr_parts = ARRAY_SIZE(nor_flash_partitions),
|
| /linux/arch/sh/boards/mach-sh7763rdp/ |
| H A D | setup.c | 43 .nr_parts = ARRAY_SIZE(sh7763rdp_nor_flash_partitions),
|
| /linux/drivers/mtd/maps/ |
| H A D | pxa2xx-flash.c | 95 flash->nr_parts); in pxa2xx_flash_probe()
|
| /linux/arch/arm/mach-omap1/ |
| H A D | board-palmte.c | 124 .nr_parts = ARRAY_SIZE(palmte_rom_partitions),
|
| /linux/arch/arm/mach-sa1100/ |
| H A D | jornada720.c | 356 .nr_parts = ARRAY_SIZE(jornada720_partitions),
|