Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/parsers/
Dcmdlinepart.c218 struct cmdline_mtd_partition *this_mtd; in mtdpart_setup_real() local
243 (unsigned char**)&this_mtd, /* out: extra mem */ in mtdpart_setup_real()
244 mtd_id_len + 1 + sizeof(*this_mtd) + in mtdpart_setup_real()
258 this_mtd = (struct cmdline_mtd_partition *) in mtdpart_setup_real()
259 ALIGN((unsigned long)this_mtd, sizeof(void *)); in mtdpart_setup_real()
261 this_mtd->parts = parts; in mtdpart_setup_real()
262 this_mtd->num_parts = num_parts; in mtdpart_setup_real()
263 this_mtd->mtd_id = (char*)(this_mtd + 1); in mtdpart_setup_real()
264 strlcpy(this_mtd->mtd_id, mtd_id, mtd_id_len + 1); in mtdpart_setup_real()
267 this_mtd->next = partitions; in mtdpart_setup_real()
[all …]