Home
last modified time | relevance | path

Searched refs:partition_info (Results 1 – 4 of 4) sorted by relevance

/drivers/mtd/maps/
Dscx200_docflash.c48 static struct mtd_partition partition_info[] = { variable
70 #define NUM_PARTITIONS ARRAY_SIZE(partition_info)
199 partition_info[3].offset = mymtd->size-partition_info[3].size; in init_scx200_docflash()
200 partition_info[2].size = partition_info[3].offset-partition_info[2].offset; in init_scx200_docflash()
201 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_scx200_docflash()
Dnetsc520.c42 static const struct mtd_partition partition_info[] = { variable
64 #define NUM_PARTITIONS ARRAY_SIZE(partition_info)
106 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_netsc520()
Dsbc_gxx.c78 static const struct mtd_partition partition_info[] = { variable
214 mtd_device_register(all_mtd, partition_info, NUM_PARTITIONS); in init_sbc_gxx()
/drivers/pci/switch/
Dswitchtec.c626 struct partition_info __iomem *pi) in set_fw_info_part()