/drivers/mtd/maps/ |
D | impa7.c | 50 static struct mtd_partition partitions[] = variable 92 partitions, in init_impa7() 93 ARRAY_SIZE(partitions)); in init_impa7()
|
D | vmu-flash.c | 41 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()
|
D | plat-ram.c | 222 pdata->partitions, in platram_probe()
|
D | Kconfig | 132 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/ |
D | cmdlinepart.c | 81 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()
|
D | mtdswap.c | 182 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()
|
D | Kconfig | 36 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/ |
D | spi-butterfly.c | 166 static struct mtd_partition partitions[] = { { variable 189 .parts = partitions, 190 .nr_parts = ARRAY_SIZE(partitions),
|
/drivers/mtd/nand/ |
D | nuc900_nand.c | 65 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()
|
D | nandsim.c | 303 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 …]
|
D | fsmc_nand.c | 304 struct mtd_partition *partitions; member 1000 host->partitions = pdata->partitions; in fsmc_nand_probe() 1148 host->partitions, host->nr_partitions); in fsmc_nand_probe()
|
D | plat_nand.c | 102 pdata->chip.partitions, in plat_nand_probe()
|
D | sharpsl.c | 184 data->partitions, data->nr_partitions); in sharpsl_nand_probe()
|
D | jz4740_nand.c | 503 pdata->ident_callback(pdev, chip, &pdata->partitions, in jz_nand_probe() 514 pdata ? pdata->partitions : NULL, in jz_nand_probe()
|
D | bf5xx_nand.c | 663 struct mtd_partition *parts = info->platform->partitions; in bf5xx_nand_add_partition()
|
D | s3c2410.c | 768 set->partitions, set->nr_partitions); in s3c2410_nand_add_partition()
|
/drivers/staging/unisys/Documentation/ |
D | overview.txt | 8 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
|
D | proc-entries.txt | 93 installation and at runtime for s-Par service partitions.
|
/drivers/virt/ |
D | Kconfig | 23 1) An ioctl interface for querying and managing partitions.
|
/drivers/md/ |
D | Kconfig | 17 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/ |
D | Kconfig | 114 from Linux partitions to be accessed through TTY device
|
/drivers/mtd/devices/ |
D | spear_smi.c | 878 if (flash_info->partitions) { in spear_smi_setup_banks() 879 parts = flash_info->partitions; in spear_smi_setup_banks()
|
/drivers/mtd/ubi/ |
D | Kconfig | 51 MTD partitions of the same size, UBI will reserve 40 eraseblocks when
|
/drivers/block/ |
D | Kconfig | 170 as many as 15 partitions. 217 drive partitions, CD-ROM drives or floppy drives. The loop devices
|
/drivers/scsi/device_handler/ |
D | scsi_dh_rdac.c | 180 u8 partitions[239]; /* Total allocation length should be 0xFF */ member
|