Lines Matching refs:PIPE_BULK
217 if ((type == PIPE_BULK) || (type == PIPE_CONTROL)) in queue_urb_unlocked()
245 if ((type == PIPE_BULK) || (type == PIPE_CONTROL)) in dequeue_urb()
1156 case PIPE_BULK: in uhci_unlink_urb_async()
1197 case PIPE_BULK: in uhci_unlink_urb_sync()
1260 case PIPE_BULK: in uhci_cleanup_unlink()
1659 if (( type != PIPE_BULK) || in uhci_submit_urb()
1660 ((type == PIPE_BULK) && in uhci_submit_urb()
1698 if (type == PIPE_BULK) { in uhci_submit_urb()
1796 else if (((type == PIPE_BULK) || (type == PIPE_CONTROL)) && in uhci_check_timeouts()
2397 …if (usb_pipetype (urb->pipe) == PIPE_BULK ) { /* toggle correction for short bulk transfers (nonq… in process_transfer()
2610 case PIPE_BULK: in process_urb()