Lines Matching refs:sc_in_ep
363 sc->sc_in_ep[0].ep_fifo_size = 64;
365 sc->sc_out_ep[0].ep_number = sc->sc_in_ep[0].ep_number = 0;
366 SIMPLEQ_INIT(&sc->sc_in_ep[0].ep_pipes);
440 sc->sc_in_ep[i].ep_fifo_size = (1 << fiforx_size);
441 SIMPLEQ_INIT(&sc->sc_in_ep[i].ep_pipes);
447 sc->sc_out_ep[i].ep_number = sc->sc_in_ep[i].ep_number = i;
490 sc->sc_in_ep : sc->sc_out_ep;
553 /* always use sc_in_ep[0] for in and out */
554 otgpipe->hw_ep = &sc->sc_in_ep[0];
1285 struct motg_hw_ep *ep = &sc->sc_in_ep[0];
1394 struct motg_hw_ep *ep = &sc->sc_in_ep[0];
1515 struct motg_hw_ep *ep = &sc->sc_in_ep[0];
1911 struct motg_hw_ep *ep = &sc->sc_in_ep[epnumber];