Searched refs:partition_info (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/mtd/maps/ |
D | scx200_docflash.c | 47 static struct mtd_partition partition_info[] = { variable 69 #define NUM_PARTITIONS ARRAY_SIZE(partition_info) 198 partition_info[3].offset = mymtd->size-partition_info[3].size; in init_scx200_docflash() 199 partition_info[2].size = partition_info[3].offset-partition_info[2].offset; in init_scx200_docflash() 200 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_scx200_docflash()
|
D | netsc520.c | 55 static const struct mtd_partition partition_info[] = { variable 77 #define NUM_PARTITIONS ARRAY_SIZE(partition_info) 119 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_netsc520()
|
D | sbc_gxx.c | 90 static const struct mtd_partition partition_info[] = { variable 226 mtd_device_register(all_mtd, partition_info, NUM_PARTITIONS); in init_sbc_gxx()
|
/Linux-v4.19/block/partitions/ |
D | atari.h | 17 struct partition_info struct 28 struct partition_info icdpart[8]; /* info for ICD-partitions 5..12 */ argument 31 struct partition_info part[4];
|
D | atari.c | 38 struct partition_info *pi; in atari_partition()
|
/Linux-v4.19/include/linux/ |
D | switchtec.h | 146 struct partition_info { struct 151 struct partition_info cfg1; 152 struct partition_info img0; 153 struct partition_info img1; 154 struct partition_info nvlog; 155 struct partition_info vendor[8];
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | cmx270_nand.c | 43 static const struct mtd_partition partition_info[] = { variable 50 #define NUM_PARTITIONS (ARRAY_SIZE(partition_info)) 203 ret = mtd_device_register(cmx270_nand_mtd, partition_info, in cmx270_init()
|
D | ams-delta.c | 45 static const struct mtd_partition partition_info[] = { variable 243 mtd_device_register(ams_delta_mtd, partition_info, in ams_delta_init() 244 ARRAY_SIZE(partition_info)); in ams_delta_init()
|
/Linux-v4.19/Documentation/driver-api/ |
D | mtdnand.rst | 139 static struct mtd_partition partition_info[] = { 254 add_mtd_partitions(board_mtd, partition_info, NUM_PARTITIONS);
|
/Linux-v4.19/drivers/pci/switch/ |
D | switchtec.c | 545 struct partition_info __iomem *pi) in set_fw_info_part()
|