Home
last modified time | relevance | path

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

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