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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/maps/
H A Dlasat.c24 static struct mtd_info *lasat_mtd; variable in typeref:struct:mtd_info
61 lasat_mtd = do_map_probe("cfi_probe", &lasat_map);
63 if (!lasat_mtd)
64 lasat_mtd = do_map_probe("jedec_probe", &lasat_map);
66 if (lasat_mtd) {
69 lasat_mtd->owner = THIS_MODULE;
78 add_mtd_partitions( lasat_mtd, partition_info, LASAT_MTD_LAST );
88 if (lasat_mtd) {
89 del_mtd_partitions(lasat_mtd);
90 map_destroy(lasat_mtd);
[all...]

Completed in 60 milliseconds