Home
last modified time | relevance | path

Searched refs:dwc2_pipe (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2var.h51 struct dwc2_pipe { struct
69 #define DWC2_XFER2DPIPE(x) (struct dwc2_pipe *)(x)->pipe; argument
70 #define DWC2_PIPE2DPIPE(p) (struct dwc2_pipe *)(p)
H A Ddwc2.c362 struct dwc2_pipe *dpipe = DWC2_PIPE2DPIPE(pipe); in dwc2_open()
860 struct dwc2_pipe * const dpipe = DWC2_PIPE2DPIPE(pipe); in dwc2_device_ctrl_close()
985 struct dwc2_pipe *dpipe = DWC2_XFER2DPIPE(xfer); in dwc2_device_isoc_start()
1021 struct dwc2_pipe *dpipe = DWC2_XFER2DPIPE(xfer); in dwc2_device_start()
1324 sc->sc_bus.pipe_size = sizeof(struct dwc2_pipe); in dwc2_init()
H A Ddwc2_hcd.h753 struct dwc2_pipe *dpipe = DWC2_XFER2DPIPE(xfer); in dwc2_hcd_is_bandwidth_allocated()
763 struct dwc2_pipe *dpipe) in dwc2_hcd_get_ep_bandwidth()
H A Ddwc2_hcd.c535 struct dwc2_pipe *dpipe = DWC2_XFER2DPIPE(xfer); in dwc2_host_hub_info()
4119 struct dwc2_pipe *dpipe = DWC2_XFER2DPIPE(xfer); in dwc2_host_get_tt_info()
4184 struct dwc2_pipe *dpipe = DWC2_XFER2DPIPE(xfer); in dwc2_host_get_speed()
4308 struct dwc2_pipe *dpipe = DWC2_XFER2DPIPE(xfer); in dwc2_host_complete()
H A Ddwc2_hcdqueue.c2162 struct dwc2_pipe *dpipe = DWC2_XFER2DPIPE(xfer); in dwc2_ttthink_to_ns()