Searched refs:EP_CONTROL (Results 1 – 3 of 3) sorted by relevance
397 #define EP_CONTROL 0 macro411 #define usb_pipecontrol(ms_pipe) (usb_pipetype((ms_pipe)) == EP_CONTROL)426 #define usb_sndctrlpipe(dev,ms_ep) (((MS_U32)EP_CONTROL << 30) | __pack_pipe(dev,ms_ep))427 #define usb_rcvctrlpipe(dev,ms_ep) (((MS_U32)EP_CONTROL << 30) | __pack_pipe(dev,ms_ep) | USB_DIR_…
209 #define usb_snddefctrl(dev) (((U32)EP_CONTROL << 30))210 #define usb_rcvdefctrl(dev) (((U32)EP_CONTROL << 30) | USB_DIR_IN)
1629 if (iType == EP_CONTROL) in ms_qh_make()1653 if (iType == EP_CONTROL) in ms_qh_make()2851 case EP_CONTROL: in ms_urb_enqueue()