Searched refs:usb_rcvintpipe (Results 1 – 5 of 5) sorted by relevance
430 #define usb_rcvintpipe(dev,ms_ep) (((MS_U32)EP_INTERRUPT << 30) | __pack_pipe(dev,ms_ep) | USB_DIR… macro
701 #define usb_rcvintpipe(dev,endpoint) (((U32)PIPE_INTERRUPT << 30) | __create_pipe(dev,endpoint) | … macro
873 us->recv_intr_pipe = usb_rcvintpipe(us->pusb_dev, in get_pipes()
2509 pipe = usb_rcvintpipe(dev, endpoint->bEndpointAddress); in hub_configure()
399 pipe = usb_rcvintpipe(ms_dev, endpoint->bEndpointAddress); in ms_hub_configure()