Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/mtd/
Drawnand.h1298 wait_queue_head_t resume_wq; member
/linux-6.1.9/drivers/mtd/nand/raw/
Dnand_base.c350 wait_event(chip->resume_wq, !chip->suspended); in nand_get_device()
4666 wake_up_all(&chip->resume_wq); in nand_resume()
5444 init_waitqueue_head(&chip->resume_wq); in nand_scan_ident()