Searched refs:partition_info (Results 1 – 4 of 4) sorted by relevance
48 static struct mtd_partition partition_info[] = { variable70 #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()
42 static const struct mtd_partition partition_info[] = { variable64 #define NUM_PARTITIONS ARRAY_SIZE(partition_info)106 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_netsc520()
78 static const struct mtd_partition partition_info[] = { variable214 mtd_device_register(all_mtd, partition_info, NUM_PARTITIONS); in init_sbc_gxx()
626 struct partition_info __iomem *pi) in set_fw_info_part()