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

/drivers/mtd/maps/
H A Ddc21285.c24 static struct mtd_info *dc21285_mtd; variable in typeref:struct:mtd_info
187 dc21285_mtd = do_map_probe("cfi_probe", &dc21285_map);
189 dc21285_mtd = do_map_probe("jedec_probe", &dc21285_map);
192 if (!dc21285_mtd) {
197 dc21285_mtd->owner = THIS_MODULE;
199 mtd_device_parse_register(dc21285_mtd, probes, NULL, NULL, 0);
221 mtd_device_unregister(dc21285_mtd);
222 map_destroy(dc21285_mtd);

Completed in 31 milliseconds