Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/phy/
Dphy-mv-usb.c81 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 destroy_workqueue(mvotg->qwork); in mv_otg_remove()
691 mvotg->qwork = create_singlethread_workqueue("mv_otg_queue"); in mv_otg_probe()
692 if (!mvotg->qwork) { in mv_otg_probe()
826 destroy_workqueue(mvotg->qwork); in mv_otg_probe()
Dphy-mv-usb.h149 struct workqueue_struct *qwork; member
/Linux-v6.1/drivers/usb/gadget/udc/
Dmv_udc_core.c1383 if (udc->qwork) in mv_udc_start()
1384 queue_work(udc->qwork, &udc->vbus_work); in mv_udc_start()
2047 if (udc->qwork) in mv_udc_vbus_irq()
2048 queue_work(udc->qwork, &udc->vbus_work); in mv_udc_vbus_irq()
2089 if (udc->qwork) in mv_udc_remove()
2090 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()
2316 destroy_workqueue(udc->qwork); in mv_udc_probe()
Dmv_udc.h214 struct workqueue_struct *qwork; member