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

/linux-master/drivers/mtd/maps/
H A Dsbc_gxx.c168 static struct mtd_info *all_mtd; variable in typeref:struct:mtd_info
172 if( all_mtd ) {
173 mtd_device_unregister(all_mtd);
174 map_destroy( all_mtd );
205 all_mtd = do_map_probe( "cfi_probe", &sbc_gxx_map );
206 if( !all_mtd ) {
211 all_mtd->owner = THIS_MODULE;
214 mtd_device_register(all_mtd, partition_info, NUM_PARTITIONS);

Completed in 195 milliseconds