Searched refs:_get_fact_prot_info (Results 1 – 3 of 3) sorted by relevance
199 return part->master->_get_fact_prot_info(part->master, len, retlen, in part_get_fact_prot_info()449 if (master->_get_fact_prot_info) in allocate_partition()450 slave->mtd._get_fact_prot_info = part_get_fact_prot_info; in allocate_partition()
1375 if (!mtd->_get_fact_prot_info) in mtd_get_fact_prot_info()1379 return mtd->_get_fact_prot_info(mtd, len, retlen, buf); in mtd_get_fact_prot_info()
253 int (*_get_fact_prot_info) (struct mtd_info *mtd, size_t len, member