Lines Matching refs:index
13 int index;
389 cxt->index = mtd->index;
391 if (mtd->index != cxt->index || cxt->index < 0)
398 mtd->index);
409 mtd->index);
437 mtd->index);
441 dev_info(&mtd->dev, "Attached to MTD device %d\n", mtd->index);
524 if (mtd->index != cxt->index || cxt->index < 0)
534 cxt->index = -1;
562 ret = kstrtoint((char *)info->device, 0, &cxt->index);
564 cxt->index = -1;