Searched refs:PIPE_INTERRUPT (Results 1 – 6 of 6) sorted by relevance
360 #define usb_sndintpipe(dev, endpoint) ((PIPE_INTERRUPT << 30) | \362 #define usb_rcvintpipe(dev, endpoint) ((PIPE_INTERRUPT << 30) | \395 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT)
174 #define PIPE_INTERRUPT 1U macro
551 case PIPE_INTERRUPT: /* 1 TD */ in sohci_submit_job()717 case PIPE_INTERRUPT: in ep_link()827 case PIPE_INTERRUPT: in ep_unlink()881 if (ed->type == PIPE_INTERRUPT && ed->state == ED_UNLINK) { in ep_add_ed()1030 case PIPE_INTERRUPT: in td_submit_job()
1125 if (usb_pipetype(pipe) != PIPE_INTERRUPT) { in _xhci_submit_int_msg()
1242 if (usb_pipetype(pipe) != PIPE_INTERRUPT) { in _ehci_create_int_queue()
473 if ((pipe & PIPE_INTERRUPT) == PIPE_INTERRUPT) { in musb_submit_rh_msg()