Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtdpart.c423 return mtd->parent->_write_user_prot_reg(mtd->parent, from, len, in part_write_user_prot_reg()
635 if (master->_write_user_prot_reg) in allocate_partition()
636 slave->_write_user_prot_reg = part_write_user_prot_reg; in allocate_partition()
H A Dmtdcore.c1546 if (!mtd->_write_user_prot_reg) in mtd_write_user_prot_reg()
1550 ret = mtd->_write_user_prot_reg(mtd, to, len, retlen, buf); in mtd_write_user_prot_reg()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dmtd.h266 int (*_write_user_prot_reg) (struct mtd_info *mtd, loff_t to, member