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

/linux-4.4.14/drivers/mtd/maps/
H A Dsolutionengine.c20 static struct mtd_info *eprom_mtd; variable in typeref:struct:mtd_info
67 eprom_mtd = do_map_probe("map_rom", &soleng_eprom_map); init_soleng_maps()
68 if (eprom_mtd) { init_soleng_maps()
69 eprom_mtd->owner = THIS_MODULE; init_soleng_maps()
70 mtd_device_register(eprom_mtd, NULL, 0); init_soleng_maps()
80 if (eprom_mtd) { cleanup_soleng_maps()
81 mtd_device_unregister(eprom_mtd); cleanup_soleng_maps()
82 map_destroy(eprom_mtd); cleanup_soleng_maps()

Completed in 88 milliseconds