Searched refs:EHCI_XFER2EPIPE (Results 1 – 2 of 2) sorted by relevance
1117 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); in ehci_idone()3386 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); in ehci_abortx()3612 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); in ehci_device_ctrl_init()3709 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); in ehci_device_ctrl_start()3861 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); in ehci_device_ctrl_done()3975 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); in ehci_device_bulk_start()4079 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); in ehci_device_bulk_done()4174 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); in ehci_device_intr_start()4275 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); in ehci_device_intr_done()4401 struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer); in ehci_device_fs_isoc_transfer()[all …]
134 #define EHCI_XFER2EPIPE(xfer) ((struct ehci_pipe *)((xfer)->ux_pipe)) macro