Searched refs:_get_user_prot_info (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/mtd/
H A Dmtdpart.c380 return mtd->parent->_get_user_prot_info(mtd->parent, len, retlen,
630 if (master->_get_user_prot_info)
631 slave->_get_user_prot_info = part_get_user_prot_info;
H A Dmtdcore.c1546 if (!mtd->_get_user_prot_info)
1550 return mtd->_get_user_prot_info(mtd, len, retlen, buf);
/u-boot/include/linux/mtd/
H A Dmtd.h257 int (*_get_user_prot_info) (struct mtd_info *mtd, size_t len, member in struct:mtd_info

Completed in 55 milliseconds