Searched refs:mtd_get_fact_prot_info (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/include/linux/mtd/ |
H A D | mtd.h | 418 int mtd_get_fact_prot_info(struct mtd_info *mtd, size_t len, size_t *retlen,
|
/openbmc/linux/include/linux/mtd/ |
H A D | mtd.h | 515 int mtd_get_fact_prot_info(struct mtd_info *mtd, size_t len, size_t *retlen,
|
/openbmc/u-boot/drivers/mtd/ |
H A D | mtdcore.c | 1493 int mtd_get_fact_prot_info(struct mtd_info *mtd, size_t len, size_t *retlen, in mtd_get_fact_prot_info() function 1502 EXPORT_SYMBOL_GPL(mtd_get_fact_prot_info);
|
/openbmc/linux/drivers/mtd/ |
H A D | mtdcore.c | 868 ret = mtd_get_fact_prot_info(mtd, PAGE_SIZE, &retlen, info); in mtd_otp_size() 2130 int mtd_get_fact_prot_info(struct mtd_info *mtd, size_t len, size_t *retlen, in mtd_get_fact_prot_info() function 2141 EXPORT_SYMBOL_GPL(mtd_get_fact_prot_info);
|
H A D | mtdchar.c | 1117 ret = mtd_get_fact_prot_info(mtd, 4096, &retlen, buf); in mtdchar_ioctl()
|