Searched refs:waitfunc (Results 1 – 2 of 2) sorted by relevance
166 int (*waitfunc)(struct mtd_info *mtd, struct nand_chip *this, int state); member
470 status = this->waitfunc (mtd, this, FL_WRITING); in nand_write_page()930 status = this->waitfunc (mtd, this, FL_WRITING); in nand_write_oob()1157 status = this->waitfunc (mtd, this, FL_ERASING); in nand_erase()1276 if (this->waitfunc == NULL) in nand_scan()1277 this->waitfunc = nand_wait; in nand_scan()