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 flush_workqueue(mvotg->qwork); in mv_otg_remove()653 destroy_workqueue(mvotg->qwork); in mv_otg_remove()693 mvotg->qwork = create_singlethread_workqueue("mv_otg_queue"); in mv_otg_probe()694 if (!mvotg->qwork) { in mv_otg_probe()828 flush_workqueue(mvotg->qwork); in mv_otg_probe()829 destroy_workqueue(mvotg->qwork); in mv_otg_probe()
149 struct workqueue_struct *qwork; member
1381 if (udc->qwork) in mv_udc_start()1382 queue_work(udc->qwork, &udc->vbus_work); in mv_udc_start()2045 if (udc->qwork) in mv_udc_vbus_irq()2046 queue_work(udc->qwork, &udc->vbus_work); in mv_udc_vbus_irq()2087 if (udc->qwork) { in mv_udc_remove()2088 flush_workqueue(udc->qwork); in mv_udc_remove()2089 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()[all …]
214 struct workqueue_struct *qwork; member