Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/
A Dmtdpart.c425 return mtd->parent->_write_user_prot_reg(mtd->parent, from, len, in part_write_user_prot_reg()
637 if (master->_write_user_prot_reg) in allocate_partition()
638 slave->_write_user_prot_reg = part_write_user_prot_reg; in allocate_partition()
A Dmtdcore.c1545 if (!mtd->_write_user_prot_reg) in mtd_write_user_prot_reg()
1549 ret = mtd->_write_user_prot_reg(mtd, to, len, retlen, buf); in mtd_write_user_prot_reg()
/u-boot/include/linux/mtd/
A Dmtd.h261 int (*_write_user_prot_reg) (struct mtd_info *mtd, loff_t to, member

Completed in 11 milliseconds