Lines Matching refs:size_t
65 size_t len;
66 size_t retlen;
67 size_t ooblen;
68 size_t oobretlen;
277 int (*_point) (struct mtd_info *mtd, loff_t from, size_t len,
278 size_t *retlen, void **virt, resource_size_t *phys);
279 int (*_unpoint) (struct mtd_info *mtd, loff_t from, size_t len);
280 int (*_read) (struct mtd_info *mtd, loff_t from, size_t len,
281 size_t *retlen, u_char *buf);
282 int (*_write) (struct mtd_info *mtd, loff_t to, size_t len,
283 size_t *retlen, const u_char *buf);
284 int (*_panic_write) (struct mtd_info *mtd, loff_t to, size_t len,
285 size_t *retlen, const u_char *buf);
290 int (*_get_fact_prot_info) (struct mtd_info *mtd, size_t len,
291 size_t *retlen, struct otp_info *buf);
293 size_t len, size_t *retlen, u_char *buf);
294 int (*_get_user_prot_info) (struct mtd_info *mtd, size_t len,
295 size_t *retlen, struct otp_info *buf);
297 size_t len, size_t *retlen, u_char *buf);
299 size_t len, size_t *retlen, u_char *buf);
301 size_t len);
303 unsigned long count, loff_t to, size_t *retlen);
311 int (*_max_bad_blocks) (struct mtd_info *mtd, loff_t ofs, size_t len);
393 loff_t ofs, size_t len) in mtd_max_bad_blocks()
410 int mtd_point(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen,
412 int mtd_unpoint(struct mtd_info *mtd, loff_t from, size_t len);
415 int mtd_read(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen,
417 int mtd_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen,
419 int mtd_panic_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen,
425 int mtd_get_fact_prot_info(struct mtd_info *mtd, size_t len, size_t *retlen,
427 int mtd_read_fact_prot_reg(struct mtd_info *mtd, loff_t from, size_t len,
428 size_t *retlen, u_char *buf);
429 int mtd_get_user_prot_info(struct mtd_info *mtd, size_t len, size_t *retlen,
431 int mtd_read_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len,
432 size_t *retlen, u_char *buf);
433 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len,
434 size_t *retlen, u_char *buf);
435 int mtd_lock_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len);
438 unsigned long count, loff_t to, size_t *retlen);
583 void *mtd_kmalloc_up_to(const struct mtd_info *mtd, size_t *size);