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

  /src/sys/dev/usb/
motgvar.h 62 struct ep_pipes_head ep_pipes; /* list of pipes using this EP */ member in struct:motg_hw_ep
motg.c 366 SIMPLEQ_INIT(&sc->sc_in_ep[0].ep_pipes);
441 SIMPLEQ_INIT(&sc->sc_in_ep[i].ep_pipes);
445 SIMPLEQ_INIT(&sc->sc_out_ep[i].ep_pipes);
508 SIMPLEQ_INSERT_TAIL(&otgpipe->hw_ep->ep_pipes,
557 SIMPLEQ_INSERT_TAIL(&otgpipe->hw_ep->ep_pipes,
1304 SIMPLEQ_FOREACH(otgpipe, &ep->ep_pipes, ep_pipe_list) {
1312 SIMPLEQ_REMOVE(&ep->ep_pipes, otgpipe,
1314 SIMPLEQ_INSERT_TAIL(&ep->ep_pipes,
1680 SIMPLEQ_FOREACH(otgpipeiter, &otgpipe->hw_ep->ep_pipes, ep_pipe_list) {
1683 SIMPLEQ_REMOVE(&otgpipe->hw_ep->ep_pipes, otgpipe
    [all...]

Completed in 15 milliseconds