Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/
Dmtdpart.c281 return part->parent->_get_device(part->parent); in part_get_device()
427 if (parent->_get_device) in allocate_partition()
428 slave->mtd._get_device = part_get_device; in allocate_partition()
Dmtdcore.c878 if (mtd->_get_device) { in __get_mtd_device()
879 err = mtd->_get_device(mtd); in __get_mtd_device()
/Linux-v4.19/drivers/mtd/ubi/
Dgluebi.c319 mtd->_get_device = gluebi_get_device; in gluebi_create()
/Linux-v4.19/include/linux/mtd/
Dmtd.h328 int (*_get_device) (struct mtd_info *mtd); member