Home
last modified time | relevance | path

Searched refs:PIPE_INTERRUPT (Results 1 – 25 of 26) sorted by relevance

12

/linux-2.6.39/drivers/usb/host/whci/
Dhcd.c124 case PIPE_INTERRUPT: in whc_urb_enqueue()
151 case PIPE_INTERRUPT: in whc_urb_dequeue()
Dwhci-hc.h192 [PIPE_INTERRUPT] = QH_INFO1_TR_TYPE_INT, in usb_pipe_to_qh_type()
/linux-2.6.39/include/linux/
Dusb.h1508 #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/
Dc67x00-sched.c416 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()
Dc67x00-hcd.c365 INIT_LIST_HEAD(&c67x00->list[PIPE_INTERRUPT]); in c67x00_hcd_probe()
/linux-2.6.39/drivers/usb/host/
Dohci-q.c60 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()
Dehci-hcd.c928 case PIPE_INTERRUPT: in ehci_urb_enqueue()
1012 case PIPE_INTERRUPT: in ehci_urb_dequeue()
Dehci-q.c824 if (type == PIPE_INTERRUPT) { in qh_make()
884 if (type != PIPE_INTERRUPT) in qh_make()
Duhci-debug.c113 case PIPE_INTERRUPT: ptype = "INT"; break; in uhci_show_urbp()
Dfhci-hcd.c427 case PIPE_INTERRUPT: in fhci_urb_enqueue()
Dsl811-hcd.c875 case PIPE_INTERRUPT: in sl811h_urb_enqueue()
901 case PIPE_INTERRUPT: in sl811h_urb_enqueue()
Doxu210hp-hcd.c1387 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()
Dfhci-sched.c724 case PIPE_INTERRUPT: in fhci_queue_urb()
Dohci-dbg.c18 case PIPE_INTERRUPT: temp = "intr"; break; \
Dohci-hcd.c325 if (quirk_zfmicro(ohci) && ed->type == PIPE_INTERRUPT) in ohci_endpoint_disable()
Disp1760-hcd.c1556 case PIPE_INTERRUPT: in isp1760_urb_enqueue()
1586 case PIPE_INTERRUPT: in isp1760_urb_dequeue()
Disp1362-hcd.c1300 case PIPE_INTERRUPT: in isp1362_urb_enqueue()
1325 case PIPE_INTERRUPT: in isp1362_urb_enqueue()
1380 case PIPE_INTERRUPT: in isp1362_urb_enqueue()
Disp116x-hcd.c774 case PIPE_INTERRUPT: in isp116x_urb_enqueue()
Du132-hcd.c1392 } else if (endp->pipetype == PIPE_INTERRUPT) { in u132_hcd_endp_work_scheduler()
2269 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in u132_urb_enqueue()
Dimx21-hcd.c1120 case PIPE_INTERRUPT: in nonisoc_etd_done()
/linux-2.6.39/drivers/usb/core/
Durb.c409 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT in usb_submit_urb()
Dmessage.c239 pipe = (pipe & ~(3 << 30)) | (PIPE_INTERRUPT << 30); in usb_bulk_msg()
/linux-2.6.39/drivers/staging/usbip/
Dusbip_common.c85 case PIPE_INTERRUPT: in usbip_dump_pipe()
/linux-2.6.39/drivers/usb/gadget/
Ddummy_hcd.c1504 case PIPE_INTERRUPT: in dummy_timer()
1798 case PIPE_INTERRUPT: s = "-int"; break; \ in show_urb()
/linux-2.6.39/drivers/usb/mon/
Dmon_bin.c209 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT

12