Home
last modified time | relevance | path

Searched refs:mtd_lock_user_prot_reg (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h428 int mtd_lock_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len);
/openbmc/linux/include/linux/mtd/
H A Dmtd.h525 int mtd_lock_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len);
/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c1561 int mtd_lock_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len) in mtd_lock_user_prot_reg() function
1569 EXPORT_SYMBOL_GPL(mtd_lock_user_prot_reg);
/openbmc/linux/drivers/mtd/
H A Dmtdcore.c2207 int mtd_lock_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len) in mtd_lock_user_prot_reg() function
2217 EXPORT_SYMBOL_GPL(mtd_lock_user_prot_reg);
H A Dmtdchar.c1149 ret = mtd_lock_user_prot_reg(mtd, oinfo.start, oinfo.length); in mtdchar_ioctl()