Home
last modified time | relevance | path

Searched refs:PIPE_CONTROL (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dusb.h345 #define usb_sndctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \
347 #define usb_rcvctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \
365 #define usb_snddefctrl(dev) ((PIPE_CONTROL << 30) | \
367 #define usb_rcvdefctrl(dev) ((PIPE_CONTROL << 30) | \
396 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
H A Dusb_defs.h175 #define PIPE_CONTROL 2U macro
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c403 case PIPE_CONTROL: /* 1 TD for setup, 1 for ACK and 1 for every 4096 B */ in sohci_submit_job()
475 case PIPE_CONTROL: in ep_link()
522 case PIPE_CONTROL: in ep_unlink()
705 case PIPE_CONTROL: in td_submit_job()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-hcd.c547 case PIPE_CONTROL:/* 1 TD for setup, 1 for ACK and 1 for every 4096 B */ in sohci_submit_job()
681 case PIPE_CONTROL: in ep_link()
785 case PIPE_CONTROL: in ep_unlink()
1003 case PIPE_CONTROL: in td_submit_job()
H A Dxhci.c1177 if (usb_pipetype(pipe) != PIPE_CONTROL) { in _xhci_submit_control_msg()
H A Dehci-hcd.c1151 if (usb_pipetype(pipe) != PIPE_CONTROL) { in _ehci_submit_control_msg()