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

  /src/sys/dev/usb/
motg.c 500 otgpipe->hw_ep = &ep[i];
502 if (otgpipe->hw_ep->refcount > 0) {
505 otgpipe->hw_ep = NULL;
507 otgpipe->hw_ep->refcount++;
508 SIMPLEQ_INSERT_TAIL(&otgpipe->hw_ep->ep_pipes,
554 otgpipe->hw_ep = &sc->sc_in_ep[0];
556 otgpipe->hw_ep->refcount++;
557 SIMPLEQ_INSERT_TAIL(&otgpipe->hw_ep->ep_pipes,
570 KASSERT(otgpipe->hw_ep != NULL);
1172 int epnumber = otgpipe->hw_ep->ep_number
    [all...]
motgvar.h 39 struct motg_hw_ep *hw_ep; /* pointer to the hardware EP used */ member in struct:motg_pipe

Completed in 21 milliseconds