Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/
H A Dmtdpart.c422 return mtd->parent->_write_user_prot_reg(mtd->parent, from, len, in part_write_user_prot_reg()
634 if (master->_write_user_prot_reg) in allocate_partition()
635 slave->_write_user_prot_reg = part_write_user_prot_reg; in allocate_partition()
H 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()
/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h261 int (*_write_user_prot_reg) (struct mtd_info *mtd, loff_t to, member