Home
last modified time | relevance | path

Searched defs:epipe (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Dehci.c1103 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); ehci_idone() local
1636 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe); ehci_device_clear_toggle() local
1969 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe); ehci_open() local
3330 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe); ehci_close_pipe() local
3349 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); ehci_abortx() local
3575 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); ehci_device_ctrl_init() local
3672 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); ehci_device_ctrl_start() local
3824 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); ehci_device_ctrl_done() local
3859 struct ehci_pipe * const epipe = EHCI_PIPE2EPIPE(pipe); ehci_device_ctrl_close() local
3938 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); ehci_device_bulk_start() local
4027 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe); ehci_device_bulk_close() local
4042 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); ehci_device_bulk_done() local
4137 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); ehci_device_intr_start() local
4225 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(pipe); ehci_device_intr_close() local
4238 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); ehci_device_intr_done() local
4260 struct ehci_pipe *epipe = EHCI_PIPE2EPIPE(xfer->ux_pipe); ehci_device_fs_isoc_init() local
4363 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); ehci_device_fs_isoc_transfer() local
4603 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); ehci_device_fs_isoc_done() local
4621 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); ehci_device_isoc_init() local
4727 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); ehci_device_isoc_transfer() local
4985 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); ehci_device_isoc_done() local
[all...]
H A Dehcivar.h137 EHCI_EPIPE2SC(epipe) global() argument