/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | board-flash.h | 23 int nr_parts; member in struct:flash_partitions 42 u8 nr_parts, u8 cs, int nand_type, struct gpmc_timings *gpmc_t); 46 u8 nr_parts, u8 cs, int nand_type, struct gpmc_timings *gpmc_t) board_nand_init() 55 u8 nr_parts, u8 cs); 58 u8 nr_parts, u8 cs) board_onenand_init() 45 board_nand_init(struct mtd_partition *nand_parts, u8 nr_parts, u8 cs, int nand_type, struct gpmc_timings *gpmc_t) board_nand_init() argument 57 board_onenand_init(struct mtd_partition *nand_parts, u8 nr_parts, u8 cs) board_onenand_init() argument
|
H A D | board-flash.c | 57 __init board_nor_init(struct mtd_partition *nor_parts, u8 nr_parts, u8 cs) board_nor_init() argument 62 board_nor_data.nr_parts = nr_parts; board_nor_init() 92 u8 nr_parts, u8 cs) board_onenand_init() 96 board_onenand_data.nr_parts = nr_parts; board_onenand_init() 136 __init board_nand_init(struct mtd_partition *nand_parts, u8 nr_parts, u8 cs, board_nand_init() argument 141 board_nand_data.nr_parts = nr_parts; board_nand_init() 230 partition_info[0].nr_parts, norcs); board_flash_init() 236 partition_info[1].nr_parts, onenandcs); board_flash_init() 242 partition_info[2].nr_parts, nandcs, board_flash_init() 91 board_onenand_init(struct mtd_partition *onenand_parts, u8 nr_parts, u8 cs) board_onenand_init() argument
|
H A D | board-omap3pandora.c | 90 .nr_parts = ARRAY_SIZE(omap3pandora_nand_partitions),
|
H A D | board-cm-t35.c | 177 .nr_parts = ARRAY_SIZE(cm_t35_nand_partitions),
|
H A D | board-rx51-peripherals.c | 1134 .nr_parts = ARRAY_SIZE(onenand_partitions),
|
/linux-4.1.27/drivers/mtd/ |
H A D | ofpart.c | 35 int nr_parts, i; parse_ofpart_partitions() local 46 nr_parts = 0; for_each_child_of_node() 51 nr_parts++; for_each_child_of_node() 54 if (nr_parts == 0) 57 *pparts = kzalloc(nr_parts * sizeof(**pparts), GFP_KERNEL); 72 nr_parts--; for_each_child_of_node() 103 return nr_parts; 117 int i, plen, nr_parts; parse_ofoldpart_partitions() local 137 nr_parts = plen / sizeof(part[0]); parse_ofoldpart_partitions() 139 *pparts = kzalloc(nr_parts * sizeof(*(*pparts)), GFP_KERNEL); parse_ofoldpart_partitions() 145 for (i = 0; i < nr_parts; i++) { parse_ofoldpart_partitions() 165 return nr_parts; parse_ofoldpart_partitions()
|
H A D | mtdcore.c | 536 * only valid if %nr_parts > %0 537 * @nr_parts: the number of partitions in parts, if zero then the full 548 * @parts/@nr_parts. 560 int nr_parts) mtd_device_parse_register() 566 if (ret <= 0 && nr_parts && parts) { mtd_device_parse_register() 567 real_parts = kmemdup(parts, sizeof(*parts) * nr_parts, mtd_device_parse_register() 572 ret = nr_parts; mtd_device_parse_register() 557 mtd_device_parse_register(struct mtd_info *mtd, const char * const *types, struct mtd_part_parser_data *parser_data, const struct mtd_partition *parts, int nr_parts) mtd_device_parse_register() argument
|
/linux-4.1.27/include/linux/spi/ |
H A D | flash.h | 10 * @nr_parts: number of mtd_partitions for static partitoning 24 unsigned int nr_parts; member in struct:flash_platform_data
|
/linux-4.1.27/arch/arm/include/asm/mach/ |
H A D | flash.h | 25 * nr_parts: number of mtd_partitions for static partitoning 36 unsigned int nr_parts; member in struct:flash_platform_data
|
/linux-4.1.27/include/linux/platform_data/ |
H A D | mtd-orion_nand.h | 16 u32 nr_parts; member in struct:orion_nand_data
|
H A D | mtd-onenand-omap2.h | 24 int nr_parts; member in struct:omap_onenand_platform_data
|
H A D | mtd-mxc_nand.h | 30 int nr_parts; /* size of parts */ member in struct:mxc_nand_platform_data
|
H A D | mtd-nand-omap2.h | 72 int nr_parts; member in struct:omap_nand_platform_data
|
H A D | mtd-davinci.h | 64 unsigned nr_parts; member in struct:davinci_nand_pdata
|
H A D | mtd-nand-pxa3xx.h | 65 unsigned int nr_parts[NUM_CHIP_SELECT]; member in struct:pxa3xx_nand_platform_data
|
/linux-4.1.27/arch/arm/mach-gemini/ |
H A D | devices.c | 66 unsigned int nr_parts) platform_register_pflash() 89 pflash_platform_data.nr_parts = nr_parts; platform_register_pflash() 65 platform_register_pflash(unsigned int size, struct mtd_partition *parts, unsigned int nr_parts) platform_register_pflash() argument
|
H A D | common.h | 29 unsigned int nr_parts);
|
/linux-4.1.27/include/linux/mtd/ |
H A D | latch-addr-flash.h | 25 unsigned int nr_parts; member in struct:latch_addr_flash_data
|
H A D | physmap.h | 29 unsigned int nr_parts; member in struct:physmap_flash_data
|
H A D | mtd.h | 377 #define mtd_device_register(master, parts, nr_parts) \ 378 mtd_device_parse_register(master, NULL, NULL, parts, nr_parts)
|
H A D | onenand.h | 239 unsigned int nr_parts; member in struct:onenand_platform_data
|
H A D | sh_flctl.h | 177 int nr_parts; member in struct:sh_flctl_platform_data
|
/linux-4.1.27/arch/mn10300/unit-asb2303/ |
H A D | flash.c | 49 .nr_parts = 1, 72 .nr_parts = 1,
|
/linux-4.1.27/arch/avr32/boards/merisc/ |
H A D | flash.c | 74 .nr_parts = ARRAY_SIZE(flash_0_parts), 79 .nr_parts = ARRAY_SIZE(flash_1_parts),
|
/linux-4.1.27/arch/frv/mb93090-mb00/ |
H A D | flash.c | 39 .nr_parts = 2, 62 .nr_parts = 2,
|
/linux-4.1.27/arch/avr32/boards/mimc200/ |
H A D | flash.c | 69 .nr_parts = ARRAY_SIZE(flash_parts_system), 101 .nr_parts = ARRAY_SIZE(flash_parts_data),
|
/linux-4.1.27/arch/arm/mach-pxa/ |
H A D | h5000.c | 75 .nr_parts = ARRAY_SIZE(h5000_flash0_partitions), 81 .nr_parts = ARRAY_SIZE(h5000_flash1_partitions),
|
H A D | cm-x255.c | 150 .nr_parts = ARRAY_SIZE(cmx255_nor_partitions)
|
H A D | colibri-pxa3xx.c | 145 .nr_parts[0] = ARRAY_SIZE(colibri_nand_partitions),
|
H A D | xcep.c | 78 .nr_parts = ARRAY_SIZE(xcep_partitions)
|
H A D | lpd270.c | 244 .nr_parts = ARRAY_SIZE(lpd270_flash0_partitions), 249 .nr_parts = 0,
|
H A D | colibri-pxa270.c | 178 .nr_parts = ARRAY_SIZE(colibri_partitions)
|
H A D | csb726.c | 159 .nr_parts = ARRAY_SIZE(csb726_flash_partitions),
|
H A D | gumstix.c | 72 .nr_parts = ARRAY_SIZE(gumstix_partitions),
|
H A D | palmld.c | 144 .nr_parts = ARRAY_SIZE(palmld_partitions)
|
H A D | lubbock.c | 280 .nr_parts = ARRAY_SIZE(lubbock_partitions), 284 .nr_parts = 0,
|
H A D | mainstone.c | 221 .nr_parts = ARRAY_SIZE(mainstoneflash0_partitions), 225 .nr_parts = 0,
|
H A D | vpac270.c | 166 .nr_parts = ARRAY_SIZE(vpac270_nor_partitions) 207 .nr_parts = ARRAY_SIZE(vpac270_onenand_partitions),
|
H A D | littleton.c | 334 .nr_parts[0] = ARRAY_SIZE(littleton_nand_partitions),
|
H A D | mxm8x10.c | 396 .nr_parts[0] = ARRAY_SIZE(mxm_8x10_nand_partitions)
|
H A D | palmtc.c | 426 .nr_parts = ARRAY_SIZE(palmtc_flash_parts),
|
H A D | palmtx.c | 147 .nr_parts = ARRAY_SIZE(palmtx_partitions)
|
H A D | poodle.c | 395 .nr_parts = ARRAY_SIZE(sharpsl_rom_parts),
|
H A D | zylonite.c | 376 .nr_parts[0] = ARRAY_SIZE(zylonite_nand_partitions),
|
H A D | viper.c | 669 .nr_parts = 0, 674 .nr_parts = 1,
|
H A D | saar.c | 550 .nr_parts = ARRAY_SIZE(saar_onenand_partitions),
|
H A D | trizeps4.c | 179 .nr_parts = ARRAY_SIZE(trizeps4_partitions)
|
H A D | z2.c | 177 .nr_parts = ARRAY_SIZE(z2_flash_parts),
|
H A D | balloon3.c | 141 .nr_parts = ARRAY_SIZE(balloon3_nor_partitions)
|
H A D | cm-x300.c | 431 .nr_parts[0] = ARRAY_SIZE(cm_x300_nand_partitions),
|
H A D | corgi.c | 667 .nr_parts = ARRAY_SIZE(sharpsl_rom_parts),
|
H A D | tosa.c | 842 .nr_parts = ARRAY_SIZE(sharpsl_rom_parts),
|
H A D | zeus.c | 184 .nr_parts = 0,
|
H A D | em-x270.c | 429 .nr_parts = ARRAY_SIZE(em_x270_nor_parts),
|
H A D | raumfeld.c | 353 .nr_parts[0] = ARRAY_SIZE(raumfeld_nand_partitions),
|
H A D | spitz.c | 834 .nr_parts = ARRAY_SIZE(spitz_rom_parts),
|
H A D | stargate2.c | 324 .nr_parts = ARRAY_SIZE(stargate2flash_partitions),
|
/linux-4.1.27/arch/arm/mach-clps711x/ |
H A D | board-cdb89712.c | 64 .nr_parts = ARRAY_SIZE(cdb89712_flash_partitions), 93 .nr_parts = ARRAY_SIZE(cdb89712_bootrom_partitions),
|
H A D | board-edb7211.c | 77 .nr_parts = ARRAY_SIZE(edb7211_flash_partitions),
|
H A D | board-autcpu12.c | 180 .nr_parts = ARRAY_SIZE(autcpu12_flash_partitions),
|
/linux-4.1.27/arch/mips/cobalt/ |
H A D | mtd.c | 35 .nr_parts = 1,
|
/linux-4.1.27/arch/sh/boards/ |
H A D | board-espt.c | 42 .nr_parts = ARRAY_SIZE(espt_nor_flash_partitions),
|
H A D | board-apsh4a3a.c | 51 .nr_parts = ARRAY_SIZE(nor_flash_partitions),
|
H A D | board-edosk7760.c | 69 .nr_parts = ARRAY_SIZE(edosk7760_nor_flash_partitions),
|
H A D | board-urquell.c | 125 .nr_parts = ARRAY_SIZE(nor_flash_partitions),
|
H A D | board-sh7785lcr.c | 77 .nr_parts = ARRAY_SIZE(nor_flash_partitions),
|
H A D | board-magicpanelr2.c | 326 .nr_parts = ARRAY_SIZE(mpr2_partitions),
|
/linux-4.1.27/arch/sh/boards/mach-rsk/ |
H A D | setup.c | 51 .nr_parts = ARRAY_SIZE(rsk_partitions),
|
/linux-4.1.27/arch/avr32/boards/atngw100/ |
H A D | flash.c | 62 .nr_parts = ARRAY_SIZE(flash_parts),
|
/linux-4.1.27/arch/avr32/boards/atstk1000/ |
H A D | flash.c | 62 .nr_parts = ARRAY_SIZE(flash_parts),
|
/linux-4.1.27/arch/avr32/boards/favr-32/ |
H A D | flash.c | 62 .nr_parts = ARRAY_SIZE(flash_parts),
|
/linux-4.1.27/arch/m68k/coldfire/ |
H A D | firebee.c | 56 .nr_parts = ARRAY_SIZE(firebee_flash_parts),
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
H A D | simtec-nor.c | 53 .nr_parts = 0,
|
H A D | mach-tct_hammer.c | 79 .nr_parts = ARRAY_SIZE(tct_hammer_mtd_partitions),
|
H A D | mach-amlm5900.c | 102 .nr_parts = ARRAY_SIZE(amlm5900_mtd_partitions),
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
H A D | shannon.c | 49 .nr_parts = ARRAY_SIZE(shannon_partitions),
|
H A D | nanoengine.c | 58 .nr_parts = ARRAY_SIZE(nanoengine_partitions),
|
H A D | pleb.c | 97 .nr_parts = ARRAY_SIZE(pleb_partitions),
|
H A D | cerf.c | 125 .nr_parts = ARRAY_SIZE(cerf_partitions),
|
H A D | h3xxx.c | 79 .nr_parts = ARRAY_SIZE(h3xxx_partitions),
|
H A D | hackkit.c | 184 .nr_parts = ARRAY_SIZE(hackkit_partitions),
|
H A D | badge4.c | 158 .nr_parts = ARRAY_SIZE(badge4_partitions),
|
H A D | collie.c | 331 .nr_parts = ARRAY_SIZE(collie_partitions),
|
H A D | simpad.c | 176 .nr_parts = ARRAY_SIZE(simpad_partitions),
|
H A D | assabet.c | 267 .nr_parts = ARRAY_SIZE(assabet_partitions),
|
H A D | jornada720.c | 332 .nr_parts = ARRAY_SIZE(jornada720_partitions),
|
/linux-4.1.27/arch/arm/mach-ks8695/ |
H A D | board-sg.c | 55 .nr_parts = ARRAY_SIZE(sg_mtd_partitions),
|
H A D | board-dsm320.c | 75 .nr_parts = 0, dsm320_register_pci()
|
H A D | board-acs5k.c | 135 .nr_parts = ARRAY_SIZE(acs5k_nor_partitions),
|
/linux-4.1.27/include/linux/mmc/ |
H A D | card.h | 311 unsigned int nr_parts; member in struct:mmc_card 321 card->part[card->nr_parts].size = size; mmc_part_add() 322 card->part[card->nr_parts].part_cfg = part_cfg; mmc_part_add() 323 sprintf(card->part[card->nr_parts].name, name, idx); mmc_part_add() 324 card->part[card->nr_parts].force_ro = ro; mmc_part_add() 325 card->part[card->nr_parts].area_type = area_type; mmc_part_add() 326 card->nr_parts++; mmc_part_add()
|
/linux-4.1.27/arch/mips/txx9/rbtx4939/ |
H A D | setup.c | 389 boot_pdata->nr_parts = 4; rbtx4939_mtd_init() 390 for (i = 0; i < boot_pdata->nr_parts; i++) { rbtx4939_mtd_init() 398 boot_pdata->nr_parts = 2; rbtx4939_mtd_init() 401 for (i = 0; i < boot_pdata->nr_parts; i++) { rbtx4939_mtd_init() 408 boot_pdata->nr_parts = 2; rbtx4939_mtd_init()
|
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
H A D | omixp-setup.c | 78 .nr_parts = ARRAY_SIZE(omixp_partitions), 82 .nr_parts = 0,
|
/linux-4.1.27/drivers/mtd/onenand/ |
H A D | generic.c | 74 pdata ? pdata->nr_parts : 0); generic_onenand_probe()
|
H A D | omap2.c | 751 pdata ? pdata->nr_parts : 0); omap2_onenand_probe()
|
H A D | samsung.c | 997 pdata ? pdata->nr_parts : 0); s3c_onenand_probe()
|
/linux-4.1.27/arch/sh/boards/mach-se/7343/ |
H A D | setup.c | 49 .nr_parts = ARRAY_SIZE(nor_flash_partitions),
|
/linux-4.1.27/arch/mips/mti-malta/ |
H A D | malta-platform.c | 110 .nr_parts = ARRAY_SIZE(malta_mtd_partitions),
|
/linux-4.1.27/arch/arm/mach-orion5x/ |
H A D | rd88f6183ap-ge-setup.c | 66 .nr_parts = ARRAY_SIZE(rd88f6183ap_ge_partitions),
|
H A D | wnr854t-setup.c | 75 .nr_parts = ARRAY_SIZE(wnr854t_nor_flash_partitions),
|
H A D | mv2120-setup.c | 59 .nr_parts = ARRAY_SIZE(mv2120_partitions)
|
H A D | ts409-setup.c | 102 .nr_parts = ARRAY_SIZE(qnap_ts409_partitions)
|
H A D | wrt350n-v2-setup.c | 160 .nr_parts = ARRAY_SIZE(wrt350n_v2_nor_flash_partitions),
|
H A D | db88f5281-setup.c | 151 .nr_parts = ARRAY_SIZE(db88f5281_nand_parts),
|
H A D | kurobox_pro-setup.c | 77 .nr_parts = ARRAY_SIZE(kurobox_pro_nand_parts),
|
H A D | net2big-setup.c | 63 .nr_parts = ARRAY_SIZE(net2big_partitions),
|
H A D | ts209-setup.c | 82 .nr_parts = ARRAY_SIZE(qnap_ts209_partitions)
|
H A D | dns323-setup.c | 149 .nr_parts = ARRAY_SIZE(dns323_partitions)
|
/linux-4.1.27/arch/blackfin/mach-bf533/boards/ |
H A D | ezkit.c | 91 .nr_parts = ARRAY_SIZE(ezkit_partitions_a), 121 .nr_parts = ARRAY_SIZE(ezkit_partitions_b), 206 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions),
|
H A D | cm_bf533.c | 55 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions), 445 .nr_parts = ARRAY_SIZE(para_partitions),
|
H A D | stamp.c | 122 .nr_parts = ARRAY_SIZE(stamp_partitions), 173 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions),
|
H A D | H8606.c | 156 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions),
|
H A D | blackstamp.c | 99 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions),
|
/linux-4.1.27/drivers/mtd/maps/ |
H A D | pxa2xx-flash.c | 99 flash->nr_parts); pxa2xx_flash_probe()
|
H A D | rbtx4939-flash.c | 101 pdata->nr_parts); rbtx4939_flash_probe()
|
H A D | bfin-async-flash.c | 168 pdata->parts, pdata->nr_parts); bfin_flash_probe()
|
H A D | latch-addr-flash.c | 202 latch_addr_data->nr_parts); latch_addr_flash_probe()
|
H A D | gpio-addr-flash.c | 272 pdata->parts, pdata->nr_parts); gpio_flash_probe()
|
H A D | ixp4xx.c | 235 plat->parts, plat->nr_parts); ixp4xx_flash_probe()
|
H A D | physmap.c | 192 physmap_data->parts, physmap_data->nr_parts); physmap_flash_probe()
|
H A D | sa1100-flash.c | 268 plat->nr_parts); sa1100_mtd_probe()
|
/linux-4.1.27/arch/mips/emma/markeins/ |
H A D | platform.c | 179 .nr_parts = ARRAY_SIZE(markeins_parts),
|
/linux-4.1.27/arch/mips/mti-sead3/ |
H A D | sead3-platform.c | 86 .nr_parts = ARRAY_SIZE(sead3_mtd_partitions),
|
/linux-4.1.27/arch/arm/mach-davinci/ |
H A D | board-sffsdr.c | 70 .nr_parts = ARRAY_SIZE(davinci_sffsdr_nandflash_partition),
|
H A D | board-dm355-leopard.c | 77 .nr_parts = ARRAY_SIZE(davinci_nand_partitions),
|
H A D | board-neuros-osd2.c | 90 .nr_parts = ARRAY_SIZE(davinci_ntosd2_nandflash_partition),
|
H A D | board-mityomapl138.c | 355 .nr_parts = ARRAY_SIZE(spi_flash_partitions), 398 .nr_parts = ARRAY_SIZE(mityomapl138_nandflash_partition),
|
H A D | board-da830-evm.c | 365 .nr_parts = ARRAY_SIZE(da830_evm_nand_partitions), 564 .nr_parts = ARRAY_SIZE(da830evm_spiflash_part),
|
H A D | board-dm644x-evm.c | 83 .nr_parts = ARRAY_SIZE(davinci_evm_norflash_partitions), 154 .nr_parts = ARRAY_SIZE(davinci_evm_nandflash_partition),
|
H A D | board-dm355-evm.c | 81 .nr_parts = ARRAY_SIZE(davinci_nand_partitions),
|
H A D | board-da850-evm.c | 106 .nr_parts = ARRAY_SIZE(da850evm_spiflash_part), 178 .nr_parts = ARRAY_SIZE(da850_evm_norflash_partition), 261 .nr_parts = ARRAY_SIZE(da850_evm_nandflash_partition),
|
H A D | board-dm365-evm.c | 143 .nr_parts = ARRAY_SIZE(davinci_nand_partitions),
|
H A D | board-dm646x-evm.c | 92 .nr_parts = ARRAY_SIZE(davinci_nand_partitions),
|
/linux-4.1.27/arch/blackfin/mach-bf537/boards/ |
H A D | dnp5370.c | 105 .nr_parts = ARRAY_SIZE(asmb_flash_partitions), 158 .nr_parts = ARRAY_SIZE(bfin_spi_dataflash_partitions),
|
H A D | tcm_bf537.c | 60 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions), 273 .nr_parts = ARRAY_SIZE(cm_partitions),
|
H A D | cm_bf537e.c | 60 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions), 338 .nr_parts = ARRAY_SIZE(cm_partitions),
|
H A D | cm_bf537u.c | 60 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions), 273 .nr_parts = ARRAY_SIZE(cm_partitions),
|
H A D | minotaur.c | 154 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions),
|
H A D | pnav10.c | 180 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions),
|
H A D | stamp.c | 489 .nr_parts = ARRAY_SIZE(stamp_partitions), 533 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions), 923 .nr_parts = ARRAY_SIZE(bfin_spi_dataflash_partitions),
|
/linux-4.1.27/arch/blackfin/mach-bf561/boards/ |
H A D | cm_bf561.c | 57 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions), 408 .nr_parts = ARRAY_SIZE(para_partitions),
|
H A D | acvilon.c | 364 .nr_parts = ARRAY_SIZE(bfin_spi_dataflash_partitions),
|
H A D | ezkit.c | 275 .nr_parts = ARRAY_SIZE(ezkit_partitions),
|
/linux-4.1.27/arch/arm/mach-w90x900/ |
H A D | dev.c | 74 .nr_parts = ARRAY_SIZE(nuc900_flash_partitions), 254 .nr_parts = ARRAY_SIZE(nuc900_spi_flash_partitions),
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | orion_nand.c | 166 board->parts, board->nr_parts); orion_nand_probe()
|
H A D | davinci_nand.c | 824 pdata->parts, pdata->nr_parts); nand_davinci_probe()
|
H A D | sh_flctl.c | 1166 pdata->nr_parts); flctl_probe()
|
H A D | mxc_nand.c | 1612 host->pdata.nr_parts); mxcnd_probe()
|
H A D | pxa3xx_nand.c | 1857 pdata->nr_parts[cs]); pxa3xx_nand_probe()
|
H A D | omap2.c | 2042 pdata->nr_parts); omap_nand_probe()
|
/linux-4.1.27/arch/mips/alchemy/ |
H A D | board-gpr.c | 169 .nr_parts = ARRAY_SIZE(gpr_mtd_partitions),
|
H A D | board-mtx1.c | 196 .nr_parts = 4,
|
/linux-4.1.27/arch/mips/alchemy/devboards/ |
H A D | platform.c | 244 pfd->nr_parts = 5; db1x_register_norflash()
|
H A D | db1550.c | 95 .nr_parts = ARRAY_SIZE(db1550_spiflash_parts),
|
H A D | db1200.c | 168 .nr_parts = ARRAY_SIZE(db1200_spiflash_parts),
|
/linux-4.1.27/arch/sh/boards/mach-r2d/ |
H A D | setup.c | 211 .nr_parts = ARRAY_SIZE(r2d_partitions),
|
/linux-4.1.27/arch/sh/boards/mach-sh7763rdp/ |
H A D | setup.c | 46 .nr_parts = ARRAY_SIZE(sh7763rdp_nor_flash_partitions),
|
/linux-4.1.27/arch/mips/include/asm/txx9/ |
H A D | rbtx4939.h | 137 unsigned int nr_parts; member in struct:rbtx4939_flash_data
|
/linux-4.1.27/arch/mips/netlogic/xlr/ |
H A D | platform-flash.c | 63 .nr_parts = ARRAY_SIZE(xlr_nor_parts),
|
/linux-4.1.27/arch/arm/mach-cns3xxx/ |
H A D | cns3420vb.c | 70 .nr_parts = ARRAY_SIZE(cns3420_nor_partitions),
|
/linux-4.1.27/arch/arm/mach-ep93xx/ |
H A D | vision_ep9307.c | 195 .nr_parts = ARRAY_SIZE(vision_spi_flash_partitions),
|
/linux-4.1.27/arch/arm/mach-mmp/ |
H A D | aspenite.c | 178 .nr_parts[0] = ARRAY_SIZE(aspenite_nand_partitions),
|
H A D | ttc_dkb.c | 114 .nr_parts = ARRAY_SIZE(ttc_dkb_onenand_partitions),
|
/linux-4.1.27/arch/arm/mach-omap1/ |
H A D | board-palmte.c | 132 .nr_parts = ARRAY_SIZE(palmte_rom_partitions),
|
H A D | board-palmtt.c | 112 .nr_parts = ARRAY_SIZE(palmtt_partitions),
|
H A D | board-palmz71.c | 130 .nr_parts = ARRAY_SIZE(palmz71_rom_partitions),
|
H A D | board-perseus2.c | 126 .nr_parts = ARRAY_SIZE(nor_partitions),
|
H A D | board-fsample.c | 168 .nr_parts = ARRAY_SIZE(nor_partitions),
|
H A D | board-h2.c | 129 .nr_parts = ARRAY_SIZE(h2_nor_partitions),
|
H A D | board-h3.c | 135 .nr_parts = ARRAY_SIZE(nor_partitions),
|
H A D | board-innovator.c | 103 .nr_parts = ARRAY_SIZE(innovator_partitions),
|
H A D | board-sx1.c | 266 .nr_parts = ARRAY_SIZE(sx1_partitions),
|
H A D | board-osk.c | 103 .nr_parts = ARRAY_SIZE(osk_partitions),
|
/linux-4.1.27/arch/blackfin/mach-bf518/boards/ |
H A D | tcm-bf518.c | 56 .nr_parts = ARRAY_SIZE(tcm_partitions), 133 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions),
|
H A D | ezbrd.c | 59 .nr_parts = ARRAY_SIZE(ezbrd_partitions), 185 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions),
|
/linux-4.1.27/arch/sh/boards/mach-ap325rxa/ |
H A D | setup.c | 109 .nr_parts = ARRAY_SIZE(ap325rxa_nor_flash_partitions), 148 .nr_parts = ARRAY_SIZE(nand_partition_info),
|
/linux-4.1.27/arch/blackfin/mach-bf527/boards/ |
H A D | ad7160eval.c | 137 .nr_parts = ARRAY_SIZE(ad7160eval_partitions), 261 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions),
|
H A D | cm_bf527.c | 350 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions), 502 .nr_parts = ARRAY_SIZE(cm_partitions),
|
H A D | ezbrd.c | 121 .nr_parts = ARRAY_SIZE(ezbrd_partitions), 249 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions),
|
H A D | tll6527m.c | 155 .nr_parts = ARRAY_SIZE(tll6527m_partitions), 309 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions),
|
H A D | ezkit.c | 207 .nr_parts = ARRAY_SIZE(ezkit_partitions), 447 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions),
|
/linux-4.1.27/arch/blackfin/mach-bf538/boards/ |
H A D | ezkit.c | 513 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions), 835 .nr_parts = ARRAY_SIZE(ezkit_partitions),
|
/linux-4.1.27/drivers/mtd/devices/ |
H A D | sst25l.c | 403 data ? data->nr_parts : 0); sst25l_probe()
|
H A D | m25p80.c | 239 data ? data->nr_parts : 0); m25p_probe()
|
H A D | mtd_dataflash.c | 671 pdata ? pdata->nr_parts : 0); add_dataflash_otp()
|
/linux-4.1.27/drivers/spi/ |
H A D | spi-butterfly.c | 186 .nr_parts = ARRAY_SIZE(partitions),
|
/linux-4.1.27/arch/sh/boards/mach-highlander/ |
H A D | setup.c | 223 .nr_parts = ARRAY_SIZE(nor_flash_partitions),
|
/linux-4.1.27/arch/avr32/boards/hammerhead/ |
H A D | flash.c | 80 .nr_parts = ARRAY_SIZE(flash_parts),
|
/linux-4.1.27/arch/arm/mach-realview/ |
H A D | realview_pb1176.c | 224 .nr_parts = 0,
|
/linux-4.1.27/drivers/block/ |
H A D | xen-blkfront.c | 799 int nr_parts; xlvbd_alloc_gendisk() local 815 nr_parts = PARTS_PER_DISK; xlvbd_alloc_gendisk() 818 nr_parts = PARTS_PER_EXT_DISK; xlvbd_alloc_gendisk() 819 offset = minor / nr_parts; xlvbd_alloc_gendisk() 831 if ((minor % nr_parts) == 0) xlvbd_alloc_gendisk() 832 nr_minors = nr_parts; xlvbd_alloc_gendisk() 850 "%d", minor & (nr_parts - 1)); xlvbd_alloc_gendisk()
|
/linux-4.1.27/arch/mips/txx9/generic/ |
H A D | setup.c | 647 if (pdata->nr_parts == 0 && !pdata->parts && txx9_physmap_flash_init() 657 pdata_part.nr_parts = ARRAY_SIZE(parts); txx9_physmap_flash_init()
|
/linux-4.1.27/arch/blackfin/mach-bf548/boards/ |
H A D | cm_bf548.c | 837 .nr_parts = ARRAY_SIZE(para_partitions), 877 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions),
|
H A D | ezkit.c | 1033 .nr_parts = ARRAY_SIZE(ezkit_partitions), 1071 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions),
|
/linux-4.1.27/arch/arm/mach-imx/ |
H A D | mach-armadillo5x0.c | 323 .nr_parts = ARRAY_SIZE(armadillo5x0_nor_flash_partitions),
|
/linux-4.1.27/arch/sh/boards/mach-kfr2r09/ |
H A D | setup.c | 59 .nr_parts = ARRAY_SIZE(kfr2r09_nor_flash_partitions),
|
/linux-4.1.27/arch/sh/boards/mach-migor/ |
H A D | setup.c | 133 .nr_parts = ARRAY_SIZE(migor_nor_flash_partitions),
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
H A D | board-bockw.c | 268 .nr_parts = ARRAY_SIZE(m25p80_spi_flash_partitions),
|
/linux-4.1.27/arch/blackfin/mach-bf609/boards/ |
H A D | ezkit.c | 723 .nr_parts = ARRAY_SIZE(ezkit_partitions), 768 .nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions),
|
/linux-4.1.27/arch/sh/boards/mach-se/7724/ |
H A D | setup.c | 132 .nr_parts = ARRAY_SIZE(nor_flash_partitions),
|
/linux-4.1.27/arch/sh/boards/mach-ecovec24/ |
H A D | setup.c | 126 .nr_parts = ARRAY_SIZE(nor_flash_partitions),
|
/linux-4.1.27/drivers/mmc/card/ |
H A D | block.c | 2270 for (idx = 0; idx < card->nr_parts; idx++) { mmc_blk_alloc_parts()
|