Searched refs:mtd_read_user_prot_reg (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/mtd/ |
| A D | mtdchar.c | 164 ret = mtd_read_user_prot_reg(mtd, *ppos, len, in mtdchar_read() 324 if (mtd_read_user_prot_reg(mtd, -1, 0, &retlen, NULL) == in otp_select_filemode()
|
| A D | mtdcore.c | 856 ret = mtd_read_user_prot_reg(mtd, offset, bytes, &retlen, val); in mtd_nvmem_user_otp_reg_read() 2031 int mtd_read_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len, in mtd_read_user_prot_reg() function 2043 EXPORT_SYMBOL_GPL(mtd_read_user_prot_reg);
|
| /linux/include/linux/mtd/ |
| A D | mtd.h | 519 int mtd_read_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len,
|
| /linux/ |
| A D | vmlinux.symvers | 3252 0x00000000 mtd_read_user_prot_reg vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 34369 ffff8000108de350 T mtd_read_user_prot_reg
|
| A D | .tmp_System.map | 34369 ffff8000108de350 T mtd_read_user_prot_reg
|
Completed in 322 milliseconds