Searched refs:PIPE_INTERRUPT (Results 1 – 5 of 5) sorted by relevance
618 #define PIPE_INTERRUPT 1 macro650 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT)700 #define usb_sndintpipe(dev,endpoint) (((U32)PIPE_INTERRUPT << 30) | __create_pipe(dev,endpoint))701 #define usb_rcvintpipe(dev,endpoint) (((U32)PIPE_INTERRUPT << 30) | __create_pipe(dev,endpoint) | …
342 case PIPE_INTERRUPT: in usb_submit_urb()354 if (temp_p == PIPE_INTERRUPT) { in usb_submit_urb()
4551 if (type == PIPE_INTERRUPT) { in qh_make()4781 if (type != PIPE_INTERRUPT) in qh_make()8385 case PIPE_INTERRUPT: in ehci_urb_enqueue()8684 case PIPE_INTERRUPT: in ehci_urb_dequeue()
106 case PIPE_INTERRUPT: in edstring()
2041 case PIPE_INTERRUPT: in hcd_endpoint_disable()