Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mtd/
H A Drawnand.h1317 wait_queue_head_t resume_wq; member
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_base.c350 wait_event(chip->resume_wq, !chip->suspended); in nand_get_device()
4823 wake_up_all(&chip->resume_wq); in nand_resume()
5664 init_waitqueue_head(&chip->resume_wq); in nand_scan_ident()