Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dcore_intr.c293 if (hsotg->wq_otg) { in dwc2_handle_conn_id_status_change_intr()
295 queue_work(hsotg->wq_otg, &hsotg->wf_otg); in dwc2_handle_conn_id_status_change_intr()
Dcore.h612 struct workqueue_struct *wq_otg; member
Dhcd.c213 queue_delayed_work(hsotg->wq_otg, &hsotg->start_work, in dwc2_hcd_start()
2745 if (hsotg->wq_otg) { in dwc2_hcd_free()
2747 flush_workqueue(hsotg->wq_otg); in dwc2_hcd_free()
2748 destroy_workqueue(hsotg->wq_otg); in dwc2_hcd_free()
2875 hsotg->wq_otg = create_singlethread_workqueue("dwc2"); in dwc2_hcd_init()
2876 if (!hsotg->wq_otg) { in dwc2_hcd_init()
Dhcd_intr.c315 queue_delayed_work(hsotg->wq_otg, &hsotg->reset_work, in dwc2_hprt0_enable()