Lines Matching refs:size_t

85 	size_t		len;
86 size_t retlen;
87 size_t ooblen;
88 size_t oobretlen;
235 int (*_point) (struct mtd_info *mtd, loff_t from, size_t len,
236 size_t *retlen, void **virt, resource_size_t *phys);
237 int (*_unpoint) (struct mtd_info *mtd, loff_t from, size_t len);
243 int (*_read) (struct mtd_info *mtd, loff_t from, size_t len,
244 size_t *retlen, u_char *buf);
245 int (*_write) (struct mtd_info *mtd, loff_t to, size_t len,
246 size_t *retlen, const u_char *buf);
247 int (*_panic_write) (struct mtd_info *mtd, loff_t to, size_t len,
248 size_t *retlen, const u_char *buf);
253 int (*_get_fact_prot_info) (struct mtd_info *mtd, size_t len,
254 size_t *retlen, struct otp_info *buf);
256 size_t len, size_t *retlen, u_char *buf);
257 int (*_get_user_prot_info) (struct mtd_info *mtd, size_t len,
258 size_t *retlen, struct otp_info *buf);
260 size_t len, size_t *retlen, u_char *buf);
262 size_t len, size_t *retlen, u_char *buf);
264 size_t len);
267 unsigned long count, loff_t to, size_t *retlen);
402 int mtd_point(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen,
404 int mtd_unpoint(struct mtd_info *mtd, loff_t from, size_t len);
408 int mtd_read(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen,
410 int mtd_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen,
412 int mtd_panic_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen,
418 int mtd_get_fact_prot_info(struct mtd_info *mtd, size_t len, size_t *retlen,
420 int mtd_read_fact_prot_reg(struct mtd_info *mtd, loff_t from, size_t len,
421 size_t *retlen, u_char *buf);
422 int mtd_get_user_prot_info(struct mtd_info *mtd, size_t len, size_t *retlen,
424 int mtd_read_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len,
425 size_t *retlen, u_char *buf);
426 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len,
427 size_t *retlen, u_char *buf);
428 int mtd_lock_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len);
432 unsigned long count, loff_t to, size_t *retlen);
537 void *mtd_kmalloc_up_to(const struct mtd_info *mtd, size_t *size);