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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/maps/
H A Dsbc_gxx.c183 static struct mtd_info *all_mtd; variable in typeref:struct:mtd_info
187 if( all_mtd ) {
188 del_mtd_partitions( all_mtd );
189 map_destroy( all_mtd );
220 all_mtd = do_map_probe( "cfi_probe", &sbc_gxx_map );
221 if( !all_mtd ) {
226 all_mtd->owner = THIS_MODULE;
229 add_mtd_partitions(all_mtd, partition_info, NUM_PARTITIONS );

Completed in 82 milliseconds