Searched refs:_write_user_prot_reg (Results 1 – 3 of 3) sorted by relevance
425 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()
1545 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()
261 int (*_write_user_prot_reg) (struct mtd_info *mtd, loff_t to, member
Completed in 11 milliseconds