Home
last modified time | relevance | path

Searched refs:usb_pipebulk (Results 1 – 3 of 3) 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/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()