Searched refs:PIPE_INTERRUPT (Results 1 – 25 of 26) sorted by relevance
12
/linux-2.6.39/drivers/usb/host/whci/ |
D | hcd.c | 124 case PIPE_INTERRUPT: in whc_urb_enqueue() 151 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-2.6.39/include/linux/ |
D | usb.h | 1508 #define PIPE_INTERRUPT 1 macro 1520 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT) 1544 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint)) 1546 ((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
/linux-2.6.39/drivers/usb/c67x00/ |
D | c67x00-sched.c | 416 case PIPE_INTERRUPT: in c67x00_urb_enqueue() 623 case PIPE_INTERRUPT: in c67x00_create_td() 841 c67x00_fill_from_list(c67x00, PIPE_INTERRUPT, c67x00_add_int_urb); in c67x00_fill_frame() 965 case PIPE_INTERRUPT: in c67x00_handle_successful_td()
|
D | c67x00-hcd.c | 365 INIT_LIST_HEAD(&c67x00->list[PIPE_INTERRUPT]); in c67x00_hcd_probe()
|
/linux-2.6.39/drivers/usb/host/ |
D | ohci-q.c | 60 case PIPE_INTERRUPT: in finish_urb() 174 && (ed->type == PIPE_INTERRUPT) in ed_schedule() 616 case PIPE_INTERRUPT: in td_submit_urb() 1006 if (quirk_zfmicro(ohci) && ed->type == PIPE_INTERRUPT) in finish_unlinks()
|
D | ehci-hcd.c | 928 case PIPE_INTERRUPT: in ehci_urb_enqueue() 1012 case PIPE_INTERRUPT: in ehci_urb_dequeue()
|
D | ehci-q.c | 824 if (type == PIPE_INTERRUPT) { in qh_make() 884 if (type != PIPE_INTERRUPT) in qh_make()
|
D | uhci-debug.c | 113 case PIPE_INTERRUPT: ptype = "INT"; break; in uhci_show_urbp()
|
D | fhci-hcd.c | 427 case PIPE_INTERRUPT: in fhci_urb_enqueue()
|
D | sl811-hcd.c | 875 case PIPE_INTERRUPT: in sl811h_urb_enqueue() 901 case PIPE_INTERRUPT: in sl811h_urb_enqueue()
|
D | oxu210hp-hcd.c | 1387 if (type == PIPE_INTERRUPT) { in qh_make() 1443 if (type != PIPE_INTERRUPT) in qh_make() 2836 case PIPE_INTERRUPT: in __oxu_urb_enqueue() 2962 case PIPE_INTERRUPT: in oxu_urb_dequeue()
|
D | fhci-sched.c | 724 case PIPE_INTERRUPT: in fhci_queue_urb()
|
D | ohci-dbg.c | 18 case PIPE_INTERRUPT: temp = "intr"; break; \
|
D | ohci-hcd.c | 325 if (quirk_zfmicro(ohci) && ed->type == PIPE_INTERRUPT) in ohci_endpoint_disable()
|
D | isp1760-hcd.c | 1556 case PIPE_INTERRUPT: in isp1760_urb_enqueue() 1586 case PIPE_INTERRUPT: in isp1760_urb_dequeue()
|
D | isp1362-hcd.c | 1300 case PIPE_INTERRUPT: in isp1362_urb_enqueue() 1325 case PIPE_INTERRUPT: in isp1362_urb_enqueue() 1380 case PIPE_INTERRUPT: in isp1362_urb_enqueue()
|
D | isp116x-hcd.c | 774 case PIPE_INTERRUPT: in isp116x_urb_enqueue()
|
D | u132-hcd.c | 1392 } else if (endp->pipetype == PIPE_INTERRUPT) { in u132_hcd_endp_work_scheduler() 2269 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in u132_urb_enqueue()
|
D | imx21-hcd.c | 1120 case PIPE_INTERRUPT: in nonisoc_etd_done()
|
/linux-2.6.39/drivers/usb/core/ |
D | urb.c | 409 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-2.6.39/drivers/staging/usbip/ |
D | usbip_common.c | 85 case PIPE_INTERRUPT: in usbip_dump_pipe()
|
/linux-2.6.39/drivers/usb/gadget/ |
D | dummy_hcd.c | 1504 case PIPE_INTERRUPT: in dummy_timer() 1798 case PIPE_INTERRUPT: s = "-int"; break; \ in show_urb()
|
/linux-2.6.39/drivers/usb/mon/ |
D | mon_bin.c | 209 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
12