Home
last modified time | relevance | path

Searched refs:wq (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/include/linux/mtd/
H A Dflashchip.h81 wait_queue_head_t wq; /* Wait on here when we're waiting for the chip member
H A Donenand.h113 wait_queue_head_t wq; member
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dio.c329 wait_queue_head_t wq; in do_sync_erase() local
340 init_waitqueue_head(&wq); in do_sync_erase()
347 ei.priv = (unsigned long)&wq; in do_sync_erase()
362 err = wait_event_interruptible(wq, ei.state == MTD_ERASE_DONE || in do_sync_erase()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Drockchip_nand_v9.c679 init_waitqueue_head(&rknand->controller.wq); in rockchip_nandc_probe()
761 init_waitqueue_head(&rknand->controller.wq); in board_nand_init()
H A Drockchip_nand.c678 init_waitqueue_head(&rknand->controller.wq); in rockchip_nandc_probe()
760 init_waitqueue_head(&rknand->controller.wq); in board_nand_init()
H A Dstm32_fmc2_nand.c938 init_waitqueue_head(&fmc2->controller.wq); in stm32_fmc2_probe()
H A Dsunxi_nand.c1811 init_waitqueue_head(&nfc->controller.wq); in sunxi_nand_init()
H A Dnand_base.c3753 init_waitqueue_head(&chip->controller->wq); in nand_set_defaults()