Searched refs:partition_info (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/mtd/maps/ |
D | scx200_docflash.c | 48 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()
|
D | netsc520.c | 42 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()
|
D | sbc_gxx.c | 78 static const struct mtd_partition partition_info[] = { variable 214 mtd_device_register(all_mtd, partition_info, NUM_PARTITIONS); in init_sbc_gxx()
|
/Linux-v5.4/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-v5.4/include/linux/ |
D | switchtec.h | 142 struct partition_info { struct 147 struct partition_info cfg1; 148 struct partition_info img0; 149 struct partition_info img1; 150 struct partition_info nvlog; 151 struct partition_info vendor[8];
|
/Linux-v5.4/drivers/mtd/nand/raw/ |
D | cmx270_nand.c | 39 static const struct mtd_partition partition_info[] = { variable 46 #define NUM_PARTITIONS (ARRAY_SIZE(partition_info)) 195 ret = mtd_device_register(cmx270_nand_mtd, partition_info, in cmx270_init()
|
D | ams-delta.c | 48 static const struct mtd_partition partition_info[] = { variable 318 err = mtd_device_register(mtd, partition_info, in ams_delta_init() 319 ARRAY_SIZE(partition_info)); in ams_delta_init()
|
/Linux-v5.4/Documentation/driver-api/ |
D | mtdnand.rst | 139 static struct mtd_partition partition_info[] = { 254 add_mtd_partitions(board_mtd, partition_info, NUM_PARTITIONS);
|
/Linux-v5.4/drivers/pci/switch/ |
D | switchtec.c | 581 struct partition_info __iomem *pi) in set_fw_info_part()
|