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

  /src/sys/dev/usb/
ehci.c 1117 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_idone
1148 (uintptr_t)epipe, 0, 0);
1299 ehci_dump_sqh(epipe->sqh);
1302 epipe->nexttoggle = EHCI_QTD_GET_TOGGLE(nstatus);
1330 ehci_dump_sqh(epipe->sqh);
1335 if (EHCI_QH_GET_EPS(epipe->sqh->qh->qh_endp) !=
1650 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe); local in function:ehci_device_clear_toggle
1654 DPRINTF("epipe=%#jx status=0x%08jx", (uintptr_t)epipe,
1655 epipe->sqh->qh->qh_qtd.qtd_status, 0, 0)
1966 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe); local in function:ehci_open
3367 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe); local in function:ehci_close_pipe
3386 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_abortx
3612 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_ctrl_init
3709 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_ctrl_start
3861 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_ctrl_done
3896 struct ehci_pipe * const epipe = EHCI_PIPE2EPIPE(pipe); local in function:ehci_device_ctrl_close
3975 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_bulk_start
4064 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe); local in function:ehci_device_bulk_close
4079 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_bulk_done
4174 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_intr_start
4262 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe); local in function:ehci_device_intr_close
4275 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_intr_done
4297 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(xfer->ux_pipe); local in function:ehci_device_fs_isoc_init
4401 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_fs_isoc_transfer
4641 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_fs_isoc_done
4660 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_isoc_init
4767 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_isoc_transfer
5026 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_isoc_done
    [all...]
ehci.c 1117 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_idone
1148 (uintptr_t)epipe, 0, 0);
1299 ehci_dump_sqh(epipe->sqh);
1302 epipe->nexttoggle = EHCI_QTD_GET_TOGGLE(nstatus);
1330 ehci_dump_sqh(epipe->sqh);
1335 if (EHCI_QH_GET_EPS(epipe->sqh->qh->qh_endp) !=
1650 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe); local in function:ehci_device_clear_toggle
1654 DPRINTF("epipe=%#jx status=0x%08jx", (uintptr_t)epipe,
1655 epipe->sqh->qh->qh_qtd.qtd_status, 0, 0)
1966 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe); local in function:ehci_open
3367 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe); local in function:ehci_close_pipe
3386 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_abortx
3612 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_ctrl_init
3709 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_ctrl_start
3861 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_ctrl_done
3896 struct ehci_pipe * const epipe = EHCI_PIPE2EPIPE(pipe); local in function:ehci_device_ctrl_close
3975 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_bulk_start
4064 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe); local in function:ehci_device_bulk_close
4079 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_bulk_done
4174 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_intr_start
4262 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe); local in function:ehci_device_intr_close
4275 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_intr_done
4297 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(xfer->ux_pipe); local in function:ehci_device_fs_isoc_init
4401 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_fs_isoc_transfer
4641 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_fs_isoc_done
4660 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_isoc_init
4767 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_isoc_transfer
5026 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); local in function:ehci_device_isoc_done
    [all...]

Completed in 25 milliseconds