Lines Matching defs:pipe
378 unsigned int pipe;
415 pipe = list_entry(qh->queue.next, struct urb_priv, node)->urb->pipe;
416 usb_settoggle(qh->udev, usb_pipeendpoint(pipe),
417 usb_pipeout(pipe), toggle);
801 /* The "pipe" thing contains the destination in bits 8--18 */
802 destination = (urb->pipe & PIPE_DEVEP_MASK) | USB_PID_SETUP;
826 if (usb_pipeout(urb->pipe) || len == 0)
933 /* The "pipe" thing contains the destination in bits 8--18 */
934 destination = (urb->pipe & PIPE_DEVEP_MASK) | usb_packetid(urb->pipe);
935 toggle = usb_gettoggle(urb->dev, usb_pipeendpoint(urb->pipe),
936 usb_pipeout(urb->pipe));
942 if (usb_pipein(urb->pipe))
1008 usb_pipeout(urb->pipe) && len == 0 &&
1046 usb_settoggle(urb->dev, usb_pipeendpoint(urb->pipe),
1047 usb_pipeout(urb->pipe), toggle);
1334 destination = (urb->pipe & PIPE_DEVEP_MASK) | usb_packetid(urb->pipe);
1390 usb_pipeout(urb->pipe));
1547 usb_settoggle(urb->dev, usb_pipeendpoint(urb->pipe),
1548 usb_pipeout(urb->pipe), qh->initial_toggle);