/linux-4.1.27/drivers/usb/host/whci/ |
H A D | hcd.c | 133 case PIPE_BULK: whc_urb_enqueue() 159 case PIPE_BULK: whc_urb_dequeue()
|
H A D | whci-hc.h | 194 [PIPE_BULK] = QH_INFO1_TR_TYPE_BULK, usb_pipe_to_qh_type()
|
/linux-4.1.27/drivers/usb/c67x00/ |
H A D | c67x00-hcd.h | 77 #if PIPE_BULK != 3
|
H A D | c67x00-hcd.c | 366 INIT_LIST_HEAD(&c67x00->list[PIPE_BULK]); c67x00_hcd_probe()
|
H A D | c67x00-sched.c | 408 case PIPE_BULK: c67x00_urb_enqueue() 610 case PIPE_BULK: c67x00_create_td() 834 c67x00_fill_from_list(c67x00, PIPE_BULK, c67x00_add_data_urb); c67x00_fill_frame() 957 case PIPE_BULK: c67x00_handle_successful_td()
|
/linux-4.1.27/drivers/usb/host/ |
H A D | ohci-q.c | 224 case PIPE_BULK: ed_schedule() 358 case PIPE_BULK: ed_deschedule() 449 if (ed->type != PIPE_BULK) { ed_get() 648 case PIPE_BULK: td_submit_urb() 682 if (urb_priv->ed->type == PIPE_BULK) { td_submit_urb() 1176 case PIPE_BULK: takeback_td()
|
H A D | imx21-hcd.h | 290 /*PIPE_BULK*/ IMX_FMT_BULK
|
H A D | uhci-debug.c | 120 case PIPE_BULK: ptype = "BLK"; break; uhci_show_urbp()
|
H A D | fhci-hcd.c | 405 case PIPE_BULK: fhci_urb_enqueue()
|
H A D | fhci-sched.c | 720 case PIPE_BULK: fhci_queue_urb()
|
H A D | ohci-dbg.c | 15 case PIPE_BULK: temp = "bulk"; break; \
|
H A D | imx21-hcd.c | 1119 case PIPE_BULK: nonisoc_etd_done() 1217 case PIPE_BULK: imx21_hc_urb_enqueue()
|
H A D | ohci-hcd.c | 172 // case PIPE_BULK: ohci_urb_enqueue()
|
H A D | isp1362-hcd.c | 1311 case PIPE_BULK: isp1362_urb_enqueue() 1371 case PIPE_BULK: isp1362_urb_enqueue()
|
H A D | ehci-hcd.c | 868 /* case PIPE_BULK: */ ehci_urb_enqueue()
|
H A D | ehci-q.c | 911 } else if (type == PIPE_BULK) { qh_make()
|
H A D | isp116x-hcd.c | 769 case PIPE_BULK: isp116x_urb_enqueue()
|
H A D | sl811-hcd.c | 893 case PIPE_BULK: sl811h_urb_enqueue()
|
H A D | oxu210hp-hcd.c | 1467 } else if (type == PIPE_BULK) { qh_make() 2835 case PIPE_BULK: __oxu_urb_enqueue() 2959 case PIPE_BULK: oxu_urb_dequeue()
|
H A D | fotg210-hcd.c | 2972 } else if (type == PIPE_BULK) { qh_make() 5520 /* case PIPE_BULK: */ fotg210_urb_enqueue() 5554 /* case PIPE_BULK:*/ fotg210_urb_dequeue()
|
H A D | fusbh200-hcd.c | 2919 } else if (type == PIPE_BULK) { qh_make() 5428 /* case PIPE_BULK: */ fusbh200_urb_enqueue() 5462 // case PIPE_BULK: fusbh200_urb_dequeue()
|
H A D | u132-hcd.c | 2310 } else if (usb_pipetype(urb->pipe) == PIPE_BULK) { u132_urb_enqueue()
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
H A D | usb-urb.c | 54 case PIPE_BULK: usb_urb_complete()
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
H A D | usb_urb.c | 65 case PIPE_BULK: usb_urb_complete()
|
H A D | lmedm04.c | 385 /* Quirk of pipe reporting PIPE_BULK but behaves as interrupt */ lme2510_int_read()
|
/linux-4.1.27/drivers/usb/mon/ |
H A D | mon_text.c | 486 default: /* PIPE_BULK */ utype = 'B'; mon_text_read_head_t() 504 default: /* PIPE_BULK */ utype = 'B'; mon_text_read_head_u()
|
H A D | mon_bin.c | 210 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
/linux-4.1.27/drivers/media/usb/au0828/ |
H A D | au0828-dvb.c | 131 if (ptype != PIPE_BULK) { urb_completion()
|
/linux-4.1.27/drivers/usb/usbip/ |
H A D | usbip_common.c | 89 case PIPE_BULK: usbip_dump_pipe()
|
/linux-4.1.27/include/linux/ |
H A 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/usb/gadget/udc/ |
H A D | dummy_hcd.c | 1712 if (total <= 0 && type == PIPE_BULK) dummy_timer() 2278 case PIPE_BULK: \ show_urb()
|
/linux-4.1.27/drivers/usb/dwc2/ |
H A D | hcd.h | 526 return usb_pipetype(urb->pipe) == PIPE_BULK || dbg_urb()
|
H A D | hcd.c | 2343 case PIPE_BULK: dwc2_dump_urb_info() 2442 case PIPE_BULK: _dwc2_hcd_urb_enqueue()
|
/linux-4.1.27/drivers/usb/core/ |
H A D | urb.c | 328 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT usb_submit_urb()
|
/linux-4.1.27/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 1507 case PIPE_BULK: isp1760_urb_enqueue()
|
/linux-4.1.27/drivers/staging/octeon-usb/ |
H A D | octeon-hcd.c | 3257 case PIPE_BULK: octeon_usb_urb_enqueue()
|