Home
last modified time | relevance | path

Searched refs:_get_fact_prot_info (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/mtd/
A Dmtdpart.c394 return mtd->parent->_get_fact_prot_info(mtd->parent, len, retlen, in part_get_fact_prot_info()
632 if (master->_get_fact_prot_info) in allocate_partition()
633 slave->_get_fact_prot_info = part_get_fact_prot_info; in allocate_partition()
A Dmtdcore.c1523 if (!mtd->_get_fact_prot_info) in mtd_get_fact_prot_info()
1527 return mtd->_get_fact_prot_info(mtd, len, retlen, buf); in mtd_get_fact_prot_info()
/u-boot/include/linux/mtd/
A Dmtd.h253 int (*_get_fact_prot_info) (struct mtd_info *mtd, size_t len, member

Completed in 34 milliseconds