Lines Matching refs:usb_pipeout
143 dev_dbg(dev, "pipeout: %4d\n", usb_pipeout(td->pipe)); in dbg_td()
655 usb_pipeout(urb->pipe)); in c67x00_add_data_urb()
658 maxps = usb_maxpacket(urb->dev, urb->pipe, usb_pipeout(urb->pipe)); in c67x00_add_data_urb()
661 usb_pipeout(urb->pipe) && !(remaining % maxps); in c67x00_add_data_urb()
671 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_data_urb()
705 usb_pipeout(urb->pipe), 1); in c67x00_add_ctrl_urb()
716 pid = !usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_ctrl_urb()
755 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_iso_urb()
869 maxps = usb_maxpacket(td_udev(td), td->pipe, usb_pipeout(td->pipe)); in c67x00_end_of_data()
876 usb_pipeout(urb->pipe) && !(remaining % maxps); in c67x00_end_of_data()
1031 usb_pipeout(td->pipe), in c67x00_check_td_list()