Home
last modified time | relevance | path

Searched refs:wf_otg (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/dwc2/
H A Dcore.h1089 struct work_struct wf_otg; member
H A Dcore_intr.c263 queue_work(hsotg->wq_otg, &hsotg->wf_otg); in dwc2_handle_conn_id_status_change_intr()
H A Dhcd.c3140 wf_otg); in dwc2_conn_id_status_change()
4948 queue_work(hsotg->wq_otg, &hsotg->wf_otg); in dwc2_change_bus_speed()
5077 if (!cancel_work_sync(&hsotg->wf_otg)) in dwc2_hcd_free()
5195 INIT_WORK(&hsotg->wf_otg, dwc2_conn_id_status_change); in dwc2_hcd_init()