Searched refs:partitions (Results 1 - 25 of 155) sorted by relevance

1234567

/linux-master/include/linux/mtd/
H A Dsharpsl.h12 #include <linux/mtd/partitions.h>
17 struct mtd_partition *partitions; member in struct:sharpsl_nand_platform_data
H A Dplat-ram.h21 struct mtd_partition *partitions; member in struct:platdata_mtd_ram
H A Dspear_smi.h15 #include <linux/mtd/partitions.h>
22 /* macro to define partitions for flash devices */
37 * partitions: parition details
38 * nr_partitions: number of partitions
46 struct mtd_partition *partitions; member in struct:spear_smi_flash_info
H A Dphysmap.h14 #include <linux/mtd/partitions.h>
H A Dplatnand.h13 #include <linux/mtd/partitions.h>
21 * @nr_partitions: number of partitions pointed to by partitions (or zero)
22 * @partitions: mtd partition list
32 struct mtd_partition *partitions; member in struct:platform_nand_chip
H A Dqinfo.h11 #include <linux/mtd/partitions.h>
17 * @numchips - number of chips including virual RWW partitions
50 * @HWPartsNum - Number of hardware partitions
/linux-master/arch/mips/include/asm/mach-au1x00/
H A Dau1550nd.h9 #include <linux/mtd/partitions.h>
/linux-master/include/linux/platform_data/
H A Dmtd-nand-pxa3xx.h6 #include <linux/mtd/partitions.h>
H A Dmtd-nand-s3c2410.h22 * @nr_partitions: Number of partitions pointed to by @partitions
25 * @partitions: The mtd partition list
39 struct mtd_partition *partitions; member in struct:s3c2410_nand_set
H A Dmtd-nand-omap2.h9 #include <linux/mtd/partitions.h>
/linux-master/arch/mips/cobalt/
H A Dmtd.c9 #include <linux/mtd/partitions.h>
/linux-master/drivers/mtd/maps/
H A Dimpa7.c15 #include <linux/mtd/partitions.h>
47 static const struct mtd_partition partitions[] = variable in typeref:struct:mtd_partition
88 mtd_device_register(impa7_mtd[i], partitions,
89 ARRAY_SIZE(partitions));
H A Dts5500_flash.c19 #include <linux/mtd/partitions.h>
/linux-master/drivers/mtd/parsers/
H A Dofpart_linksys_ns.c8 #include <linux/mtd/partitions.h>
H A Dcmdlinepart.c34 * 1 NOR Flash with 2 partitions, 1 NAND with one
43 #include <linux/mtd/partitions.h>
67 static struct cmdline_mtd_partition *partitions; variable in typeref:struct:cmdline_mtd_partition
162 /* test if more partitions are following */
165 pr_err("no partitions allowed after a fill-up partition\n");
168 /* more partitions follow, parse them */
304 this_mtd->next = partitions;
305 partitions = this_mtd;
330 * information. It returns partitions for the requested mtd device, or
353 for (part = partitions; par
[all...]
H A Dofpart_bcm4908.c11 #include <linux/mtd/partitions.h>
H A Dbrcm_u-boot.c10 #include <linux/mtd/partitions.h>
/linux-master/block/partitions/
H A Dsgi.c3 * fs/partitions/sgi.c
31 } partitions[16]; member in struct:sgi_disklabel
50 p = &label->partitions[0];
69 /* All SGI disk labels have 16 partitions, disks under Linux only
71 * partitions which we don't care about so we never overflow the
H A Dsun.c3 * fs/partitions/sun.c
33 __be16 nparts; /* Number of partitions */
62 } partitions[8]; member in struct:sun_disklabel
75 p = label->partitions;
102 * So that old Linux-Sun partitions continue to work,
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_core.h11 #include <linux/mtd/partitions.h>
53 struct mtd_partition partitions[2]; member in struct:mgb4_dev
H A Dmgb4_core.c219 mgbdev->partitions[0].name = mgbdev->fw_part_name;
221 mgbdev->partitions[0].size = 0x950000;
222 mgbdev->partitions[0].offset = 0x1000000;
224 mgbdev->partitions[0].size = 0x400000;
225 mgbdev->partitions[0].offset = 0x400000;
227 mgbdev->partitions[0].mask_flags = 0;
231 mgbdev->partitions[1].name = mgbdev->data_part_name;
232 mgbdev->partitions[1].size = 0x10000;
233 mgbdev->partitions[1].offset = 0xFF0000;
234 mgbdev->partitions[
[all...]
/linux-master/drivers/misc/
H A Dsram.h32 u32 partitions; member in struct:sram_dev
/linux-master/arch/mips/loongson32/ls1b/
H A Dboard.c7 #include <linux/mtd/partitions.h>
/linux-master/arch/sh/boards/mach-rsk/
H A Dsetup.c13 #include <linux/mtd/partitions.h>
/linux-master/arch/m68k/coldfire/
H A Dfirebee.c17 #include <linux/mtd/partitions.h>

Completed in 175 milliseconds

1234567