Searched refs:usb_pipebulk (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/bluetooth/
H A Dbpa10x.c97 bool idx = usb_pipebulk(urb->pipe);
/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c843 if (usb_pipebulk(qtd->urb->pipe))
868 usb_pipebulk(qtd->urb->pipe))
1049 return (usb_pipebulk(qtd->urb->pipe) &&
1855 } else if (usb_pipebulk(urb->pipe) && maxpacketsize
1974 if (usb_pipecontrol(urb->pipe) || usb_pipebulk(urb->pipe)) {
/linux-master/drivers/usb/host/
H A Disp116x.h511 else if (usb_pipebulk(pipe)) __s = "bulk"; \
H A Disp1362-hcd.c462 usb_pipebulk(urb->pipe) ? "bulk" :
1243 usb_pipebulk(pipe) ? "bulk" :
H A Doxu210hp-hcd.c1745 } else if (usb_pipebulk(urb->pipe)
3275 if (!usb_pipebulk(urb->pipe))
H A Dr8a66597-hcd.c1422 if (!usb_pipebulk(urb->pipe) || td->maxpacket != size)
/linux-master/include/linux/
H A Dusb.h1974 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK) macro
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c157 xfer_bulk = usb_pipebulk(urb->pipe);
H A Dem28xx-video.c794 xfer_bulk = usb_pipebulk(urb->pipe);
/linux-master/drivers/usb/musb/
H A Dmusb_host.c1804 if (usb_pipebulk(urb->pipe)

Completed in 160 milliseconds