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

/linux-master/drivers/mtd/
H A Dmtdoops.c55 int mtd_index; member in struct:mtdoops_context
336 cxt->mtd_index = mtd->index;
338 if (mtd->index != cxt->mtd_index || cxt->mtd_index < 0)
387 if (mtd->index != cxt->mtd_index || cxt->mtd_index < 0)
407 int mtd_index; local
424 cxt->mtd_index = -1;
425 mtd_index = simple_strtoul(mtddev, &endp, 0);
427 cxt->mtd_index
[all...]

Completed in 227 milliseconds