Lines Matching refs:size_t

78 	size_t		len;
79 size_t retlen;
80 size_t ooblen;
81 size_t oobretlen;
286 int (*_point) (struct mtd_info *mtd, loff_t from, size_t len,
287 size_t *retlen, void **virt, resource_size_t *phys);
288 int (*_unpoint) (struct mtd_info *mtd, loff_t from, size_t len);
289 int (*_read) (struct mtd_info *mtd, loff_t from, size_t len,
290 size_t *retlen, u_char *buf);
291 int (*_write) (struct mtd_info *mtd, loff_t to, size_t len,
292 size_t *retlen, const u_char *buf);
293 int (*_panic_write) (struct mtd_info *mtd, loff_t to, size_t len,
294 size_t *retlen, const u_char *buf);
299 int (*_get_fact_prot_info) (struct mtd_info *mtd, size_t len,
300 size_t *retlen, struct otp_info *buf);
302 size_t len, size_t *retlen, u_char *buf);
303 int (*_get_user_prot_info) (struct mtd_info *mtd, size_t len,
304 size_t *retlen, struct otp_info *buf);
306 size_t len, size_t *retlen, u_char *buf);
308 size_t len, size_t *retlen, u_char *buf);
310 size_t len);
312 unsigned long count, loff_t to, size_t *retlen);
320 int (*_max_bad_blocks) (struct mtd_info *mtd, loff_t ofs, size_t len);
395 loff_t ofs, size_t len) in mtd_max_bad_blocks()
412 int mtd_point(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen,
414 int mtd_unpoint(struct mtd_info *mtd, loff_t from, size_t len);
417 int mtd_read(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen,
419 int mtd_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen,
421 int mtd_panic_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen,
427 int mtd_get_fact_prot_info(struct mtd_info *mtd, size_t len, size_t *retlen,
429 int mtd_read_fact_prot_reg(struct mtd_info *mtd, loff_t from, size_t len,
430 size_t *retlen, u_char *buf);
431 int mtd_get_user_prot_info(struct mtd_info *mtd, size_t len, size_t *retlen,
433 int mtd_read_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len,
434 size_t *retlen, u_char *buf);
435 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len,
436 size_t *retlen, u_char *buf);
437 int mtd_lock_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len);
440 unsigned long count, loff_t to, size_t *retlen);
585 void *mtd_kmalloc_up_to(const struct mtd_info *mtd, size_t *size);