Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Ddiskonchip.c57 static struct mtd_info *doclist = NULL; variable
1518 for (mtd = doclist; mtd; mtd = doc->nextdoc) { in doc_probe()
1614 doc->nextdoc = doclist; in doc_probe()
1635 doclist = mtd; in doc_probe()
1660 for (mtd = doclist; mtd; mtd = nextmtd) { in release_nanddoc()
1690 if (!doclist) { in init_nanddoc()