| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usb.h | 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)
|
| H A D | usb_defs.h | 174 #define PIPE_INTERRUPT 1U macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/c67x00/ |
| H A D | c67x00-sched.c | 392 case PIPE_INTERRUPT: in c67x00_urb_enqueue() 599 case PIPE_INTERRUPT: in c67x00_create_td() 819 c67x00_fill_from_list(c67x00, PIPE_INTERRUPT, c67x00_add_int_urb); in c67x00_fill_frame() 943 case PIPE_INTERRUPT: in c67x00_handle_successful_td()
|
| H A D | c67x00-hcd.c | 350 INIT_LIST_HEAD(&c67x00->list[PIPE_INTERRUPT]); in c67x00_hcd_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | usb.h | 1963 #define PIPE_INTERRUPT 1 macro 1975 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT) 1999 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint)) 2001 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | vudc_rx.c | 158 urb_p->urb->pipe |= (PIPE_INTERRUPT << 30); in v_recv_cmd_submit()
|
| H A D | usbip_common.c | 71 case PIPE_INTERRUPT: in usbip_dump_pipe()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ohci-hcd.c | 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() 1029 case PIPE_INTERRUPT: in td_submit_job()
|
| H A D | xhci.c | 1116 if (usb_pipetype(pipe) != PIPE_INTERRUPT) { in _xhci_submit_int_msg()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-q.c | 253 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in ehci_urb_done() 805 if (type == PIPE_INTERRUPT) { in qh_make() 881 if (type != PIPE_INTERRUPT) in qh_make()
|
| H A D | ehci-hcd.c | 910 case PIPE_INTERRUPT: in ehci_urb_enqueue() 950 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) in ehci_urb_dequeue()
|
| H A D | ohci-q.c | 67 case PIPE_INTERRUPT: in finish_urb() 646 case PIPE_INTERRUPT: in td_submit_urb()
|
| H A D | uhci-debug.c | 120 case PIPE_INTERRUPT: ptype = "INT"; break; in uhci_show_urbp()
|
| H A D | sl811-hcd.c | 873 case PIPE_INTERRUPT: in sl811h_urb_enqueue() 899 case PIPE_INTERRUPT: in sl811h_urb_enqueue()
|
| H A D | fhci-hcd.c | 424 case PIPE_INTERRUPT: in fhci_urb_enqueue()
|
| H A D | ohci-dbg.c | 17 case PIPE_INTERRUPT: temp = "intr"; break; \
|
| H A D | oxu210hp-hcd.c | 1808 if (type == PIPE_INTERRUPT) { in qh_make() 1864 if (type != PIPE_INTERRUPT) in qh_make() 3248 case PIPE_INTERRUPT: in __oxu_urb_enqueue() 3372 case PIPE_INTERRUPT: in oxu_urb_dequeue()
|
| H A D | fhci-sched.c | 718 case PIPE_INTERRUPT: in fhci_queue_urb()
|
| H A 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()
|
| H A D | fotg210-hcd.c | 2750 if (type == PIPE_INTERRUPT) { in qh_make() 2809 if (type != PIPE_INTERRUPT) in qh_make() 5283 case PIPE_INTERRUPT: in fotg210_urb_enqueue() 5332 case PIPE_INTERRUPT: in fotg210_urb_dequeue()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-u2fzero.c | 272 pipe_in = (usbhid->urbin->pipe & ~(3 << 30)) | (PIPE_INTERRUPT << 30); in u2fzero_fill_in_urb()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb/ |
| H A D | musb_hcd.c | 473 if ((pipe & PIPE_INTERRUPT) == PIPE_INTERRUPT) { in musb_submit_rh_msg()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | urb.c | 191 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | hcd.c | 4174 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in dwc2_host_complete() 4516 case PIPE_INTERRUPT: in dwc2_dump_urb_info() 4600 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in _dwc2_hcd_urb_enqueue() 4617 case PIPE_INTERRUPT: in _dwc2_hcd_urb_enqueue()
|
| /OK3568_Linux_fs/kernel/drivers/staging/octeon-usb/ |
| H A D | octeon-hcd.c | 3095 case PIPE_INTERRUPT: in octeon_usb_urb_enqueue() 3210 case PIPE_INTERRUPT: in octeon_usb_urb_enqueue()
|