Lines Matching refs:size_t
88 size_t len;
89 size_t retlen;
90 size_t ooblen;
91 size_t oobretlen;
190 int (*_point) (struct mtd_info *mtd, loff_t from, size_t len,
191 size_t *retlen, void **virt, resource_size_t *phys);
192 int (*_unpoint) (struct mtd_info *mtd, loff_t from, size_t len);
197 int (*_read) (struct mtd_info *mtd, loff_t from, size_t len,
198 size_t *retlen, u_char *buf);
199 int (*_write) (struct mtd_info *mtd, loff_t to, size_t len,
200 size_t *retlen, const u_char *buf);
201 int (*_panic_write) (struct mtd_info *mtd, loff_t to, size_t len,
202 size_t *retlen, const u_char *buf);
207 int (*_get_fact_prot_info) (struct mtd_info *mtd, size_t len,
208 size_t *retlen, struct otp_info *buf);
210 size_t len, size_t *retlen, u_char *buf);
211 int (*_get_user_prot_info) (struct mtd_info *mtd, size_t len,
212 size_t *retlen, struct otp_info *buf);
214 size_t len, size_t *retlen, u_char *buf);
216 size_t len, size_t *retlen, u_char *buf);
218 size_t len);
220 unsigned long count, loff_t to, size_t *retlen);
258 int mtd_point(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen,
260 int mtd_unpoint(struct mtd_info *mtd, loff_t from, size_t len);
263 int mtd_read(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen,
265 int mtd_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen,
267 int mtd_panic_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen,
283 int mtd_get_fact_prot_info(struct mtd_info *mtd, size_t len, size_t *retlen,
285 int mtd_read_fact_prot_reg(struct mtd_info *mtd, loff_t from, size_t len,
286 size_t *retlen, u_char *buf);
287 int mtd_get_user_prot_info(struct mtd_info *mtd, size_t len, size_t *retlen,
289 int mtd_read_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len,
290 size_t *retlen, u_char *buf);
291 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len,
292 size_t *retlen, u_char *buf);
293 int mtd_lock_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len);
296 unsigned long count, loff_t to, size_t *retlen);
396 void *mtd_kmalloc_up_to(const struct mtd_info *mtd, size_t *size);