Home | History | Annotate | Download | only in usb

Lines Matching defs:pipe

79 static void		roothub_noop(struct usbd_pipe *pipe);
347 /* Pipe isn't running, start first */
354 struct usbd_pipe *pipe = xfer->ux_pipe;
355 struct usbd_bus *bus = pipe->up_dev->ud_bus;
365 * XXX Should really assert pipe lock, in case ever have
366 * per-pipe locking instead of using the bus lock for all
371 /* Roothub xfers are serialized through the pipe. */
603 /* Close the root pipe. */
605 roothub_ctrl_close(struct usbd_pipe *pipe)
619 roothub_noop(struct usbd_pipe *pipe)