Home | History | Annotate | Download | only in usb

Lines Matching refs:ep_pipes

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,
1748 SIMPLEQ_FOREACH(otgpipe, &ep->ep_pipes, ep_pipe_list) {
1755 SIMPLEQ_REMOVE(&ep->ep_pipes, otgpipe,
1757 SIMPLEQ_INSERT_TAIL(&ep->ep_pipes,
2144 SIMPLEQ_FOREACH(otgpipeiter, &otgpipe->hw_ep->ep_pipes, ep_pipe_list) {
2147 SIMPLEQ_REMOVE(&otgpipe->hw_ep->ep_pipes, otgpipe,