/linux-4.1.27/drivers/usb/host/whci/ |
H A D | hcd.c | 125 case PIPE_INTERRUPT: whc_urb_enqueue() 152 case PIPE_INTERRUPT: whc_urb_dequeue()
|
H A D | whci-hc.h | 192 [PIPE_INTERRUPT] = QH_INFO1_TR_TYPE_INT, usb_pipe_to_qh_type()
|
/linux-4.1.27/drivers/usb/host/ |
H A D | ehci-q.c | 251 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 D | ohci-q.c | 66 case PIPE_INTERRUPT: 244 // case PIPE_INTERRUPT: ed_schedule() 384 // case PIPE_INTERRUPT: ed_deschedule() 643 case PIPE_INTERRUPT: td_submit_urb()
|
H A D | imx21-hcd.h | 288 /*PIPE_INTERRUPT*/ IMX_FMT_INT,
|
H A D | uhci-debug.c | 119 case PIPE_INTERRUPT: ptype = "INT"; break; uhci_show_urbp()
|
H A D | oxu210hp-hcd.c | 1389 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 D | fhci-hcd.c | 429 case PIPE_INTERRUPT: fhci_urb_enqueue()
|
H A D | fhci-sched.c | 723 case PIPE_INTERRUPT: fhci_queue_urb()
|
H A D | ohci-dbg.c | 16 case PIPE_INTERRUPT: temp = "intr"; break; \
|
H A D | ehci-hcd.c | 874 case PIPE_INTERRUPT: ehci_urb_enqueue() 914 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) ehci_urb_dequeue()
|
H A D | sl811-hcd.c | 872 case PIPE_INTERRUPT: sl811h_urb_enqueue() 898 case PIPE_INTERRUPT: sl811h_urb_enqueue()
|
H A D | fotg210-hcd.c | 2877 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 D | fusbh200-hcd.c | 2824 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 D | isp1362-hcd.c | 1294 case PIPE_INTERRUPT: isp1362_urb_enqueue() 1319 case PIPE_INTERRUPT: isp1362_urb_enqueue() 1374 case PIPE_INTERRUPT: isp1362_urb_enqueue()
|
H A D | ohci-hcd.c | 171 // case PIPE_INTERRUPT: ohci_urb_enqueue()
|
H A D | u132-hcd.c | 1391 } else if (endp->pipetype == PIPE_INTERRUPT) { u132_hcd_endp_work_scheduler() 2268 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { u132_urb_enqueue()
|
H A D | imx21-hcd.c | 1134 case PIPE_INTERRUPT: nonisoc_etd_done()
|
H A D | isp116x-hcd.c | 773 case PIPE_INTERRUPT: isp116x_urb_enqueue()
|
H A D | max3421-hcd.c | 1534 case PIPE_INTERRUPT: max3421_urb_enqueue()
|
H A D | r8a66597-hcd.c | 1267 case PIPE_INTERRUPT: set_td_timer()
|
/linux-4.1.27/drivers/usb/c67x00/ |
H A D | c67x00-hcd.c | 364 INIT_LIST_HEAD(&c67x00->list[PIPE_INTERRUPT]); c67x00_hcd_probe()
|
H A D | c67x00-sched.c | 406 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 D | hcd.c | 2212 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 D | usbip_common.c | 83 case PIPE_INTERRUPT: usbip_dump_pipe()
|
/linux-4.1.27/include/linux/ |
H A D | usb.h | 1788 #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 D | dummy_hcd.c | 1818 case PIPE_INTERRUPT: dummy_timer() 2281 case PIPE_INTERRUPT: \ show_urb()
|
/linux-4.1.27/drivers/usb/mon/ |
H A D | mon_bin.c | 210 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
/linux-4.1.27/drivers/usb/core/ |
H A D | urb.c | 328 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT usb_submit_urb()
|
H A D | message.c | 239 pipe = (pipe & ~(3 << 30)) | (PIPE_INTERRUPT << 30); usb_bulk_msg()
|
/linux-4.1.27/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 1510 case PIPE_INTERRUPT: isp1760_urb_enqueue()
|
/linux-4.1.27/drivers/staging/octeon-usb/ |
H A D | octeon-hcd.c | 3129 case PIPE_INTERRUPT: octeon_usb_urb_enqueue() 3245 case PIPE_INTERRUPT: octeon_usb_urb_enqueue()
|