Searched refs:qwork (Results 1 – 4 of 4) sorted by relevance
86 if (!mvotg->qwork) in mv_otg_run_state_machine()89 queue_delayed_work(mvotg->qwork, &mvotg->work, delay); in mv_otg_run_state_machine()664 if (mvotg->qwork) { in mv_otg_remove()665 flush_workqueue(mvotg->qwork); in mv_otg_remove()666 destroy_workqueue(mvotg->qwork); in mv_otg_remove()706 mvotg->qwork = create_singlethread_workqueue("mv_otg_queue"); in mv_otg_probe()707 if (!mvotg->qwork) { in mv_otg_probe()849 flush_workqueue(mvotg->qwork); in mv_otg_probe()850 destroy_workqueue(mvotg->qwork); in mv_otg_probe()
153 struct workqueue_struct *qwork; member
1391 if (udc->qwork) in mv_udc_start()1392 queue_work(udc->qwork, &udc->vbus_work); in mv_udc_start()2055 if (udc->qwork) in mv_udc_vbus_irq()2056 queue_work(udc->qwork, &udc->vbus_work); in mv_udc_vbus_irq()2097 if (udc->qwork) { in mv_udc_remove()2098 flush_workqueue(udc->qwork); in mv_udc_remove()2099 destroy_workqueue(udc->qwork); in mv_udc_remove()2293 udc->qwork = create_singlethread_workqueue("mv_udc_queue"); in mv_udc_probe()2294 if (!udc->qwork) { in mv_udc_probe()2325 destroy_workqueue(udc->qwork); in mv_udc_probe()
218 struct workqueue_struct *qwork; member