Searched refs:PIPE_BULK (Results 1 – 25 of 29) sorted by relevance
12
/linux-6.1.9/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()
|
/linux-6.1.9/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 | xen-hcd.c | 633 case PIPE_BULK: in xenhcd_pipe_urb_to_xenusb() 704 case PIPE_BULK: in xenhcd_map_urb_for_request()
|
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 | oxu210hp-hcd.c | 1887 } else if (type == PIPE_BULK) { in qh_make() 3243 case PIPE_BULK: in __oxu_urb_enqueue() 3365 case PIPE_BULK: in oxu_urb_dequeue()
|
D | ehci-q.c | 917 } 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 | sl811-hcd.c | 894 case PIPE_BULK: in sl811h_urb_enqueue()
|
D | isp116x-hcd.c | 770 case PIPE_BULK: in isp116x_urb_enqueue()
|
/linux-6.1.9/include/linux/ |
D | usb.h | 1933 #define PIPE_BULK 3 macro 1945 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK) 1963 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint)) 1965 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
/linux-6.1.9/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()
|
/linux-6.1.9/drivers/media/usb/dvb-usb/ |
D | usb-urb.c | 55 case PIPE_BULK: in usb_urb_complete()
|
/linux-6.1.9/drivers/media/usb/dvb-usb-v2/ |
D | usb_urb.c | 66 case PIPE_BULK: in usb_urb_complete()
|
/linux-6.1.9/drivers/usb/dwc2/ |
D | hcd.h | 594 return usb_pipetype(urb->pipe) == PIPE_BULK || in dbg_urb()
|
D | hcd.c | 4547 case PIPE_BULK: in dwc2_dump_urb_info() 4677 case PIPE_BULK: in _dwc2_hcd_urb_enqueue()
|
/linux-6.1.9/drivers/usb/core/ |
D | urb.c | 192 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
/linux-6.1.9/drivers/media/usb/au0828/ |
D | au0828-dvb.c | 126 if (ptype != PIPE_BULK) { in urb_completion()
|
/linux-6.1.9/drivers/usb/mon/ |
D | mon_bin.c | 213 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
/linux-6.1.9/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 2431 case PIPE_BULK: \ in show_urb()
|
12