Searched refs:PIPE_CONTROL (Results 1 – 6 of 6) sorted by relevance
345 #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)
175 #define PIPE_CONTROL 2U macro
403 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()
547 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()
1177 if (usb_pipetype(pipe) != PIPE_CONTROL) { in _xhci_submit_control_msg()
1151 if (usb_pipetype(pipe) != PIPE_CONTROL) { in _ehci_submit_control_msg()