Home
last modified time | relevance | path

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

/drivers/usb/phy/
Dphy-mv-usb.c80 if (!mvotg->qwork) in mv_otg_run_state_machine()
83 queue_delayed_work(mvotg->qwork, &mvotg->work, delay); in mv_otg_run_state_machine()
653 if (mvotg->qwork) { in mv_otg_remove()
654 flush_workqueue(mvotg->qwork); in mv_otg_remove()
655 destroy_workqueue(mvotg->qwork); in mv_otg_remove()
695 mvotg->qwork = create_singlethread_workqueue("mv_otg_queue"); in mv_otg_probe()
696 if (!mvotg->qwork) { in mv_otg_probe()
830 flush_workqueue(mvotg->qwork); in mv_otg_probe()
831 destroy_workqueue(mvotg->qwork); in mv_otg_probe()
Dphy-mv-usb.h149 struct workqueue_struct *qwork; member
/drivers/usb/gadget/udc/
Dmv_udc_core.c1382 if (udc->qwork) in mv_udc_start()
1383 queue_work(udc->qwork, &udc->vbus_work); in mv_udc_start()
2046 if (udc->qwork) in mv_udc_vbus_irq()
2047 queue_work(udc->qwork, &udc->vbus_work); in mv_udc_vbus_irq()
2088 if (udc->qwork) { in mv_udc_remove()
2089 flush_workqueue(udc->qwork); in mv_udc_remove()
2090 destroy_workqueue(udc->qwork); in mv_udc_remove()
2284 udc->qwork = create_singlethread_workqueue("mv_udc_queue"); in mv_udc_probe()
2285 if (!udc->qwork) { in mv_udc_probe()
2316 destroy_workqueue(udc->qwork); in mv_udc_probe()
Dmv_udc.h214 struct workqueue_struct *qwork; member