Home
last modified time | relevance | path

Searched refs:NUM_PARTITIONS (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/mtd/maps/
Dts5500_flash.c51 #define NUM_PARTITIONS ARRAY_SIZE(ts5500_partitions) macro
79 mtd_device_register(mymtd, ts5500_partitions, NUM_PARTITIONS); in init_ts5500_map()
Dnetsc520.c64 #define NUM_PARTITIONS ARRAY_SIZE(partition_info) macro
106 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_netsc520()
Duclinux.c50 #define NUM_PARTITIONS ARRAY_SIZE(uclinux_romfs) macro
112 mtd_device_register(mtd, uclinux_romfs, NUM_PARTITIONS); in uclinux_mtd_init()
Dsbc_gxx.c89 #define NUM_PARTITIONS 3 macro
214 mtd_device_register(all_mtd, partition_info, NUM_PARTITIONS); in init_sbc_gxx()
Dscx200_docflash.c70 #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/
Dlart.c603 #define NUM_PARTITIONS ARRAY_SIZE(lart_partitions) macro
/linux-5.19.10/Documentation/driver-api/
Dmtdnand.rst138 #define NUM_PARTITIONS 2
254 add_mtd_partitions(board_mtd, partition_info, NUM_PARTITIONS);