Lines Matching refs:pipe
153 return ep->implicit_fb_sync && usb_pipeout(ep->pipe);
345 * the fixed 12.13 frequency is passed as 16.16 through the pipe.
356 * the fixed 10.14 frequency is passed through the pipe.
551 if (usb_pipeout(ep->pipe)) {
705 ep->pipe = usb_sndisocpipe(chip->dev, ep_num);
707 ep->pipe = usb_rcvisocpipe(chip->dev, ep_num);
1101 usb_pipeout(ep->pipe));
1103 usb_audio_dbg(chip, "Setting params for data EP 0x%x, pipe 0x%x\n",
1104 ep->ep_num, ep->pipe);
1191 if (usb_pipein(ep->pipe) || ep->implicit_fb_sync) {
1252 u->urb->pipe = ep->pipe;
1275 usb_audio_dbg(chip, "Setting params for sync EP 0x%x, pipe 0x%x\n",
1276 ep->ep_num, ep->pipe);
1295 u->urb->pipe = ep->pipe;
1551 bool is_playback = usb_pipeout(ep->pipe);
1689 usb_pipeout(ep->pipe)) {