Home
last modified time | relevance | path

Searched refs:waitfunc (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/mtd/
Dnand.h166 int (*waitfunc)(struct mtd_info *mtd, struct nand_chip *this, int state); member
/linux-2.4.37.9/drivers/mtd/nand/
Dnand.c470 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()