Searched refs:mtd_read_user_prot_reg (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/mtd/ |
H 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()
|
H A D | mtdcore.c | 928 ret = mtd_read_user_prot_reg(mtd, offset, bytes, &retlen, val); in mtd_nvmem_user_otp_reg_read() 2170 int mtd_read_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len, in mtd_read_user_prot_reg() function 2182 EXPORT_SYMBOL_GPL(mtd_read_user_prot_reg);
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | mtd.h | 424 int mtd_read_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len,
|
/openbmc/linux/include/linux/mtd/ |
H A D | mtd.h | 521 int mtd_read_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len,
|
/openbmc/u-boot/drivers/mtd/ |
H A D | mtdcore.c | 1527 int mtd_read_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len, in mtd_read_user_prot_reg() function 1537 EXPORT_SYMBOL_GPL(mtd_read_user_prot_reg);
|