Lines Matching refs:uint8_t
500 int (*calculate)(struct mtd_info *mtd, const uint8_t *dat,
501 uint8_t *ecc_code);
502 int (*correct)(struct mtd_info *mtd, uint8_t *dat, uint8_t *read_ecc,
503 uint8_t *calc_ecc);
505 uint8_t *buf, int oob_required, int page);
507 const uint8_t *buf, int oob_required, int page);
509 uint8_t *buf, int oob_required, int page);
511 uint32_t offs, uint32_t len, uint8_t *buf, int page);
514 const uint8_t *data_buf, int oob_required, int page);
516 const uint8_t *buf, int oob_required, int page);
536 uint8_t *ecccalc;
537 uint8_t *ecccode;
538 uint8_t *databuf;
648 uint8_t (*read_byte)(struct mtd_info *mtd);
650 void (*write_byte)(struct mtd_info *mtd, uint8_t byte);
651 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len);
652 void (*read_buf)(struct mtd_info *mtd, uint8_t *buf, int len);
666 uint32_t offset, int data_len, const uint8_t *buf,
669 int feature_addr, uint8_t *subfeature_para);
671 int feature_addr, uint8_t *subfeature_para);
688 uint8_t bits_per_cell;
706 uint8_t *oob_poi;
713 uint8_t *bbt;
804 uint8_t mfr_id;
805 uint8_t dev_id;
807 uint8_t id[NAND_MAX_ID_LEN];
842 size_t *retlen, uint8_t *buf);
894 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len);
895 void (*read_buf)(struct mtd_info *mtd, uint8_t *buf, int len);