Searched defs:mtd_index (Results 1 - 1 of 1) sorted by relevance

/drivers/mtd/
H A Dmtdoops.c60 int mtd_index; member in struct:mtdoops_context
349 cxt->mtd_index = mtd->index;
351 if (mtd->index != cxt->mtd_index || cxt->mtd_index < 0)
397 if (mtd->index != cxt->mtd_index || cxt->mtd_index < 0)
417 int mtd_index; local
434 cxt->mtd_index = -1;
435 mtd_index = simple_strtoul(mtddev, &endp, 0);
437 cxt->mtd_index
[all...]

Completed in 30 milliseconds