Lines Matching refs:pipe
70 unsigned int pipe;
142 dev_dbg(dev, "endpoint: %4d\n", usb_pipeendpoint(td->pipe));
143 dev_dbg(dev, "pipeout: %4d\n", usb_pipeout(td->pipe));
207 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) {
265 /* Add the endpoint data to one of the pipe lists; must be added
267 type = usb_pipetype(urb->pipe);
388 switch (usb_pipetype(urb->pipe)) {
517 /* Low speed pipe */
518 if (usb_pipein(urb->pipe))
524 if (usb_pipeisoc(urb->pipe))
525 bit_time = usb_pipein(urb->pipe) ? 9050 : 7840;
573 if (c67x00_claim_frame_bw(c67x00, urb, len, usb_pipeisoc(urb->pipe)
574 || usb_pipeint(urb->pipe)))
581 td->pipe = urb->pipe;
588 switch (usb_pipetype(td->pipe)) {
618 (usb_pipeendpoint(td->pipe) & 0xF);
619 td->dev_addr = usb_pipedevice(td->pipe) & 0x7F;
654 toggle = usb_gettoggle(urb->dev, usb_pipeendpoint(urb->pipe),
655 usb_pipeout(urb->pipe));
658 maxps = usb_maxpacket(urb->dev, urb->pipe, usb_pipeout(urb->pipe));
661 usb_pipeout(urb->pipe) && !(remaining % maxps);
671 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN;
681 if (usb_pipecontrol(urb->pipe))
704 usb_settoggle(urb->dev, usb_pipeendpoint(urb->pipe),
705 usb_pipeout(urb->pipe), 1);
716 pid = !usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN;
755 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN;
835 if (usb_pipein(td->pipe) && td_actual_bytes(td))
869 maxps = usb_maxpacket(td_udev(td), td->pipe, usb_pipeout(td->pipe));
876 usb_pipeout(urb->pipe) && !(remaining % maxps);
887 * after last_td and are meant for the same pipe.
897 if (td->pipe == last_td->pipe) {
917 switch (usb_pipetype(td->pipe)) {
993 if (usb_pipeisoc(td->pipe)) {
999 /* When an error occurs, all td's for that pipe go into an
1030 usb_settoggle(td_udev(td), usb_pipeendpoint(td->pipe),
1031 usb_pipeout(td->pipe),