HomeSort by: relevance | last modified time | path
    Searched refs:wq_otg (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_coreintr.c 308 if (hsotg->wq_otg) {
310 queue_work(hsotg->wq_otg, &hsotg->wf_otg);
dwc2_hcd.c 229 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) {
dwc2_core.h 588 * @wq_otg: Workqueue object used for handling of some interrupts
725 struct workqueue_struct *wq_otg; member in struct:dwc2_hsotg
dwc2_hcdintr.c 331 queue_delayed_work(hsotg->wq_otg, &hsotg->reset_work,

Completed in 16 milliseconds