Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/
Dmtdpart.c276 return part->parent->_get_device(part->parent); in part_get_device()
423 if (parent->_get_device) in allocate_partition()
424 slave->mtd._get_device = part_get_device; in allocate_partition()
Dmtdcore.c991 if (mtd->_get_device) { in __get_mtd_device()
992 err = mtd->_get_device(mtd); in __get_mtd_device()
/Linux-v5.4/drivers/mtd/ubi/
Dgluebi.c306 mtd->_get_device = gluebi_get_device; in gluebi_create()
/Linux-v5.4/include/linux/mtd/
Dmtd.h319 int (*_get_device) (struct mtd_info *mtd); member