/linux-4.1.27/drivers/usb/c67x00/ |
D | c67x00-hcd.h | 77 #if PIPE_BULK != 3
|
D | c67x00-sched.c | 408 case PIPE_BULK: in c67x00_urb_enqueue() 610 case PIPE_BULK: in c67x00_create_td() 834 c67x00_fill_from_list(c67x00, PIPE_BULK, c67x00_add_data_urb); in c67x00_fill_frame() 957 case PIPE_BULK: in c67x00_handle_successful_td()
|
D | c67x00-hcd.c | 366 INIT_LIST_HEAD(&c67x00->list[PIPE_BULK]); in c67x00_hcd_probe()
|
/linux-4.1.27/drivers/usb/host/whci/ |
D | hcd.c | 133 case PIPE_BULK: in whc_urb_enqueue() 159 case PIPE_BULK: in whc_urb_dequeue()
|
D | whci-hc.h | 194 [PIPE_BULK] = QH_INFO1_TR_TYPE_BULK, in usb_pipe_to_qh_type()
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-q.c | 224 case PIPE_BULK: in ed_schedule() 358 case PIPE_BULK: in ed_deschedule() 449 if (ed->type != PIPE_BULK) { in ed_get() 648 case PIPE_BULK: in td_submit_urb() 682 if (urb_priv->ed->type == PIPE_BULK) { in td_submit_urb() 1176 case PIPE_BULK: in takeback_td()
|
D | uhci-debug.c | 120 case PIPE_BULK: ptype = "BLK"; break; in uhci_show_urbp()
|
D | fhci-hcd.c | 405 case PIPE_BULK: in fhci_urb_enqueue()
|
D | ohci-dbg.c | 15 case PIPE_BULK: temp = "bulk"; break; \
|
D | fhci-sched.c | 720 case PIPE_BULK: in fhci_queue_urb()
|
D | imx21-hcd.c | 1119 case PIPE_BULK: in nonisoc_etd_done() 1217 case PIPE_BULK: in imx21_hc_urb_enqueue()
|
D | oxu210hp-hcd.c | 1467 } else if (type == PIPE_BULK) { in qh_make() 2835 case PIPE_BULK: in __oxu_urb_enqueue() 2959 case PIPE_BULK: in oxu_urb_dequeue()
|
D | ehci-q.c | 911 } else if (type == PIPE_BULK) { in qh_make()
|
D | isp1362-hcd.c | 1311 case PIPE_BULK: in isp1362_urb_enqueue() 1371 case PIPE_BULK: in isp1362_urb_enqueue()
|
D | isp116x-hcd.c | 769 case PIPE_BULK: in isp116x_urb_enqueue()
|
D | sl811-hcd.c | 893 case PIPE_BULK: in sl811h_urb_enqueue()
|
D | u132-hcd.c | 2310 } else if (usb_pipetype(urb->pipe) == PIPE_BULK) { in u132_urb_enqueue()
|
D | fusbh200-hcd.c | 2919 } else if (type == PIPE_BULK) { in qh_make()
|
D | fotg210-hcd.c | 2972 } else if (type == PIPE_BULK) { in qh_make()
|
/linux-4.1.27/include/linux/ |
D | usb.h | 1790 #define PIPE_BULK 3 macro 1802 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK) 1820 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint)) 1822 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | usb-urb.c | 54 case PIPE_BULK: in usb_urb_complete()
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | hcd.h | 526 return usb_pipetype(urb->pipe) == PIPE_BULK || in dbg_urb()
|
D | hcd.c | 2343 case PIPE_BULK: in dwc2_dump_urb_info() 2442 case PIPE_BULK: in _dwc2_hcd_urb_enqueue()
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
D | usb_urb.c | 65 case PIPE_BULK: in usb_urb_complete()
|
/linux-4.1.27/drivers/usb/core/ |
D | urb.c | 328 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT in usb_submit_urb()
|
/linux-4.1.27/drivers/media/usb/au0828/ |
D | au0828-dvb.c | 131 if (ptype != PIPE_BULK) { in urb_completion()
|
/linux-4.1.27/drivers/usb/usbip/ |
D | usbip_common.c | 89 case PIPE_BULK: in usbip_dump_pipe()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 1712 if (total <= 0 && type == PIPE_BULK) in dummy_timer() 2278 case PIPE_BULK: \ in show_urb()
|
/linux-4.1.27/drivers/usb/mon/ |
D | mon_bin.c | 210 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 1507 case PIPE_BULK: in isp1760_urb_enqueue()
|
/linux-4.1.27/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 3257 case PIPE_BULK: in octeon_usb_urb_enqueue()
|