Searched refs:PIPE_CONTROL (Results 1 – 5 of 5) sorted by relevance
351 #define usb_sndctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \353 #define usb_rcvctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \371 #define usb_snddefctrl(dev) ((PIPE_CONTROL << 30) | \373 #define usb_rcvdefctrl(dev) ((PIPE_CONTROL << 30) | \402 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
174 #define PIPE_CONTROL 2U macro
549 case PIPE_CONTROL:/* 1 TD for setup, 1 for ACK and 1 for every 4096 B */ in sohci_submit_job()683 case PIPE_CONTROL: in ep_link()787 case PIPE_CONTROL: in ep_unlink()1004 case PIPE_CONTROL: in td_submit_job()
1208 if (usb_pipetype(pipe) != PIPE_CONTROL) { in _xhci_submit_control_msg()
1201 if (usb_pipetype(pipe) != PIPE_CONTROL) { in _ehci_submit_control_msg()
Completed in 23 milliseconds