Searched refs:PIPE_BULK (Results 1 – 25 of 29) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/usb/c67x00/ |
D | c67x00-hcd.h | 63 #if PIPE_BULK != 3
|
D | c67x00-sched.c | 394 case PIPE_BULK: in c67x00_urb_enqueue() 596 case PIPE_BULK: in c67x00_create_td() 821 c67x00_fill_from_list(c67x00, PIPE_BULK, c67x00_add_data_urb); in c67x00_fill_frame() 944 case PIPE_BULK: in c67x00_handle_successful_td()
|
D | c67x00-hcd.c | 352 INIT_LIST_HEAD(&c67x00->list[PIPE_BULK]); in c67x00_hcd_probe()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | ohci-q.c | 224 case PIPE_BULK: in ed_schedule() 360 case PIPE_BULK: in ed_deschedule() 452 if (ed->type != PIPE_BULK) { in ed_get() 651 case PIPE_BULK: in td_submit_urb() 685 if (urb_priv->ed->type == PIPE_BULK) { in td_submit_urb() 1182 case PIPE_BULK: in takeback_td()
|
D | uhci-debug.c | 121 case PIPE_BULK: ptype = "BLK"; break; in uhci_show_urbp()
|
D | fhci-hcd.c | 400 case PIPE_BULK: in fhci_urb_enqueue()
|
D | ohci-dbg.c | 16 case PIPE_BULK: temp = "bulk"; break; \
|
D | fhci-sched.c | 715 case PIPE_BULK: in fhci_queue_urb()
|
D | imx21-hcd.c | 1106 case PIPE_BULK: in nonisoc_etd_done() 1204 case PIPE_BULK: in imx21_hc_urb_enqueue()
|
D | oxu210hp-hcd.c | 1886 } else if (type == PIPE_BULK) { in qh_make() 3242 case PIPE_BULK: in __oxu_urb_enqueue() 3364 case PIPE_BULK: in oxu_urb_dequeue()
|
D | ehci-q.c | 916 } else if (type == PIPE_BULK) { in qh_make()
|
D | isp1362-hcd.c | 1313 case PIPE_BULK: in isp1362_urb_enqueue() 1373 case PIPE_BULK: in isp1362_urb_enqueue()
|
D | isp116x-hcd.c | 771 case PIPE_BULK: in isp116x_urb_enqueue()
|
D | sl811-hcd.c | 894 case PIPE_BULK: in sl811h_urb_enqueue()
|
/kernel/linux/linux-5.10/include/linux/ |
D | usb.h | 1943 #define PIPE_BULK 3 macro 1955 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK) 1973 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint)) 1975 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
D | vudc_rx.c | 155 urb_p->urb->pipe |= (PIPE_BULK << 30); in v_recv_cmd_submit()
|
D | usbip_common.c | 77 case PIPE_BULK: in usbip_dump_pipe()
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
D | usb-urb.c | 55 case PIPE_BULK: in usb_urb_complete()
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
D | usb_urb.c | 66 case PIPE_BULK: in usb_urb_complete()
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
D | hcd.h | 623 return usb_pipetype(urb->pipe) == PIPE_BULK || in dbg_urb()
|
D | hcd.c | 4491 case PIPE_BULK: in dwc2_dump_urb_info() 4592 case PIPE_BULK: in _dwc2_hcd_urb_enqueue()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
D | urb.c | 191 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
/kernel/linux/linux-5.10/drivers/media/usb/au0828/ |
D | au0828-dvb.c | 126 if (ptype != PIPE_BULK) { in urb_completion()
|
/kernel/linux/linux-5.10/drivers/usb/mon/ |
D | mon_bin.c | 213 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
/kernel/linux/linux-5.10/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 1504 case PIPE_BULK: in isp1760_urb_enqueue()
|
12