Lines Matching defs:usbd_pipe
54 struct usbd_pipe;
63 usbd_status (*open_pipe)(struct usbd_pipe *);
75 void (*close)(struct usbd_pipe *);
76 void (*cleartoggle)(struct usbd_pipe *);
143 struct usbd_pipe *default_pipe; /* pipe 0 */
180 LIST_HEAD(, usbd_pipe) pipes;
185 struct usbd_pipe {
193 LIST_ENTRY(usbd_pipe) next;
204 struct usbd_pipe *pipe;
247 void usbd_dump_queue(struct usbd_pipe *);
248 void usbd_dump_pipe(struct usbd_pipe *);
257 struct usbd_pipe **);