Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mtd/maps/
A Dsolutionengine.c19 static struct mtd_info *flash_mtd; variable
47 flash_mtd = do_map_probe("cfi_probe", &soleng_flash_map); in init_soleng_maps()
48 if (!flash_mtd) { in init_soleng_maps()
55 flash_mtd = do_map_probe("cfi_probe", &soleng_flash_map); in init_soleng_maps()
56 if (!flash_mtd) { in init_soleng_maps()
65 flash_mtd->owner = THIS_MODULE; in init_soleng_maps()
73 mtd_device_parse_register(flash_mtd, probes, NULL, NULL, 0); in init_soleng_maps()
85 mtd_device_unregister(flash_mtd); in cleanup_soleng_maps()
86 map_destroy(flash_mtd); in cleanup_soleng_maps()

Completed in 2 milliseconds