Home
last modified time | relevance | path

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

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