Home | History | Annotate | Download | only in usb

Lines Matching refs:usbd_pipe

130 	struct usbd_pipe xp_pipe;
143 static usbd_status xhci_open(struct usbd_pipe *);
144 static void xhci_close_pipe(struct usbd_pipe *);
158 static void xhci_pipe_restart(struct usbd_pipe *);
160 static void xhci_pipe_restart_async(struct usbd_pipe *);
162 static usbd_status xhci_configure_endpoint(struct usbd_pipe *);
163 //static usbd_status xhci_unconfigure_endpoint(struct usbd_pipe *);
164 static void xhci_reset_endpoint(struct usbd_pipe *);
167 static usbd_status xhci_stop_endpoint(struct usbd_pipe *);
170 static void xhci_set_dequeue(struct usbd_pipe *);
192 static void xhci_setup_ctx(struct usbd_pipe *);
193 static void xhci_setup_route(struct usbd_pipe *, uint32_t *);
194 static void xhci_setup_tthub(struct usbd_pipe *, uint32_t *);
195 static void xhci_setup_maxburst(struct usbd_pipe *, uint32_t *);
198 static void xhci_noop(struct usbd_pipe *);
203 static void xhci_root_intr_close(struct usbd_pipe *);
209 static void xhci_device_ctrl_close(struct usbd_pipe *);
215 static void xhci_device_isoc_close(struct usbd_pipe *);
221 static void xhci_device_intr_close(struct usbd_pipe *);
227 static void xhci_device_bulk_close(struct usbd_pipe *);
1888 xhci_configure_endpoint(struct usbd_pipe *pipe)
1931 xhci_unconfigure_endpoint(struct usbd_pipe *pipe)
1946 xhci_reset_endpoint(struct usbd_pipe *pipe)
2000 xhci_stop_endpoint(struct usbd_pipe *pipe)
2023 xhci_set_dequeue(struct usbd_pipe *pipe)
2058 xhci_open(struct usbd_pipe *pipe)
2145 xhci_close_pipe(struct usbd_pipe *pipe)
2261 xhci_pipe_restart(struct usbd_pipe *pipe)
2312 struct usbd_pipe * const pipe = cookie;
2359 xhci_pipe_restart_async(struct usbd_pipe *pipe)
3593 xhci_setup_ctx(struct usbd_pipe *pipe)
3682 xhci_setup_route(struct usbd_pipe *pipe, uint32_t *cp)
3754 xhci_setup_tthub(struct usbd_pipe *pipe, uint32_t *cp)
3842 xhci_get_essc_desc(struct usbd_pipe *pipe)
3887 xhci_setup_maxburst(struct usbd_pipe *pipe, uint32_t *cp)
4064 xhci_noop(struct usbd_pipe *pipe)
4410 xhci_root_intr_close(struct usbd_pipe *pipe)
4568 xhci_device_ctrl_close(struct usbd_pipe *pipe)
4705 xhci_device_isoc_close(struct usbd_pipe *pipe)
4852 xhci_device_bulk_close(struct usbd_pipe *pipe)
4970 xhci_device_intr_close(struct usbd_pipe *pipe)