Home
last modified time | relevance | path

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

/linux/drivers/mtd/parsers/
H A Dcmdlinepart.c218 struct cmdline_mtd_partition *this_mtd; in mtdpart_setup_real() local
272 (unsigned char**)&this_mtd, /* out: extra mem */ in mtdpart_setup_real()
273 mtd_id_len + 1 + sizeof(*this_mtd) + in mtdpart_setup_real()
287 this_mtd = (struct cmdline_mtd_partition *) in mtdpart_setup_real()
288 ALIGN((unsigned long)this_mtd, sizeof(void *)); in mtdpart_setup_real()
290 this_mtd->parts = parts; in mtdpart_setup_real()
291 this_mtd->num_parts = num_parts; in mtdpart_setup_real()
292 this_mtd->mtd_id = (char*)(this_mtd + 1); in mtdpart_setup_real()
293 strscpy(this_mtd->mtd_id, mtd_id, mtd_id_len + 1); in mtdpart_setup_real()
296 this_mtd->next = partitions; in mtdpart_setup_real()
[all …]