Searched refs:mtd_read_user_prot_reg (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/mtd/ |
D | mtd.h | 289 int mtd_read_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len,
|
/linux-4.4.14/drivers/mtd/ |
D | mtdchar.c | 182 ret = mtd_read_user_prot_reg(mtd, *ppos, len, in mtdchar_read() 346 if (mtd_read_user_prot_reg(mtd, -1, 0, &retlen, NULL) == in otp_select_filemode()
|
D | mtdcore.c | 1033 int mtd_read_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len, in mtd_read_user_prot_reg() function 1043 EXPORT_SYMBOL_GPL(mtd_read_user_prot_reg);
|