Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/
Dmtdoops.c53 int mtd_index; member
321 cxt->mtd_index = mtd->index; in mtdoops_notify_add()
323 if (mtd->index != cxt->mtd_index || cxt->mtd_index < 0) in mtdoops_notify_add()
372 if (mtd->index != cxt->mtd_index || cxt->mtd_index < 0) in mtdoops_notify_remove()
392 int mtd_index; in mtdoops_init() local
409 cxt->mtd_index = -1; in mtdoops_init()
410 mtd_index = simple_strtoul(mtddev, &endp, 0); in mtdoops_init()
412 cxt->mtd_index = mtd_index; in mtdoops_init()