Lines Matching defs:mtd
222 struct mtd_info mtd; member
334 static int sunxi_nfc_dev_ready(struct mtd_info *mtd) in sunxi_nfc_dev_ready()
372 static void sunxi_nfc_select_chip(struct mtd_info *mtd, int chip) in sunxi_nfc_select_chip()
415 static void sunxi_nfc_read_buf(struct mtd_info *mtd, uint8_t *buf, int len) in sunxi_nfc_read_buf()
447 static void sunxi_nfc_write_buf(struct mtd_info *mtd, const uint8_t *buf, in sunxi_nfc_write_buf()
479 static uint8_t sunxi_nfc_read_byte(struct mtd_info *mtd) in sunxi_nfc_read_byte()
488 static void sunxi_nfc_cmd_ctrl(struct mtd_info *mtd, int dat, in sunxi_nfc_cmd_ctrl()
523 static int sunxi_nfc_hw_ecc_read_page(struct mtd_info *mtd, in sunxi_nfc_hw_ecc_read_page()
609 static int sunxi_nfc_hw_ecc_write_page(struct mtd_info *mtd, in sunxi_nfc_hw_ecc_write_page()
676 static int sunxi_nfc_hw_syndrome_ecc_read_page(struct mtd_info *mtd, in sunxi_nfc_hw_syndrome_ecc_read_page()
744 static int sunxi_nfc_hw_syndrome_ecc_write_page(struct mtd_info *mtd, in sunxi_nfc_hw_syndrome_ecc_write_page()
916 static int sunxi_nand_hw_common_ecc_ctrl_init(struct mtd_info *mtd, in sunxi_nand_hw_common_ecc_ctrl_init()
980 static int sunxi_nand_hw_ecc_ctrl_init(struct mtd_info *mtd, in sunxi_nand_hw_ecc_ctrl_init()
1033 static int sunxi_nand_hw_syndrome_ecc_ctrl_init(struct mtd_info *mtd, in sunxi_nand_hw_syndrome_ecc_ctrl_init()
1076 static int sunxi_nand_ecc_init(struct mtd_info *mtd, struct nand_ecc_ctrl *ecc, in sunxi_nand_ecc_init()
1136 struct mtd_info *mtd; in sunxi_nand_chip_init() local