Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mtd/ubi/
Dgluebi.c306 mtd->_get_device = gluebi_get_device; in gluebi_create()
/Linux-v5.10/include/linux/mtd/
Dmtd.h356 int (*_get_device) (struct mtd_info *mtd); member
/Linux-v5.10/drivers/mtd/
Dmtdcore.c987 if (master->_get_device) { in __get_mtd_device()
988 err = master->_get_device(mtd); in __get_mtd_device()