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

/linux-master/drivers/mtd/
H A Dmtdcore.c648 int i, error, ofidx; local
687 ofidx = -1;
689 ofidx = of_alias_get_id(np, "mtd");
690 if (ofidx >= 0)
691 i = idr_alloc(&mtd_idr, mtd, ofidx, ofidx + 1, GFP_KERNEL);

Completed in 112 milliseconds