all_mtd           168 drivers/mtd/maps/sbc_gxx.c static struct mtd_info *all_mtd;
all_mtd           172 drivers/mtd/maps/sbc_gxx.c 	if( all_mtd ) {
all_mtd           173 drivers/mtd/maps/sbc_gxx.c 		mtd_device_unregister(all_mtd);
all_mtd           174 drivers/mtd/maps/sbc_gxx.c 		map_destroy( all_mtd );
all_mtd           205 drivers/mtd/maps/sbc_gxx.c 	all_mtd = do_map_probe( "cfi_probe", &sbc_gxx_map );
all_mtd           206 drivers/mtd/maps/sbc_gxx.c 	if( !all_mtd ) {
all_mtd           211 drivers/mtd/maps/sbc_gxx.c 	all_mtd->owner = THIS_MODULE;
all_mtd           214 drivers/mtd/maps/sbc_gxx.c 	mtd_device_register(all_mtd, partition_info, NUM_PARTITIONS);