Lines Matching refs:wq
303 add_wait_queue (&this->wq, &wait); in nand_get_chip()
306 remove_wait_queue (&this->wq, &wait); in nand_get_chip()
713 wake_up (&this->wq); in nand_read_ecc()
775 wake_up (&this->wq); in nand_read_oob()
869 wake_up (&this->wq); in nand_write_ecc()
962 wake_up (&this->wq); in nand_write_oob()
1081 wake_up (&this->wq); in nand_writev_ecc()
1186 add_wait_queue (&this->wq, &wait); in nand_erase()
1189 remove_wait_queue (&this->wq, &wait); in nand_erase()
1238 add_wait_queue (&this->wq, &wait); in nand_sync()
1242 remove_wait_queue (&this->wq, &wait); in nand_sync()
1252 wake_up (&this->wq); in nand_sync()
1358 init_waitqueue_head (&this->wq); in nand_scan()