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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Ddmv182.c94 static struct mtd_info *this_mtd; variable in typeref:struct:mtd_info
112 this_mtd = do_map_probe("cfi_probe", &svme182_map);
113 if (!this_mtd)
120 this_mtd->size >> 20, FLASH_BASE_ADDR);
122 this_mtd->owner = THIS_MODULE;
123 add_mtd_partitions(this_mtd, partitions, num_parts);
130 if (this_mtd)
132 del_mtd_partitions(this_mtd);
133 map_destroy(this_mtd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dcmdlinepart.c235 struct cmdline_mtd_partition *this_mtd; local
260 (unsigned char**)&this_mtd, /* out: extra mem */
261 mtd_id_len + 1 + sizeof(*this_mtd) +
275 /* align this_mtd */
276 this_mtd = (struct cmdline_mtd_partition *)
277 ALIGN((unsigned long)this_mtd, sizeof(void*));
279 this_mtd->parts = parts;
280 this_mtd->num_parts = num_parts;
281 this_mtd->mtd_id = (char*)(this_mtd
[all...]

Completed in 66 milliseconds