Searched refs:NUM_PARTITIONS (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/mtd/maps/ |
D | ts5500_flash.c | 51 #define NUM_PARTITIONS ARRAY_SIZE(ts5500_partitions) macro 79 mtd_device_register(mymtd, ts5500_partitions, NUM_PARTITIONS); in init_ts5500_map()
|
D | netsc520.c | 64 #define NUM_PARTITIONS ARRAY_SIZE(partition_info) macro 106 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_netsc520()
|
D | uclinux.c | 50 #define NUM_PARTITIONS ARRAY_SIZE(uclinux_romfs) macro 112 mtd_device_register(mtd, uclinux_romfs, NUM_PARTITIONS); in uclinux_mtd_init()
|
D | sbc_gxx.c | 89 #define NUM_PARTITIONS 3 macro 214 mtd_device_register(all_mtd, partition_info, NUM_PARTITIONS); in init_sbc_gxx()
|
D | scx200_docflash.c | 70 #define NUM_PARTITIONS ARRAY_SIZE(partition_info) macro 201 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_scx200_docflash()
|
/linux-5.19.10/drivers/mtd/devices/ |
D | lart.c | 603 #define NUM_PARTITIONS ARRAY_SIZE(lart_partitions) macro
|
/linux-5.19.10/Documentation/driver-api/ |
D | mtdnand.rst | 138 #define NUM_PARTITIONS 2 254 add_mtd_partitions(board_mtd, partition_info, NUM_PARTITIONS);
|