Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/parsers/
H A Dcmdlinepart.c226 struct cmdline_mtd_partition *this_mtd; in mtdpart_setup_real() local
280 (unsigned char**)&this_mtd, /* out: extra mem */ in mtdpart_setup_real()
281 mtd_id_len + 1 + sizeof(*this_mtd) + in mtdpart_setup_real()
295 this_mtd = (struct cmdline_mtd_partition *) in mtdpart_setup_real()
296 ALIGN((unsigned long)this_mtd, sizeof(void *)); in mtdpart_setup_real()
298 this_mtd->parts = parts; in mtdpart_setup_real()
299 this_mtd->num_parts = num_parts; in mtdpart_setup_real()
300 this_mtd->mtd_id = (char*)(this_mtd + 1); in mtdpart_setup_real()
304 this_mtd->next = partitions; in mtdpart_setup_real()
305 partitions = this_mtd; in mtdpart_setup_real()
[all …]