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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 del_mtd_device(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 58 milliseconds