Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc2/
Dcore_intr.c294 if (hsotg->wq_otg) { in dwc2_handle_conn_id_status_change_intr()
296 queue_work(hsotg->wq_otg, &hsotg->wf_otg); in dwc2_handle_conn_id_status_change_intr()
Dcore.h1040 struct workqueue_struct *wq_otg; member
Dhcd.c1892 queue_delayed_work(hsotg->wq_otg, &hsotg->start_work, in dwc2_hcd_start()
4981 queue_work(hsotg->wq_otg, &hsotg->wf_otg); in dwc2_change_bus_speed()
5109 if (hsotg->wq_otg) { in dwc2_hcd_free()
5111 flush_workqueue(hsotg->wq_otg); in dwc2_hcd_free()
5112 destroy_workqueue(hsotg->wq_otg); in dwc2_hcd_free()
5217 hsotg->wq_otg = alloc_ordered_workqueue("dwc2", 0); in dwc2_hcd_init()
5218 if (!hsotg->wq_otg) { in dwc2_hcd_init()
Dhcd_intr.c342 queue_delayed_work(hsotg->wq_otg, &hsotg->reset_work, in dwc2_hprt0_enable()