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

/netbsd-current/sys/external/bsd/dwc2/dist/
H A Ddwc2_coreintr.c308 if (hsotg->wq_otg) {
310 queue_work(hsotg->wq_otg, &hsotg->wf_otg);
H A Ddwc2_hcd.c229 queue_delayed_work(hsotg->wq_otg, &hsotg->start_work,
2271 if (hsotg->wq_otg) {
2273 flush_workqueue(hsotg->wq_otg);
2274 destroy_workqueue(hsotg->wq_otg);
2339 hsotg->wq_otg = create_singlethread_workqueue("dwc2");
2340 if (!hsotg->wq_otg) {
H A Ddwc2_core.h588 * @wq_otg: Workqueue object used for handling of some interrupts
725 struct workqueue_struct *wq_otg; member in struct:dwc2_hsotg
H A Ddwc2_hcdintr.c331 queue_delayed_work(hsotg->wq_otg, &hsotg->reset_work,

Completed in 85 milliseconds