Searched refs:PIPE_INTERRUPT (Results 1 - 32 of 32) sorted by relevance

/linux-4.1.27/drivers/usb/host/whci/
H A Dhcd.c125 case PIPE_INTERRUPT: whc_urb_enqueue()
152 case PIPE_INTERRUPT: whc_urb_dequeue()
H A Dwhci-hc.h192 [PIPE_INTERRUPT] = QH_INFO1_TR_TYPE_INT, usb_pipe_to_qh_type()
/linux-4.1.27/drivers/usb/host/
H A Dehci-q.c251 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { ehci_urb_done()
799 if (type == PIPE_INTERRUPT) { qh_make()
876 if (type != PIPE_INTERRUPT) qh_make()
900 /* NOTE: if (PIPE_INTERRUPT) { scheduler sets c-mask } */ qh_make()
921 } else { /* PIPE_INTERRUPT */ qh_make()
934 /* NOTE: if (PIPE_INTERRUPT) { scheduler sets s-mask } */ qh_make()
H A Dohci-q.c66 case PIPE_INTERRUPT:
244 // case PIPE_INTERRUPT: ed_schedule()
384 // case PIPE_INTERRUPT: ed_deschedule()
643 case PIPE_INTERRUPT: td_submit_urb()
H A Dimx21-hcd.h288 /*PIPE_INTERRUPT*/ IMX_FMT_INT,
H A Duhci-debug.c119 case PIPE_INTERRUPT: ptype = "INT"; break; uhci_show_urbp()
H A Doxu210hp-hcd.c1389 if (type == PIPE_INTERRUPT) { qh_make()
1445 if (type != PIPE_INTERRUPT) qh_make()
1456 /* NOTE: if (PIPE_INTERRUPT) { scheduler sets c-mask } */ qh_make()
1471 } else { /* PIPE_INTERRUPT */ qh_make()
1483 /* NOTE: if (PIPE_INTERRUPT) { scheduler sets s-mask } */ qh_make()
2841 case PIPE_INTERRUPT: __oxu_urb_enqueue()
2967 case PIPE_INTERRUPT: oxu_urb_dequeue()
H A Dfhci-hcd.c429 case PIPE_INTERRUPT: fhci_urb_enqueue()
H A Dfhci-sched.c723 case PIPE_INTERRUPT: fhci_queue_urb()
H A Dohci-dbg.c16 case PIPE_INTERRUPT: temp = "intr"; break; \
H A Dehci-hcd.c874 case PIPE_INTERRUPT: ehci_urb_enqueue()
914 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) ehci_urb_dequeue()
H A Dsl811-hcd.c872 case PIPE_INTERRUPT: sl811h_urb_enqueue()
898 case PIPE_INTERRUPT: sl811h_urb_enqueue()
H A Dfotg210-hcd.c2877 if (type == PIPE_INTERRUPT) { qh_make()
2937 if (type != PIPE_INTERRUPT) qh_make()
2961 /* NOTE: if (PIPE_INTERRUPT) { scheduler sets c-mask } */ qh_make()
2982 } else { /* PIPE_INTERRUPT */ qh_make()
2995 /* NOTE: if (PIPE_INTERRUPT) { scheduler sets s-mask } */ qh_make()
5526 case PIPE_INTERRUPT: fotg210_urb_enqueue()
5575 case PIPE_INTERRUPT: fotg210_urb_dequeue()
H A Dfusbh200-hcd.c2824 if (type == PIPE_INTERRUPT) { qh_make()
2884 if (type != PIPE_INTERRUPT) qh_make()
2908 /* NOTE: if (PIPE_INTERRUPT) { scheduler sets c-mask } */ qh_make()
2929 } else { /* PIPE_INTERRUPT */ qh_make()
2942 /* NOTE: if (PIPE_INTERRUPT) { scheduler sets s-mask } */ qh_make()
5434 case PIPE_INTERRUPT: fusbh200_urb_enqueue()
5483 case PIPE_INTERRUPT: fusbh200_urb_dequeue()
H A Disp1362-hcd.c1294 case PIPE_INTERRUPT: isp1362_urb_enqueue()
1319 case PIPE_INTERRUPT: isp1362_urb_enqueue()
1374 case PIPE_INTERRUPT: isp1362_urb_enqueue()
H A Dohci-hcd.c171 // case PIPE_INTERRUPT: ohci_urb_enqueue()
H A Du132-hcd.c1391 } else if (endp->pipetype == PIPE_INTERRUPT) { u132_hcd_endp_work_scheduler()
2268 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { u132_urb_enqueue()
H A Dimx21-hcd.c1134 case PIPE_INTERRUPT: nonisoc_etd_done()
H A Disp116x-hcd.c773 case PIPE_INTERRUPT: isp116x_urb_enqueue()
H A Dmax3421-hcd.c1534 case PIPE_INTERRUPT: max3421_urb_enqueue()
H A Dr8a66597-hcd.c1267 case PIPE_INTERRUPT: set_td_timer()
/linux-4.1.27/drivers/usb/c67x00/
H A Dc67x00-hcd.c364 INIT_LIST_HEAD(&c67x00->list[PIPE_INTERRUPT]); c67x00_hcd_probe()
H A Dc67x00-sched.c406 case PIPE_INTERRUPT: c67x00_urb_enqueue()
613 case PIPE_INTERRUPT: c67x00_create_td()
832 c67x00_fill_from_list(c67x00, PIPE_INTERRUPT, c67x00_add_int_urb); c67x00_fill_frame()
956 case PIPE_INTERRUPT: c67x00_handle_successful_td()
/linux-4.1.27/drivers/usb/dwc2/
H A Dhcd.c2212 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { dwc2_host_complete()
2346 case PIPE_INTERRUPT: dwc2_dump_urb_info()
2428 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { _dwc2_hcd_urb_enqueue()
2445 case PIPE_INTERRUPT: _dwc2_hcd_urb_enqueue()
/linux-4.1.27/drivers/usb/usbip/
H A Dusbip_common.c83 case PIPE_INTERRUPT: usbip_dump_pipe()
/linux-4.1.27/include/linux/
H A Dusb.h1788 #define PIPE_INTERRUPT 1 macro
1800 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT)
1824 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint))
1826 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
/linux-4.1.27/drivers/usb/gadget/udc/
H A Ddummy_hcd.c1818 case PIPE_INTERRUPT: dummy_timer()
2281 case PIPE_INTERRUPT: \ show_urb()
/linux-4.1.27/drivers/usb/mon/
H A Dmon_bin.c210 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
/linux-4.1.27/drivers/usb/core/
H A Durb.c328 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT usb_submit_urb()
H A Dmessage.c239 pipe = (pipe & ~(3 << 30)) | (PIPE_INTERRUPT << 30); usb_bulk_msg()
/linux-4.1.27/drivers/usb/isp1760/
H A Disp1760-hcd.c1510 case PIPE_INTERRUPT: isp1760_urb_enqueue()
/linux-4.1.27/drivers/staging/octeon-usb/
H A Docteon-hcd.c3129 case PIPE_INTERRUPT: octeon_usb_urb_enqueue()
3245 case PIPE_INTERRUPT: octeon_usb_urb_enqueue()

Completed in 470 milliseconds