/linux-4.4.14/drivers/usb/host/whci/ |
D | hcd.c | 125 case PIPE_INTERRUPT: in whc_urb_enqueue() 152 case PIPE_INTERRUPT: in whc_urb_dequeue()
|
D | whci-hc.h | 192 [PIPE_INTERRUPT] = QH_INFO1_TR_TYPE_INT, in usb_pipe_to_qh_type()
|
/linux-4.4.14/include/linux/ |
D | usb.h | 1797 #define PIPE_INTERRUPT 1 macro 1809 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT) 1833 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint)) 1835 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
/linux-4.4.14/drivers/usb/c67x00/ |
D | c67x00-sched.c | 406 case PIPE_INTERRUPT: in c67x00_urb_enqueue() 613 case PIPE_INTERRUPT: in c67x00_create_td() 832 c67x00_fill_from_list(c67x00, PIPE_INTERRUPT, c67x00_add_int_urb); in c67x00_fill_frame() 956 case PIPE_INTERRUPT: in c67x00_handle_successful_td()
|
D | c67x00-hcd.c | 364 INIT_LIST_HEAD(&c67x00->list[PIPE_INTERRUPT]); in c67x00_hcd_probe()
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-q.c | 251 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in ehci_urb_done() 799 if (type == PIPE_INTERRUPT) { in qh_make() 876 if (type != PIPE_INTERRUPT) in qh_make()
|
D | ehci-hcd.c | 875 case PIPE_INTERRUPT: in ehci_urb_enqueue() 915 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) in ehci_urb_dequeue()
|
D | ohci-q.c | 66 case PIPE_INTERRUPT: in finish_urb() 644 case PIPE_INTERRUPT: in td_submit_urb()
|
D | uhci-debug.c | 119 case PIPE_INTERRUPT: ptype = "INT"; break; in uhci_show_urbp()
|
D | fhci-hcd.c | 429 case PIPE_INTERRUPT: in fhci_urb_enqueue()
|
D | sl811-hcd.c | 872 case PIPE_INTERRUPT: in sl811h_urb_enqueue() 898 case PIPE_INTERRUPT: in sl811h_urb_enqueue()
|
D | oxu210hp-hcd.c | 1389 if (type == PIPE_INTERRUPT) { in qh_make() 1445 if (type != PIPE_INTERRUPT) in qh_make() 2836 case PIPE_INTERRUPT: in __oxu_urb_enqueue() 2962 case PIPE_INTERRUPT: in oxu_urb_dequeue()
|
D | ohci-dbg.c | 16 case PIPE_INTERRUPT: temp = "intr"; break; \
|
D | fhci-sched.c | 723 case PIPE_INTERRUPT: in fhci_queue_urb()
|
D | isp1362-hcd.c | 1294 case PIPE_INTERRUPT: in isp1362_urb_enqueue() 1319 case PIPE_INTERRUPT: in isp1362_urb_enqueue() 1374 case PIPE_INTERRUPT: in isp1362_urb_enqueue()
|
D | fotg210-hcd.c | 2781 if (type == PIPE_INTERRUPT) { in qh_make() 2841 if (type != PIPE_INTERRUPT) in qh_make() 5324 case PIPE_INTERRUPT: in fotg210_urb_enqueue() 5373 case PIPE_INTERRUPT: in fotg210_urb_dequeue()
|
D | isp116x-hcd.c | 774 case PIPE_INTERRUPT: in isp116x_urb_enqueue()
|
D | max3421-hcd.c | 1534 case PIPE_INTERRUPT: in max3421_urb_enqueue()
|
D | u132-hcd.c | 1391 } else if (endp->pipetype == PIPE_INTERRUPT) { in u132_hcd_endp_work_scheduler() 2264 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in u132_urb_enqueue()
|
D | imx21-hcd.c | 1134 case PIPE_INTERRUPT: in nonisoc_etd_done()
|
D | r8a66597-hcd.c | 1267 case PIPE_INTERRUPT: in set_td_timer()
|
/linux-4.4.14/drivers/usb/core/ |
D | urb.c | 327 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT in usb_submit_urb()
|
D | message.c | 239 pipe = (pipe & ~(3 << 30)) | (PIPE_INTERRUPT << 30); in usb_bulk_msg()
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | hcd.c | 2263 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in dwc2_host_complete() 2533 case PIPE_INTERRUPT: in dwc2_dump_urb_info() 2618 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in _dwc2_hcd_urb_enqueue() 2635 case PIPE_INTERRUPT: in _dwc2_hcd_urb_enqueue()
|
/linux-4.4.14/drivers/usb/usbip/ |
D | usbip_common.c | 83 case PIPE_INTERRUPT: in usbip_dump_pipe()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 1897 case PIPE_INTERRUPT: in dummy_timer() 2360 case PIPE_INTERRUPT: \ in show_urb()
|
/linux-4.4.14/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 3135 case PIPE_INTERRUPT: in octeon_usb_urb_enqueue() 3251 case PIPE_INTERRUPT: in octeon_usb_urb_enqueue()
|
/linux-4.4.14/drivers/usb/mon/ |
D | mon_bin.c | 210 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
/linux-4.4.14/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 1510 case PIPE_INTERRUPT: in isp1760_urb_enqueue()
|