Searched defs:dwc_otg_softc (Results 1 – 1 of 1) sorted by relevance
162 struct dwc_otg_softc { struct163 struct usb_bus sc_bus;164 union dwc_otg_hub_temp sc_hub_temp;165 struct dwc_otg_profile sc_hw_ep_profile[DWC_OTG_MAX_ENDPOINTS];166 struct dwc_otg_tt_info sc_tt_info[DWC_OTG_MAX_DEVICES];167 struct usb_callout sc_timer;169 struct usb_device *sc_devices[DWC_OTG_MAX_DEVICES];170 struct resource *sc_io_res;171 struct resource *sc_irq_res;172 void *sc_intr_hdl;[all …]