Searched refs:_get_device (Results 1 – 4 of 4) sorted by relevance
281 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()
878 if (mtd->_get_device) { in __get_mtd_device()879 err = mtd->_get_device(mtd); in __get_mtd_device()
319 mtd->_get_device = gluebi_get_device; in gluebi_create()
328 int (*_get_device) (struct mtd_info *mtd); member