Home
last modified time | relevance | path

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

/drivers/usb/phy/
Dphy-mv-usb.c87 if (!mvotg->qwork) in mv_otg_run_state_machine()
90 queue_delayed_work(mvotg->qwork, &mvotg->work, delay); in mv_otg_run_state_machine()
662 if (mvotg->qwork) { in mv_otg_remove()
663 flush_workqueue(mvotg->qwork); in mv_otg_remove()
664 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()
Dphy-mv-usb.h153 struct workqueue_struct *qwork; member
/drivers/usb/gadget/
Dmv_udc_core.c1373 if (udc->qwork) in mv_udc_start()
1374 queue_work(udc->qwork, &udc->vbus_work); in mv_udc_start()
2038 if (udc->qwork) in mv_udc_vbus_irq()
2039 queue_work(udc->qwork, &udc->vbus_work); in mv_udc_vbus_irq()
2080 if (udc->qwork) { in mv_udc_remove()
2081 flush_workqueue(udc->qwork); in mv_udc_remove()
2082 destroy_workqueue(udc->qwork); in mv_udc_remove()
2281 udc->qwork = create_singlethread_workqueue("mv_udc_queue"); in mv_udc_probe()
2282 if (!udc->qwork) { in mv_udc_probe()
2313 destroy_workqueue(udc->qwork); in mv_udc_probe()
Dmv_udc.h218 struct workqueue_struct *qwork; member