Home
last modified time | relevance | path

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

/drivers/mtd/maps/
Dimpa7.c50 static struct mtd_partition partitions[] = variable
92 partitions, in init_impa7()
93 ARRAY_SIZE(partitions)); in init_impa7()
Dvmu-flash.c41 u32 partitions; member
569 if (++card->partition < card->partitions) { in vmu_queryblocks()
620 card->partitions = (basic_flash_data >> 24 & 0xFF) + 1; in vmu_connect()
632 card->parts = kmalloc(sizeof(struct vmupart) * card->partitions, in vmu_connect()
639 card->mtd = kmalloc(sizeof(struct mtd_info) * card->partitions, in vmu_connect()
701 for (x = 0; x < card->partitions; x++) { in vmu_disconnect()
722 for (x = 0; x < card->partitions; x++) { in vmu_can_unload()
Dplat-ram.c222 pdata->partitions, in platram_probe()
DKconfig132 System's TS-5500 board. The 2MB flash is split into 3 partitions
149 By default the flash is split into 3 partitions which are accessed
/drivers/mtd/
Dcmdlinepart.c81 static struct cmdline_mtd_partition *partitions; variable
279 this_mtd->next = partitions; in mtdpart_setup_real()
280 partitions = this_mtd; in mtdpart_setup_real()
328 for (part = partitions; part; part = part->next) { in parse_cmdline_partitions()
Dmtdswap.c182 static char partitions[128] = ""; variable
183 module_param_string(partitions, partitions, sizeof(partitions), 0444);
184 MODULE_PARM_DESC(partitions, "MTD partition numbers to use as swap "
1423 parts = &partitions[0]; in mtdswap_add_mtd()
DKconfig36 MTD 'partitions' corresponding to each image in the table, enable
108 Same flash, but 2 named partitions, the first one being read-only:
122 register MTD 'partitions' corresponding to each image detected,
155 This provides partitions parser for devices based on BCM47xx
/drivers/spi/
Dspi-butterfly.c166 static struct mtd_partition partitions[] = { { variable
189 .parts = partitions,
190 .nr_parts = ARRAY_SIZE(partitions),
/drivers/mtd/nand/
Dnuc900_nand.c65 static const struct mtd_partition partitions[] = { variable
280 mtd_device_register(&(nuc900_nand->mtd), partitions, in nuc900_nand_probe()
281 ARRAY_SIZE(partitions)); in nuc900_nand_probe()
Dnandsim.c303 struct mtd_partition partitions[CONFIG_NANDSIM_MAX_PARTS]; member
727 if (parts_num > ARRAY_SIZE(ns->partitions)) { in init_nandsim()
742 ns->partitions[i].name = get_partition_name(i); in init_nandsim()
743 ns->partitions[i].offset = next_offset; in init_nandsim()
744 ns->partitions[i].size = part_sz; in init_nandsim()
745 next_offset += ns->partitions[i].size; in init_nandsim()
746 remains -= ns->partitions[i].size; in init_nandsim()
750 if (parts_num + 1 > ARRAY_SIZE(ns->partitions)) { in init_nandsim()
755 ns->partitions[i].name = get_partition_name(i); in init_nandsim()
756 ns->partitions[i].offset = next_offset; in init_nandsim()
[all …]
Dfsmc_nand.c304 struct mtd_partition *partitions; member
1000 host->partitions = pdata->partitions; in fsmc_nand_probe()
1148 host->partitions, host->nr_partitions); in fsmc_nand_probe()
Dplat_nand.c102 pdata->chip.partitions, in plat_nand_probe()
Dsharpsl.c184 data->partitions, data->nr_partitions); in sharpsl_nand_probe()
Djz4740_nand.c503 pdata->ident_callback(pdev, chip, &pdata->partitions, in jz_nand_probe()
514 pdata ? pdata->partitions : NULL, in jz_nand_probe()
Dbf5xx_nand.c663 struct mtd_partition *parts = info->platform->partitions; in bf5xx_nand_add_partition()
Ds3c2410.c768 set->partitions, set->nr_partitions); in s3c2410_nand_add_partition()
/drivers/staging/unisys/Documentation/
Doverview.txt8 partitions. s-Par provides a set of para-virtualized device drivers to
9 allow guest partitions on the same server to share devices that would
54 more IO service partitions to perform device IO on behalf of the
78 partitions is defined by the s-Par configuration and enforced by the
Dproc-entries.txt93 installation and at runtime for s-Par service partitions.
/drivers/virt/
DKconfig23 1) An ioctl interface for querying and managing partitions.
/drivers/md/
DKconfig17 This driver lets you combine several hard disk partitions into one
22 the partitions is done by the kernel. "Hardware RAID" means that the
53 partitions by simply appending one to the other.
66 partitions into one logical device in such a fashion as to fill them
68 the throughput rate if the partitions reside on distinct disks.
/drivers/tty/hvc/
DKconfig114 from Linux partitions to be accessed through TTY device
/drivers/mtd/devices/
Dspear_smi.c878 if (flash_info->partitions) { in spear_smi_setup_banks()
879 parts = flash_info->partitions; in spear_smi_setup_banks()
/drivers/mtd/ubi/
DKconfig51 MTD partitions of the same size, UBI will reserve 40 eraseblocks when
/drivers/block/
DKconfig170 as many as 15 partitions.
217 drive partitions, CD-ROM drives or floppy drives. The loop devices
/drivers/scsi/device_handler/
Dscsi_dh_rdac.c180 u8 partitions[239]; /* Total allocation length should be 0xFF */ member