Home
last modified time | relevance | path

Searched refs:wf_otg (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dcore.h894 * @wf_otg: Work object for handling Connector ID Status Change
1088 struct work_struct wf_otg; member
H A Dcore_intr.c293 queue_work(hsotg->wq_otg, &hsotg->wf_otg); in dwc2_handle_conn_id_status_change_intr()
H A Dhcd.c3169 wf_otg); in dwc2_conn_id_status_change()
4858 queue_work(hsotg->wq_otg, &hsotg->wf_otg); in dwc2_change_bus_speed()
4987 if (!cancel_work_sync(&hsotg->wf_otg)) in dwc2_hcd_free()
5105 INIT_WORK(&hsotg->wf_otg, dwc2_conn_id_status_change); in dwc2_hcd_init()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dcore.h879 * @wf_otg: Work object for handling Connector ID Status Change
1077 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.c3134 wf_otg); in dwc2_conn_id_status_change()
4943 queue_work(hsotg->wq_otg, &hsotg->wf_otg); in dwc2_change_bus_speed()
5072 if (!cancel_work_sync(&hsotg->wf_otg)) in dwc2_hcd_free()
5190 INIT_WORK(&hsotg->wf_otg, dwc2_conn_id_status_change); in dwc2_hcd_init()

Completed in 19 milliseconds