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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dcmdlinepart.c60 char *mtd_id; member in struct:cmdline_mtd_partition
239 char *p, *mtd_id; local
241 mtd_id = s;
248 mtd_id_len = p - mtd_id;
281 this_mtd->mtd_id = (char*)(this_mtd + 1);
282 strlcpy(this_mtd->mtd_id, mtd_id, mtd_id_len + 1);
289 this_mtd->mtd_id, this_mtd->num_parts));
312 * the first one in the chain if a NULL mtd_id is passed in.
321 const char *mtd_id local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dppchameleonevb.c103 extern int parse_cmdline_partitions(struct mtd_info *master, struct mtd_partition **pparts, const char *mtd_id);

Completed in 48 milliseconds