Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/
Dcmdlinepart.c230 struct cmdline_mtd_partition *this_mtd; in mtdpart_setup_real() local
255 (unsigned char**)&this_mtd, /* out: extra mem */ in mtdpart_setup_real()
256 mtd_id_len + 1 + sizeof(*this_mtd) + in mtdpart_setup_real()
270 this_mtd = (struct cmdline_mtd_partition *) in mtdpart_setup_real()
271 ALIGN((unsigned long)this_mtd, sizeof(void *)); in mtdpart_setup_real()
273 this_mtd->parts = parts; in mtdpart_setup_real()
274 this_mtd->num_parts = num_parts; in mtdpart_setup_real()
275 this_mtd->mtd_id = (char*)(this_mtd + 1); in mtdpart_setup_real()
276 strlcpy(this_mtd->mtd_id, mtd_id, mtd_id_len + 1); in mtdpart_setup_real()
279 this_mtd->next = partitions; in mtdpart_setup_real()
[all …]