Home
last modified time | relevance | path

Searched refs:PIPE_BULK (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/include/
Dusb.h360 #define usb_sndbulkpipe(dev, endpoint) ((PIPE_BULK << 30) | \
362 #define usb_rcvbulkpipe(dev, endpoint) ((PIPE_BULK << 30) | \
402 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK)
Dusb_defs.h175 #define PIPE_BULK 3U macro
/external/u-boot/drivers/usb/host/
Dohci-hcd.c544 case PIPE_BULK: /* one TD for every 4096 Byte */ in sohci_submit_job()
699 case PIPE_BULK: in ep_link()
806 case PIPE_BULK: in ep_unlink()
982 case PIPE_BULK: in td_submit_job()
Dxhci.c1142 if (usb_pipetype(pipe) != PIPE_BULK) { in _xhci_submit_bulk_msg()
Dehci-hcd.c1146 if (usb_pipetype(pipe) != PIPE_BULK) { in _ehci_submit_bulk_msg()