Searched refs:sc_chan_state (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/usb/controller/
H A Ddwc_otg.c513 sc->sc_chan_state[x].hcint = 0;
529 if (sc->sc_chan_state[x].wait_sof == 0) {
540 if (sc->sc_chan_state[x].allocated)
542 if (sc->sc_chan_state[x].wait_sof != 0)
545 sc->sc_chan_state[td->channel].allocated = 0;
546 sc->sc_chan_state[x].allocated = 1;
548 if (sc->sc_chan_state[td->channel].suspended) {
549 sc->sc_chan_state[td->channel].suspended = 0;
550 sc->sc_chan_state[x].suspended = 1;
601 if (sc->sc_chan_state[
[all...]
H A Ddwc_otg.h173 struct dwc_otg_chan_state sc_chan_state[DWC_OTG_MAX_CHANNELS]; member in struct:dwc_otg_softc

Completed in 80 milliseconds