Searched refs:PIPE_INTERRUPT (Results 1 – 5 of 5) sorted by relevance
542 #define PIPE_INTERRUPT 1u macro555 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT)577 #define usb_sndintpipe(dev,endpoint) ((PIPE_INTERRUPT << 30) | __create_pipe(dev,endpoint))578 #define usb_rcvintpipe(dev,endpoint) ((PIPE_INTERRUPT << 30) | __create_pipe(dev,endpoint) | USB…
345 case PIPE_INTERRUPT: in usb_submit_urb()370 if (temp == PIPE_INTERRUPT) in usb_submit_urb()
263 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in ehci_urb_done()889 if (type == PIPE_INTERRUPT) { in qh_make()966 if (type != PIPE_INTERRUPT) in qh_make()
919 case PIPE_INTERRUPT: in ehci_urb_enqueue()958 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) in ehci_urb_dequeue()
68 case PIPE_INTERRUPT:647 case PIPE_INTERRUPT:
Completed in 13 milliseconds