Searched refs:PIPE_INTERRUPT (Results 1 – 25 of 30) sorted by relevance
12
/Linux-v4.19/drivers/usb/host/whci/ |
D | hcd.c | 114 case PIPE_INTERRUPT: in whc_urb_enqueue() 141 case PIPE_INTERRUPT: in whc_urb_dequeue()
|
D | whci-hc.h | 179 [PIPE_INTERRUPT] = QH_INFO1_TR_TYPE_INT, in usb_pipe_to_qh_type()
|
/Linux-v4.19/drivers/usb/c67x00/ |
D | c67x00-sched.c | 392 case PIPE_INTERRUPT: in c67x00_urb_enqueue() 599 case PIPE_INTERRUPT: in c67x00_create_td() 818 c67x00_fill_from_list(c67x00, PIPE_INTERRUPT, c67x00_add_int_urb); in c67x00_fill_frame() 942 case PIPE_INTERRUPT: in c67x00_handle_successful_td()
|
D | c67x00-hcd.c | 350 INIT_LIST_HEAD(&c67x00->list[PIPE_INTERRUPT]); in c67x00_hcd_probe()
|
/Linux-v4.19/include/linux/ |
D | usb.h | 1904 #define PIPE_INTERRUPT 1 macro 1916 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT) 1940 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint)) 1942 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
/Linux-v4.19/drivers/usb/usbip/ |
D | vudc_rx.c | 158 urb_p->urb->pipe |= (PIPE_INTERRUPT << 30); in v_recv_cmd_submit()
|
D | usbip_common.c | 71 case PIPE_INTERRUPT: in usbip_dump_pipe()
|
/Linux-v4.19/drivers/usb/host/ |
D | ehci-q.c | 242 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in ehci_urb_done() 794 if (type == PIPE_INTERRUPT) { in qh_make() 870 if (type != PIPE_INTERRUPT) in qh_make()
|
D | ehci-hcd.c | 876 case PIPE_INTERRUPT: in ehci_urb_enqueue() 916 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) in ehci_urb_dequeue()
|
D | ohci-q.c | 67 case PIPE_INTERRUPT: in finish_urb() 646 case PIPE_INTERRUPT: in td_submit_urb()
|
D | uhci-debug.c | 120 case PIPE_INTERRUPT: ptype = "INT"; break; in uhci_show_urbp()
|
D | fhci-hcd.c | 423 case PIPE_INTERRUPT: in fhci_urb_enqueue()
|
D | sl811-hcd.c | 873 case PIPE_INTERRUPT: in sl811h_urb_enqueue() 899 case PIPE_INTERRUPT: in sl811h_urb_enqueue()
|
D | oxu210hp-hcd.c | 1370 if (type == PIPE_INTERRUPT) { in qh_make() 1426 if (type != PIPE_INTERRUPT) in qh_make() 2814 case PIPE_INTERRUPT: in __oxu_urb_enqueue() 2940 case PIPE_INTERRUPT: in oxu_urb_dequeue()
|
D | ohci-dbg.c | 17 case PIPE_INTERRUPT: temp = "intr"; break; \
|
D | fhci-sched.c | 719 case PIPE_INTERRUPT: in fhci_queue_urb()
|
D | isp1362-hcd.c | 1296 case PIPE_INTERRUPT: in isp1362_urb_enqueue() 1321 case PIPE_INTERRUPT: in isp1362_urb_enqueue() 1376 case PIPE_INTERRUPT: in isp1362_urb_enqueue()
|
D | fotg210-hcd.c | 2748 if (type == PIPE_INTERRUPT) { in qh_make() 2808 if (type != PIPE_INTERRUPT) in qh_make() 5283 case PIPE_INTERRUPT: in fotg210_urb_enqueue() 5332 case PIPE_INTERRUPT: in fotg210_urb_dequeue()
|
D | isp116x-hcd.c | 775 case PIPE_INTERRUPT: in isp116x_urb_enqueue()
|
/Linux-v4.19/drivers/usb/core/ |
D | urb.c | 191 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
D | message.c | 245 pipe = (pipe & ~(3 << 30)) | (PIPE_INTERRUPT << 30); in usb_bulk_msg()
|
/Linux-v4.19/drivers/usb/dwc2/ |
D | hcd.c | 4329 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in dwc2_host_complete() 4618 case PIPE_INTERRUPT: in dwc2_dump_urb_info() 4700 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in _dwc2_hcd_urb_enqueue() 4717 case PIPE_INTERRUPT: in _dwc2_hcd_urb_enqueue()
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 1942 case PIPE_INTERRUPT: in dummy_timer() 2399 case PIPE_INTERRUPT: \ in show_urb()
|
/Linux-v4.19/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 3097 case PIPE_INTERRUPT: in octeon_usb_urb_enqueue() 3212 case PIPE_INTERRUPT: in octeon_usb_urb_enqueue()
|
/Linux-v4.19/drivers/usb/mon/ |
D | mon_bin.c | 213 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
12