Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/ubi/
Dgluebi.c327 mtd->_get_device = gluebi_get_device; in gluebi_create()
/linux-4.4.14/include/linux/mtd/
Dmtd.h235 int (*_get_device) (struct mtd_info *mtd); member
/linux-4.4.14/drivers/mtd/
Dmtdcore.c768 if (mtd->_get_device) { in __get_mtd_device()
769 err = mtd->_get_device(mtd); in __get_mtd_device()