Home
last modified time | relevance | path

Searched refs:mtd_get_fact_prot_info (Results 1 – 2 of 2) sorted by relevance

/drivers/mtd/
Dmtdcore.c800 ret = mtd_get_fact_prot_info(mtd, PAGE_SIZE, &retlen, info); in mtd_otp_size()
2002 int mtd_get_fact_prot_info(struct mtd_info *mtd, size_t len, size_t *retlen, in mtd_get_fact_prot_info() function
2013 EXPORT_SYMBOL_GPL(mtd_get_fact_prot_info);
Dmtdchar.c911 ret = mtd_get_fact_prot_info(mtd, 4096, &retlen, buf); in mtdchar_ioctl()