Searched refs:mtd_lock_user_prot_reg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | mtd.h | 517 int mtd_lock_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len);
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | mtd.h | 525 int mtd_lock_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len);
|
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | mtdchar.c | 950 ret = mtd_lock_user_prot_reg(mtd, oinfo.start, oinfo.length); in mtdchar_ioctl()
|
H A D | mtdcore.c | 1949 int mtd_lock_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len) in mtd_lock_user_prot_reg() function 1959 EXPORT_SYMBOL_GPL(mtd_lock_user_prot_reg); variable
|
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | mtdcore.c | 2203 int mtd_lock_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len) in mtd_lock_user_prot_reg() function 2213 EXPORT_SYMBOL_GPL(mtd_lock_user_prot_reg); variable
|
H A D | mtdchar.c | 1149 ret = mtd_lock_user_prot_reg(mtd, oinfo.start, oinfo.length); in mtdchar_ioctl()
|
Completed in 12 milliseconds