Lines Matching defs:pipe
194 usbd_dump_queue(struct usbd_pipe *pipe) in usbd_dump_queue()
208 usbd_dump_pipe(struct usbd_pipe *pipe) in usbd_dump_pipe()
229 uint8_t flags, struct usbd_pipe **pipe) in usbd_open_pipe()
237 uint8_t flags, struct usbd_pipe **pipe, int ival) in usbd_open_pipe_ival()
296 uint8_t flags, struct usbd_pipe **pipe, in usbd_open_pipe_intr()
339 usbd_close_pipe(struct usbd_pipe *pipe) in usbd_close_pipe()
370 struct usbd_pipe *pipe = xfer->ux_pipe; in usbd_transfer() local
651 usbd_create_xfer(struct usbd_pipe *pipe, size_t len, unsigned int flags, in usbd_create_xfer()
813 usbd_abort_pipe(struct usbd_pipe *pipe) in usbd_abort_pipe()
821 usbd_suspend_pipe(struct usbd_pipe *pipe) in usbd_suspend_pipe()
830 usbd_resume_pipe(struct usbd_pipe *pipe) in usbd_resume_pipe()
840 usbd_clear_endpoint_stall(struct usbd_pipe *pipe) in usbd_clear_endpoint_stall()
870 struct usbd_pipe *pipe = arg; in usbd_clear_endpoint_stall_task() local
882 usbd_clear_endpoint_stall_async(struct usbd_pipe *pipe) in usbd_clear_endpoint_stall_async()
888 usbd_clear_endpoint_toggle(struct usbd_pipe *pipe) in usbd_clear_endpoint_toggle()
937 usbd_pipe2device_handle(struct usbd_pipe *pipe) in usbd_pipe2device_handle()
1027 usbd_ar_pipe(struct usbd_pipe *pipe) in usbd_ar_pipe()
1106 struct usbd_pipe *pipe = xfer->ux_pipe; in usb_transfer_complete() local
1234 usbd_start_next(struct usbd_pipe *pipe) in usbd_start_next()