Home
last modified time | relevance | path

Searched refs:mtd_get_user_prot_info (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/mtd/
Dmtd.h513 int mtd_get_user_prot_info(struct mtd_info *mtd, size_t len, size_t *retlen,
/Linux-v5.10/drivers/mtd/
Dmtdcore.c1855 int mtd_get_user_prot_info(struct mtd_info *mtd, size_t len, size_t *retlen, in mtd_get_user_prot_info() function
1866 EXPORT_SYMBOL_GPL(mtd_get_user_prot_info);
Dmtdchar.c923 ret = mtd_get_user_prot_info(mtd, 4096, &retlen, buf); in mtdchar_ioctl()