Searched refs:PIPE_CONTROL (Results 1 – 5 of 5) sorted by relevance
344 #define usb_sndctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \346 #define usb_rcvctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \364 #define usb_snddefctrl(dev) ((PIPE_CONTROL << 30) | \366 #define usb_rcvdefctrl(dev) ((PIPE_CONTROL << 30) | \395 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
174 #define PIPE_CONTROL 2U macro
543 case PIPE_CONTROL:/* 1 TD for setup, 1 for ACK and 1 for every 4096 B */ in sohci_submit_job()677 case PIPE_CONTROL: in ep_link()781 case PIPE_CONTROL: in ep_unlink()998 case PIPE_CONTROL: in td_submit_job()
1166 if (usb_pipetype(pipe) != PIPE_CONTROL) { in _xhci_submit_control_msg()
1167 if (usb_pipetype(pipe) != PIPE_CONTROL) { in _ehci_submit_control_msg()