HomeSort by: relevance | last modified time | path
    Searched defs:otgpipe (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
motg.c 482 struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(pipe); local in function:motg_select_ep
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,
509 otgpipe, ep_pipe_list);
523 struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(pipe); local in function:motg_open
536 otgpipe->nexttoggle = pipe->up_endpoint->ue_toggle;
554 otgpipe->hw_ep = &sc->sc_in_ep[0]
1170 struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(xfer->ux_pipe); local in function:motg_setup_endpoint_tx
1220 struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(xfer->ux_pipe); local in function:motg_setup_endpoint_rx
1287 struct motg_pipe *otgpipe; local in function:motg_device_ctrl_start1
1383 struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(xfer->ux_pipe); local in function:motg_device_ctrl_read
1671 struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(pipe); local in function:motg_device_ctrl_close
1715 struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(xfer->ux_pipe); local in function:motg_device_data_start
1730 struct motg_pipe *otgpipe; local in function:motg_device_data_start1
1822 struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(xfer->ux_pipe); local in function:motg_device_data_read
1854 struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(xfer->ux_pipe); local in function:motg_device_data_write
1962 struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(xfer->ux_pipe); local in function:motg_device_intr_rx
2035 struct motg_pipe *otgpipe; local in function:motg_device_intr_tx
2134 struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(pipe); local in function:motg_device_data_close
2169 struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(pipe); local in function:motg_device_clear_toggle
2180 struct motg_pipe *otgpipe = MOTG_PIPE2MPIPE(xfer->ux_pipe); local in function:motg_abortx
    [all...]

Completed in 12 milliseconds