Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/mtd/maps/
Dsbc_gxx.c180 static struct mtd_info *all_mtd; variable
184 if( all_mtd ) { in cleanup_sbc_gxx()
185 del_mtd_partitions( all_mtd ); in cleanup_sbc_gxx()
186 map_destroy( all_mtd ); in cleanup_sbc_gxx()
217 all_mtd = do_map_probe( "cfi_probe", &sbc_gxx_map ); in init_sbc_gxx()
218 if( !all_mtd ) { in init_sbc_gxx()
223 all_mtd->owner = THIS_MODULE; in init_sbc_gxx()
226 add_mtd_partitions(all_mtd, partition_info, NUM_PARTITIONS ); in init_sbc_gxx()