Lines Matching refs:usb_pipeout
157 dev_dbg(dev, "pipeout: %4d\n", usb_pipeout(td->pipe)); in dbg_td()
669 usb_pipeout(urb->pipe)); in c67x00_add_data_urb()
672 maxps = usb_maxpacket(urb->dev, urb->pipe, usb_pipeout(urb->pipe)); in c67x00_add_data_urb()
675 usb_pipeout(urb->pipe) && !(remaining % maxps); in c67x00_add_data_urb()
685 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_data_urb()
719 usb_pipeout(urb->pipe), 1); in c67x00_add_ctrl_urb()
729 pid = !usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_ctrl_urb()
768 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_iso_urb()
882 maxps = usb_maxpacket(td_udev(td), td->pipe, usb_pipeout(td->pipe)); in c67x00_end_of_data()
889 usb_pipeout(urb->pipe) && !(remaining % maxps); in c67x00_end_of_data()
1046 usb_pipeout(td->pipe), in c67x00_check_td_list()