Home | History | Annotate | Download | only in dwc2

Lines Matching refs:sc_hsotg

242 		dxfer->urb = dwc2_hcd_urb_alloc(sc->sc_hsotg,
267 dwc2_hcd_urb_free(sc->sc_hsotg, dxfer->urb, dxfer->urb->packet_count);
323 struct dwc2_hsotg *hsotg = sc->sc_hsotg;
437 struct dwc2_hsotg *hsotg = sc->sc_hsotg;
464 struct dwc2_hsotg *hsotg = sc->sc_hsotg;
597 err = dwc2_hcd_hub_control(sc->sc_hsotg,
894 struct dwc2_hsotg *hsotg = sc->sc_hsotg;
1144 hsotg = sc->sc_hsotg;
1171 ret |= dwc2_handle_hcd_intr(sc->sc_hsotg);
1174 ret |= dwc2_handle_common_intr(sc->sc_hsotg);
1271 sc->sc_hsotg = kmem_zalloc(sizeof(struct dwc2_hsotg), KM_SLEEP);
1272 sc->sc_hsotg->hsotg_sc = sc;
1273 sc->sc_hsotg->dev = sc->sc_dev;
1276 struct dwc2_hsotg *hsotg = sc->sc_hsotg;
1336 kmem_free(sc->sc_hsotg, sizeof(struct dwc2_hsotg));