Searched refs:wq_otg (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | core_intr.c | 292 if (hsotg->wq_otg) in dwc2_handle_conn_id_status_change_intr() 293 queue_work(hsotg->wq_otg, &hsotg->wf_otg); in dwc2_handle_conn_id_status_change_intr()
|
H A D | hcd.c | 1694 queue_delayed_work(hsotg->wq_otg, &hsotg->start_work, in dwc2_hcd_start() 4858 queue_work(hsotg->wq_otg, &hsotg->wf_otg); in dwc2_change_bus_speed() 4986 if (hsotg->wq_otg) { in dwc2_hcd_free() 4988 flush_workqueue(hsotg->wq_otg); in dwc2_hcd_free() 4989 destroy_workqueue(hsotg->wq_otg); in dwc2_hcd_free() 5100 hsotg->wq_otg = alloc_ordered_workqueue("dwc2", 0); in dwc2_hcd_init() 5101 if (!hsotg->wq_otg) { in dwc2_hcd_init()
|
H A D | core.h | 893 * @wq_otg: Workqueue object used for handling of some interrupts 1087 struct workqueue_struct *wq_otg; member
|
H A D | hcd_intr.c | 342 queue_delayed_work(hsotg->wq_otg, &hsotg->reset_work, in dwc2_hprt0_enable()
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | core_intr.c | 262 if (hsotg->wq_otg) in dwc2_handle_conn_id_status_change_intr() 263 queue_work(hsotg->wq_otg, &hsotg->wf_otg); in dwc2_handle_conn_id_status_change_intr()
|
H A D | hcd.c | 1659 queue_delayed_work(hsotg->wq_otg, &hsotg->start_work, in dwc2_hcd_start() 4943 queue_work(hsotg->wq_otg, &hsotg->wf_otg); in dwc2_change_bus_speed() 5071 if (hsotg->wq_otg) { in dwc2_hcd_free() 5073 flush_workqueue(hsotg->wq_otg); in dwc2_hcd_free() 5074 destroy_workqueue(hsotg->wq_otg); in dwc2_hcd_free() 5185 hsotg->wq_otg = alloc_ordered_workqueue("dwc2", 0); in dwc2_hcd_init() 5186 if (!hsotg->wq_otg) { in dwc2_hcd_init()
|
H A D | core.h | 878 * @wq_otg: Workqueue object used for handling of some interrupts 1076 struct workqueue_struct *wq_otg; member
|
H A D | hcd_intr.c | 312 queue_delayed_work(hsotg->wq_otg, &hsotg->reset_work, in dwc2_hprt0_enable()
|
Completed in 26 milliseconds