Searched refs:partitions (Results 26 - 50 of 333) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dixp4xx.c28 #include <linux/mtd/partitions.h>
148 struct mtd_partition *partitions; member in struct:ixp4xx_flash_info
171 kfree(info->partitions);
256 nr_parts = parse_mtd_partitions(info->mtd, probes, &info->partitions,
262 info->partitions = plat->parts;
273 err = add_mtd_partitions(info->mtd, info->partitions, nr_parts);
276 printk(KERN_ERR "Could not parse partitions\n");
H A Dixp2000.c30 #include <linux/mtd/partitions.h>
41 struct mtd_partition *partitions; member in struct:ixp2000_flash_info
128 kfree(info->partitions);
228 err = parse_mtd_partitions(info->mtd, probes, &info->partitions, 0);
230 err = add_mtd_partitions(info->mtd, info->partitions, err);
232 dev_err(&dev->dev, "Could not parse partitions\n");
H A Dmbx860.c20 #include <linux/mtd/partitions.h>
34 /* partition_info gives details on the logical partitions that the split the
H A Dts5500_flash.c32 #include <linux/mtd/partitions.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dsocrates_nand.c17 #include <linux/mtd/partitions.h>
174 struct mtd_partition *partitions = NULL; local
237 &partitions, 0);
248 &partitions);
255 if (partitions && (num_partitions > 0))
256 res = add_mtd_partitions(mtd, partitions, num_partitions);
H A Dplat_nand.c18 #include <linux/mtd/partitions.h>
116 if (pdata->chip.partitions) {
117 data->parts = pdata->chip.partitions;
153 if (data->parts && data->parts != pdata->chip.partitions)
H A Datmel_nand.c31 #include <linux/mtd/partitions.h>
376 struct mtd_partition *partitions = NULL; local
521 &partitions, 0);
524 partitions = host->board->partition_info(mtd->size,
527 if ((!partitions) || (num_partitions == 0)) {
528 printk(KERN_ERR "atmel_nand: No partitions defined, or unsupported device.\n");
533 res = add_mtd_partitions(mtd, partitions, num_partitions);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk_sgi.c75 } partitions[16]; member in struct:__anon19978
132 static freeblocks freelist[17]; /* 16 partitions can produce 17 vacant slots */
251 partitions = 16;
259 return SGI_SSWAP32(sgilabel->partitions[i].start_sector);
265 return SGI_SSWAP32(sgilabel->partitions[i].num_sectors);
271 return SGI_SSWAP32(sgilabel->partitions[i].id);
317 printf("----- partitions -----\n"
320 for (i = 0; i < partitions; i++) {
324 kpi++; /* only count nonempty partitions */
484 int Index[16]; /* list of valid partitions */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dcmdlinepart.c36 * 1 NOR Flash with 2 partitions, 1 NAND with one
44 #include <linux/mtd/partitions.h>
66 static struct cmdline_mtd_partition *partitions; variable in typeref:struct:cmdline_mtd_partition
164 /* test if more partitions are following */
169 printk(KERN_ERR ERRP "no partitions allowed after a fill-up partition\n");
172 /* more partitions follow, parse them */
285 this_mtd->next = partitions;
286 partitions = this_mtd;
311 * information. It returns partitions for the requested mtd device, or
327 for(part = partitions; par
[all...]
H A Dofpart.c2 * Flash partitions described by the OF (or flattened) device tree
21 #include <linux/mtd/partitions.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dsun.c2 * fs/partitions/sun.c
25 __be16 nparts; /* Number of partitions */
54 } partitions[8]; member in struct:sun_disklabel
68 p = label->partitions;
95 * So that old Linux-Sun partitions continue to work,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/
H A Dvmstat.c305 struct partition_stat *partitions, *current_partition=NULL; local
316 ndisks=getdiskstat(&disks,&partitions);
319 if(!strcmp(partition_name, partitions[k].partition_name)){
320 current_partition=&(partitions[k]);
331 free(partitions);
335 ndisks=getdiskstat(&disks,&partitions);
339 if(!strcmp(partition_name, partitions[k].partition_name)){
340 current_partition=&(partitions[k]);
350 free(partitions);
370 struct partition_stat *partitions; local
481 struct partition_stat *partitions; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/unit-asb2303/
H A Dflash.c13 #include <linux/mtd/partitions.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_butterfly.c31 #include <linux/mtd/partitions.h>
165 static struct mtd_partition partitions[] = { { variable in typeref:struct:mtd_partition
166 /* JFFS2 wants partitions of 4*N blocks for this device,
167 * so sectors 0 and 1 can't be partitions by themselves.
188 .parts = partitions,
189 .nr_parts = ARRAY_SIZE(partitions),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/cavium-octeon/
H A Dflash_setup.c13 #include <linux/mtd/partitions.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dqinfo.h10 #include <linux/mtd/partitions.h>
16 * @numchips - number of chips including virual RWW partitions
49 * @HWPartsNum - Number of hardware partitions
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mb93090-mb00/
H A Dflash.c14 #include <linux/mtd/partitions.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/atngw100/
H A Dflash.c13 #include <linux/mtd/partitions.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/atstk1000/
H A Dflash.c13 #include <linux/mtd/partitions.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/favr-32/
H A Dflash.c13 #include <linux/mtd/partitions.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-kirkwood/
H A Ddb88f6281-bp-setup.c14 #include <linux/mtd/partitions.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2410/
H A Dnor-simtec.c23 #include <linux/mtd/partitions.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2440/
H A Dmach-anubis.c49 #include <linux/mtd/partitions.h>
201 .partitions = anubis_default_nand_part,
208 .partitions = anubis_default_nand_part,
215 .partitions = anubis_default_nand_part,
478 anubis_nand_sets[0].partitions = anubis_default_nand_part_large;
H A Dmach-osiris.c50 #include <linux/mtd/partitions.h>
214 .partitions = osiris_default_nand_part,
221 .partitions = osiris_default_nand_part,
229 .partitions = osiris_default_nand_part,
426 osiris_nand_sets[0].partitions = osiris_default_nand_part_large;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dcommon-smdk.c28 #include <linux/mtd/partitions.h>
159 .partitions = smdk_default_nand_part,

Completed in 241 milliseconds

1234567891011>>