Lines Matching defs:chip
152 struct nand_chip chip; member
168 static inline struct vf610_nfc *chip_to_nfc(struct nand_chip *chip) in chip_to_nfc()
357 static int vf610_nfc_cmd(struct nand_chip *chip, in vf610_nfc_cmd()
479 static void vf610_nfc_select_target(struct nand_chip *chip, unsigned int cs) in vf610_nfc_select_target()
496 static int vf610_nfc_exec_op(struct nand_chip *chip, in vf610_nfc_exec_op()
507 static inline int vf610_nfc_correct_data(struct nand_chip *chip, uint8_t *dat, in vf610_nfc_correct_data()
536 static void vf610_nfc_fill_row(struct nand_chip *chip, int page, u32 *code, in vf610_nfc_fill_row()
548 static int vf610_nfc_read_page(struct nand_chip *chip, uint8_t *buf, in vf610_nfc_read_page()
596 static int vf610_nfc_write_page(struct nand_chip *chip, const uint8_t *buf, in vf610_nfc_write_page()
640 static int vf610_nfc_read_page_raw(struct nand_chip *chip, u8 *buf, in vf610_nfc_read_page_raw()
653 static int vf610_nfc_write_page_raw(struct nand_chip *chip, const u8 *buf, in vf610_nfc_write_page_raw()
673 static int vf610_nfc_read_oob(struct nand_chip *chip, int page) in vf610_nfc_read_oob()
685 static int vf610_nfc_write_oob(struct nand_chip *chip, int page) in vf610_nfc_write_oob()
742 static int vf610_nfc_attach_chip(struct nand_chip *chip) in vf610_nfc_attach_chip()
812 struct nand_chip *chip; in vf610_nfc_probe() local
917 struct nand_chip *chip = &nfc->chip; in vf610_nfc_remove() local