Searched refs:lowlvl_parts (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Ddilnetpc.c303 static struct mtd_info *lowlvl_parts[NUM_PARTITIONS]; variable in typeref:struct:mtd_info
440 ** Supply pointers to lowlvl_parts[] array to add_mtd_partitions()
443 ** objects it creates into our lowlvl_parts[] array.
448 partition_info[0].mtdp = &lowlvl_parts[0];
449 partition_info[1].mtdp = &lowlvl_parts[2];
450 partition_info[2].mtdp = &lowlvl_parts[1];
451 partition_info[3].mtdp = &lowlvl_parts[3];
457 ** (in the sequence given by the lowlvl_parts[] array.
459 merged_mtd = mtd_concat_create(lowlvl_parts, NUM_PARTITIONS, "(A)DNP Flash Concatenated");

Completed in 107 milliseconds