HomeSort by: relevance | last modified time | path
    Searched refs:halt_on_queue (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_hcd.h 88 * @halt_on_queue: True if this channel should be halted the next time a
146 u8 halt_on_queue; member in struct:dwc2_host_chan
dwc2_hcd.c 821 chan->halt_on_queue = 0;
1041 } else if (chan->halt_on_queue) {
1991 dev_dbg(hsotg->dev, " halt_on_queue: %d\n",
1992 chan->halt_on_queue);
dwc2_core.c 1661 chan->halt_on_queue = 0;
1665 chan->halt_on_queue = 1;
1675 dev_vdbg(hsotg->dev, " halt_on_queue: %d\n",
1676 chan->halt_on_queue);
dwc2_hcdintr.c 854 if (chan->halt_on_queue) {

Completed in 18 milliseconds