Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/xillybus/
H A Dxillyusb.c53 static struct workqueue_struct *wakeup_wq; variable
627 queue_work(wakeup_wq, &xdev->wakeup_workitem); in report_io_error()
2278 wakeup_wq = alloc_workqueue(xillyname, 0, 0); in xillyusb_init()
2279 if (!wakeup_wq) in xillyusb_init()
2290 destroy_workqueue(wakeup_wq); in xillyusb_init()
2299 destroy_workqueue(wakeup_wq); in xillyusb_exit()