Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/controller/
H A Ddwc_otg.h159 uint16_t wait_halted; member
H A Ddwc_otg.c780 if (sc->sc_chan_state[x].wait_halted != 0) in dwc_otg_host_channel_alloc()
805 sc->sc_chan_state[x].wait_halted = 1; in dwc_otg_host_channel_alloc()
850 if (sc->sc_chan_state[x].wait_halted == 0) in dwc_otg_host_channel_free_sub()
861 sc->sc_chan_state[x].wait_halted = 0; in dwc_otg_host_channel_free_sub()
2752 sc->sc_chan_state[ep_no].wait_halted = 0; in dwc_otg_interrupt_poll_locked()