Searched refs:_lock_user_prot_reg (Results 1 – 3 of 3) sorted by relevance
243 return part->master->_lock_user_prot_reg(part->master, from, len); in part_lock_user_prot_reg()445 if (master->_lock_user_prot_reg) in allocate_partition()446 slave->mtd._lock_user_prot_reg = part_lock_user_prot_reg; in allocate_partition()
1442 if (!mtd->_lock_user_prot_reg) in mtd_lock_user_prot_reg()1446 return mtd->_lock_user_prot_reg(mtd, from, len); in mtd_lock_user_prot_reg()
263 int (*_lock_user_prot_reg) (struct mtd_info *mtd, loff_t from, member