Lines Matching refs:size_t
86 size_t len;
87 size_t retlen;
88 size_t ooblen;
89 size_t oobretlen;
236 int (*_point) (struct mtd_info *mtd, loff_t from, size_t len,
237 size_t *retlen, void **virt, resource_size_t *phys);
238 int (*_unpoint) (struct mtd_info *mtd, loff_t from, size_t len);
244 int (*_read) (struct mtd_info *mtd, loff_t from, size_t len,
245 size_t *retlen, u_char *buf);
246 int (*_write) (struct mtd_info *mtd, loff_t to, size_t len,
247 size_t *retlen, const u_char *buf);
248 int (*_panic_write) (struct mtd_info *mtd, loff_t to, size_t len,
249 size_t *retlen, const u_char *buf);
254 int (*_get_fact_prot_info) (struct mtd_info *mtd, size_t len,
255 size_t *retlen, struct otp_info *buf);
257 size_t len, size_t *retlen, u_char *buf);
258 int (*_get_user_prot_info) (struct mtd_info *mtd, size_t len,
259 size_t *retlen, struct otp_info *buf);
261 size_t len, size_t *retlen, u_char *buf);
263 size_t len, size_t *retlen, u_char *buf);
265 size_t len);
268 unsigned long count, loff_t to, size_t *retlen);
403 int mtd_point(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen,
405 int mtd_unpoint(struct mtd_info *mtd, loff_t from, size_t len);
409 int mtd_read(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen,
411 int mtd_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen,
413 int mtd_panic_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen,
443 int mtd_get_fact_prot_info(struct mtd_info *mtd, size_t len, size_t *retlen,
445 int mtd_read_fact_prot_reg(struct mtd_info *mtd, loff_t from, size_t len,
446 size_t *retlen, u_char *buf);
447 int mtd_get_user_prot_info(struct mtd_info *mtd, size_t len, size_t *retlen,
449 int mtd_read_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len,
450 size_t *retlen, u_char *buf);
451 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len,
452 size_t *retlen, u_char *buf);
453 int mtd_lock_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len);
457 unsigned long count, loff_t to, size_t *retlen);
560 void *mtd_kmalloc_up_to(const struct mtd_info *mtd, size_t *size);