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