Searched refs:mtd_get_user_prot_info (Results  1 – 3 of 3) sorted by relevance
| /Linux-v6.6/include/linux/mtd/ | 
| D | mtd.h | 519 int mtd_get_user_prot_info(struct mtd_info *mtd, size_t len, size_t *retlen,
  | 
| /Linux-v6.6/drivers/mtd/ | 
| D | mtdcore.c | 865 		ret = mtd_get_user_prot_info(mtd, PAGE_SIZE, &retlen, info);  in mtd_otp_size() 2153 int mtd_get_user_prot_info(struct mtd_info *mtd, size_t len, size_t *retlen,  in mtd_get_user_prot_info()  function 2164 EXPORT_SYMBOL_GPL(mtd_get_user_prot_info);
  | 
| D | mtdchar.c | 1120 			ret = mtd_get_user_prot_info(mtd, 4096, &retlen, buf);  in mtdchar_ioctl()
  |