Searched refs:_get_user_prot_info (Results 1 – 3 of 3) sorted by relevance
378 return mtd->parent->_get_user_prot_info(mtd->parent, len, retlen, in part_get_user_prot_info()639 if (master->_get_user_prot_info) in allocate_partition()640 slave->_get_user_prot_info = part_get_user_prot_info; in allocate_partition()
1520 if (!mtd->_get_user_prot_info) in mtd_get_user_prot_info()1524 return mtd->_get_user_prot_info(mtd, len, retlen, buf); in mtd_get_user_prot_info()
262 int (*_get_user_prot_info) (struct mtd_info *mtd, size_t len, member