Searched refs:mtd_lock_user_prot_reg (Results 1 – 3 of 3) sorted by relevance
435 int mtd_lock_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len);
1731 int mtd_lock_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len) in mtd_lock_user_prot_reg() function1739 EXPORT_SYMBOL_GPL(mtd_lock_user_prot_reg);
912 ret = mtd_lock_user_prot_reg(mtd, oinfo.start, oinfo.length); in mtdchar_ioctl()