Home | History | Annotate | Download | only in usb

Lines Matching refs:usbd_pipe

69     "struct usbd_pipe *"/*pipe*/);
78 "struct usbd_pipe *"/*pipe*/);
81 "struct usbd_pipe *"/*pipe*/,
84 "struct usbd_pipe *"/*pipe*/,
88 "struct usbd_pipe *"/*pipe*/,
91 SDT_PROBE_DEFINE1(usb, device, pipe, close, "struct usbd_pipe *"/*pipe*/);
93 "struct usbd_pipe *"/*pipe*/);
95 "struct usbd_pipe *"/*pipe*/);
97 "struct usbd_pipe *"/*pipe*/);
99 "struct usbd_pipe *"/*pipe*/);
103 "struct usbd_pipe *"/*pipe*/,
132 Static void usbd_ar_pipe(struct usbd_pipe *);
133 Static void usbd_start_next(struct usbd_pipe *);
135 (struct usbd_interface *, uint8_t, uint8_t, struct usbd_pipe **, int);
194 usbd_dump_queue(struct usbd_pipe *pipe)
208 usbd_dump_pipe(struct usbd_pipe *pipe)
229 uint8_t flags, struct usbd_pipe **pipe)
237 uint8_t flags, struct usbd_pipe **pipe, int ival)
239 struct usbd_pipe *p = NULL;
296 uint8_t flags, struct usbd_pipe **pipe,
302 struct usbd_pipe *ipipe;
339 usbd_close_pipe(struct usbd_pipe *pipe)
370 struct usbd_pipe *pipe = xfer->ux_pipe;
596 struct usbd_pipe *
651 usbd_create_xfer(struct usbd_pipe *pipe, size_t len, unsigned int flags,
813 usbd_abort_pipe(struct usbd_pipe *pipe)
821 usbd_suspend_pipe(struct usbd_pipe *pipe)
830 usbd_resume_pipe(struct usbd_pipe *pipe)
840 usbd_clear_endpoint_stall(struct usbd_pipe *pipe)
870 struct usbd_pipe *pipe = arg;
882 usbd_clear_endpoint_stall_async(struct usbd_pipe *pipe)
888 usbd_clear_endpoint_toggle(struct usbd_pipe *pipe)
937 usbd_pipe2device_handle(struct usbd_pipe *pipe)
1027 usbd_ar_pipe(struct usbd_pipe *pipe)
1106 struct usbd_pipe *pipe = xfer->ux_pipe;
1234 usbd_start_next(struct usbd_pipe *pipe)