Searched defs:vmax_mtd (Results 1 - 1 of 1) sorted by relevance

/drivers/mtd/maps/
H A Dvmax301.c133 static struct mtd_info *vmax_mtd[2] = {NULL, NULL}; variable in typeref:struct:mtd_info
140 if (vmax_mtd[i]) {
141 mtd_device_unregister(vmax_mtd[i]);
142 map_destroy(vmax_mtd[i]);
170 vmax_mtd[i] = do_map_probe("cfi_probe", &vmax_map[i]);
171 if (!vmax_mtd[i])
172 vmax_mtd[i] = do_map_probe("jedec", &vmax_map[i]);
173 if (!vmax_mtd[i])
174 vmax_mtd[i] = do_map_probe("map_ram", &vmax_map[i]);
175 if (!vmax_mtd[
[all...]

Completed in 30 milliseconds