Searched refs:qwork (Results 1 – 4 of 4) sorted by relevance
81 if (!mvotg->qwork) in mv_otg_run_state_machine()84 queue_delayed_work(mvotg->qwork, &mvotg->work, delay); in mv_otg_run_state_machine()651 if (mvotg->qwork) in mv_otg_remove()652 destroy_workqueue(mvotg->qwork); in mv_otg_remove()691 mvotg->qwork = create_singlethread_workqueue("mv_otg_queue"); in mv_otg_probe()692 if (!mvotg->qwork) { in mv_otg_probe()826 destroy_workqueue(mvotg->qwork); in mv_otg_probe()
149 struct workqueue_struct *qwork; member
1383 if (udc->qwork) in mv_udc_start()1384 queue_work(udc->qwork, &udc->vbus_work); in mv_udc_start()2047 if (udc->qwork) in mv_udc_vbus_irq()2048 queue_work(udc->qwork, &udc->vbus_work); in mv_udc_vbus_irq()2089 if (udc->qwork) in mv_udc_remove()2090 destroy_workqueue(udc->qwork); in mv_udc_remove()2283 udc->qwork = create_singlethread_workqueue("mv_udc_queue"); in mv_udc_probe()2284 if (!udc->qwork) { in mv_udc_probe()2315 if (udc->qwork) in mv_udc_probe()2316 destroy_workqueue(udc->qwork); in mv_udc_probe()
214 struct workqueue_struct *qwork; member