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

/linux-4.1.27/drivers/mtd/
H A Dmtdoops.c60 int mtd_index; member in struct:mtdoops_context
331 cxt->mtd_index = mtd->index; mtdoops_notify_add()
333 if (mtd->index != cxt->mtd_index || cxt->mtd_index < 0) mtdoops_notify_add()
380 if (mtd->index != cxt->mtd_index || cxt->mtd_index < 0) mtdoops_notify_remove()
400 int mtd_index; mtdoops_init() local
417 cxt->mtd_index = -1; mtdoops_init()
418 mtd_index = simple_strtoul(mtddev, &endp, 0); mtdoops_init()
420 cxt->mtd_index = mtd_index; mtdoops_init()

Completed in 142 milliseconds