Lines Matching defs:pipe
148 usbd_dump_queue(struct usbd_pipe *pipe) in usbd_dump_queue()
159 usbd_dump_pipe(struct usbd_pipe *pipe) in usbd_dump_pipe()
176 struct usbd_pipe **pipe) in usbd_open_pipe()
184 u_int8_t flags, struct usbd_pipe **pipe, int ival) in usbd_open_pipe_ival()
215 u_int8_t flags, struct usbd_pipe **pipe, void *priv, in usbd_open_pipe_intr()
254 usbd_close_pipe(struct usbd_pipe *pipe) in usbd_close_pipe()
280 struct usbd_pipe *pipe = xfer->pipe; in usbd_transfer() local
438 usbd_setup_xfer(struct usbd_xfer *xfer, struct usbd_pipe *pipe, in usbd_setup_xfer()
475 usbd_setup_isoc_xfer(struct usbd_xfer *xfer, struct usbd_pipe *pipe, in usbd_setup_isoc_xfer()
550 usbd_abort_pipe(struct usbd_pipe *pipe) in usbd_abort_pipe()
581 usbd_clear_endpoint_stall(struct usbd_pipe *pipe) in usbd_clear_endpoint_stall()
606 usbd_clear_endpoint_stall_async(struct usbd_pipe *pipe) in usbd_clear_endpoint_stall_async()
630 usbd_clear_endpoint_toggle(struct usbd_pipe *pipe) in usbd_clear_endpoint_toggle()
729 struct usbd_pipe *pipe = xfer->pipe; in usb_transfer_complete() local
832 struct usbd_pipe *pipe = xfer->pipe; in usb_insert_transfer() local
859 usbd_start_next(struct usbd_pipe *pipe) in usbd_start_next()