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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/maps/
H A Ddmv182.c96 static struct mtd_info *this_mtd; variable in typeref:struct:mtd_info
114 this_mtd = do_map_probe("cfi_probe", &svme182_map);
115 if (!this_mtd)
122 this_mtd->size >> 20, FLASH_BASE_ADDR);
124 this_mtd->owner = THIS_MODULE;
125 add_mtd_partitions(this_mtd, partitions, num_parts);
132 if (this_mtd)
134 del_mtd_partitions(this_mtd);
135 map_destroy(this_mtd);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/
H A Dcmdlinepart.c212 struct cmdline_mtd_partition *this_mtd; local
237 (unsigned char**)&this_mtd, /* out: extra mem */
238 mtd_id_len + 1 + sizeof(*this_mtd) +
252 /* align this_mtd */
253 this_mtd = (struct cmdline_mtd_partition *)
254 ALIGN((unsigned long)this_mtd, sizeof(void*));
256 this_mtd->parts = parts;
257 this_mtd->num_parts = num_parts;
258 this_mtd->mtd_id = (char*)(this_mtd
[all...]

Completed in 37 milliseconds