Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/parsers/
H A Dcmdlinepart.c61 char *mtd_id; member
229 char *p, *mtd_id, *semicol, *open_parenth; in mtdpart_setup_real() local
247 mtd_id = s; in mtdpart_setup_real()
268 mtd_id_len = p - mtd_id; in mtdpart_setup_real()
300 this_mtd->mtd_id = (char*)(this_mtd + 1); in mtdpart_setup_real()
301 strlcpy(this_mtd->mtd_id, mtd_id, mtd_id_len + 1); in mtdpart_setup_real()
308 this_mtd->mtd_id, this_mtd->num_parts)); in mtdpart_setup_real()
331 * the first one in the chain if a NULL mtd_id is passed in.
340 const char *mtd_id in parse_cmdline_partitions() local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/parsers/
H A Dcmdlinepart.c61 char *mtd_id; member
229 char *p, *mtd_id, *semicol, *open_parenth; in mtdpart_setup_real() local
247 mtd_id = s; in mtdpart_setup_real()
268 mtd_id_len = p - mtd_id; in mtdpart_setup_real()
300 this_mtd->mtd_id = (char*)(this_mtd + 1); in mtdpart_setup_real()
301 strscpy(this_mtd->mtd_id, mtd_id, mtd_id_len + 1); in mtdpart_setup_real()
308 this_mtd->mtd_id, this_mtd->num_parts)); in mtdpart_setup_real()
331 * the first one in the chain if a NULL mtd_id is passed in.
340 const char *mtd_id in parse_cmdline_partitions() local
[all...]

Completed in 1 milliseconds