Home
last modified time | relevance | path

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

/drivers/usb/phy/
Dphy-mv-usb.c86 if (!mvotg->qwork) in mv_otg_run_state_machine()
89 queue_delayed_work(mvotg->qwork, &mvotg->work, delay); in mv_otg_run_state_machine()
663 if (mvotg->qwork) { in mv_otg_remove()
664 flush_workqueue(mvotg->qwork); in mv_otg_remove()
665 destroy_workqueue(mvotg->qwork); in mv_otg_remove()
707 mvotg->qwork = create_singlethread_workqueue("mv_otg_queue"); in mv_otg_probe()
708 if (!mvotg->qwork) { in mv_otg_probe()
850 flush_workqueue(mvotg->qwork); in mv_otg_probe()
851 destroy_workqueue(mvotg->qwork); in mv_otg_probe()
Dphy-mv-usb.h153 struct workqueue_struct *qwork; member
/drivers/usb/gadget/udc/
Dmv_udc_core.c1368 if (udc->qwork) in mv_udc_start()
1369 queue_work(udc->qwork, &udc->vbus_work); in mv_udc_start()
2033 if (udc->qwork) in mv_udc_vbus_irq()
2034 queue_work(udc->qwork, &udc->vbus_work); in mv_udc_vbus_irq()
2075 if (udc->qwork) { in mv_udc_remove()
2076 flush_workqueue(udc->qwork); in mv_udc_remove()
2077 destroy_workqueue(udc->qwork); in mv_udc_remove()
2276 udc->qwork = create_singlethread_workqueue("mv_udc_queue"); in mv_udc_probe()
2277 if (!udc->qwork) { in mv_udc_probe()
2308 destroy_workqueue(udc->qwork); in mv_udc_probe()
Dmv_udc.h218 struct workqueue_struct *qwork; member