Home
last modified time | relevance | path

Searched refs:usb_pipebulk (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/include/
H A Dusb.h47 #define USB_TIMEOUT_MS(pipe) (usb_pipebulk(pipe) ? 5000 : 1000)
396 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK) macro
/openbmc/linux/drivers/bluetooth/
H A Dbpa10x.c97 bool idx = usb_pipebulk(urb->pipe); in bpa10x_rx_complete()
/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c843 if (usb_pipebulk(qtd->urb->pipe)) in create_ptd_atl()
868 usb_pipebulk(qtd->urb->pipe)) in create_ptd_atl()
1049 return (usb_pipebulk(qtd->urb->pipe) && in is_short_bulk()
1855 } else if (usb_pipebulk(urb->pipe) && maxpacketsize in packetize_urb()
1974 if (usb_pipecontrol(urb->pipe) || usb_pipebulk(urb->pipe)) { in kill_transfer()
/openbmc/linux/drivers/usb/host/
H A Disp116x.h511 else if (usb_pipebulk(pipe)) __s = "bulk"; \
H A Disp1362-hcd.c462 usb_pipebulk(urb->pipe) ? "bulk" : in finish_request()
1243 usb_pipebulk(pipe) ? "bulk" : in isp1362_urb_enqueue()
H A Doxu210hp-hcd.c1745 } else if (usb_pipebulk(urb->pipe) in qh_urb_transaction()
3275 if (!usb_pipebulk(urb->pipe)) in oxu_urb_enqueue()
H A Dr8a66597-hcd.c1422 if (!usb_pipebulk(urb->pipe) || td->maxpacket != size) in packet_write()
/openbmc/linux/include/linux/
H A Dusb.h1995 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK) macro
/openbmc/u-boot/drivers/usb/host/
H A Dohci-hcd.c921 if (usb_pipebulk(urb_priv->pipe) && usb_pipeout(urb_priv->pipe)) { in td_fill()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_host.c1500 if (usb_pipebulk(urb->pipe) in musb_host_rx()
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c157 xfer_bulk = usb_pipebulk(urb->pipe); in em28xx_dvb_urb_data_copy()
H A Dem28xx-video.c794 xfer_bulk = usb_pipebulk(urb->pipe); in em28xx_urb_data_copy()
/openbmc/linux/drivers/usb/musb/
H A Dmusb_host.c1804 if (usb_pipebulk(urb->pipe) in musb_host_rx()