Searched refs:all_mtd (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 Dsbc_gxx.c180 static struct mtd_info *all_mtd; variable in typeref:struct:mtd_info
184 if( all_mtd ) {
185 del_mtd_partitions( all_mtd );
186 map_destroy( all_mtd );
217 all_mtd = do_map_probe( "cfi_probe", &sbc_gxx_map );
218 if( !all_mtd ) {
223 all_mtd->owner = THIS_MODULE;
226 add_mtd_partitions(all_mtd, partition_info, NUM_PARTITIONS );

Completed in 161 milliseconds