Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.c359 memset(sc->sc_chan_state, 0, sizeof(sc->sc_chan_state)); in dwc_otg_init_fifo()
447 memset(sc->sc_chan_state, 0, sizeof(sc->sc_chan_state)); in dwc_otg_init_fifo()
711 sc->sc_chan_state[x].hcint = 0; in dwc_otg_clear_hcint()
771 if (sc->sc_chan_state[x].allocated != 0) in dwc_otg_host_channel_alloc()
774 if (sc->sc_chan_state[x].wait_halted != 0) in dwc_otg_host_channel_alloc()
796 sc->sc_chan_state[x].allocated = 1; in dwc_otg_host_channel_alloc()
799 sc->sc_chan_state[x].wait_halted = 1; in dwc_otg_host_channel_alloc()
832 sc->sc_chan_state[ in dwc_otg_host_channel_free_sub()
[all...]
H A Ddwc_otg.h184 struct dwc_otg_chan_state sc_chan_state[DWC_OTG_MAX_CHANNELS]; member