Searched refs:PIPE_BULK (Results 1 – 22 of 22) sorted by relevance
| /linux/drivers/usb/usbip/ |
| H A D | vudc_rx.c | 152 BUILD_BUG_ON_MSG(PIPE_BULK != 3, "PIPE_* doesn't range from 0 to 3"); in v_recv_cmd_submit() 154 urb_p->urb->pipe &= ~(PIPE_BULK << 30); in v_recv_cmd_submit() 157 urb_p->urb->pipe |= (PIPE_BULK << 30); in v_recv_cmd_submit()
|
| /linux/drivers/usb/c67x00/ |
| H A D | c67x00-hcd.h | 63 #if PIPE_BULK != 3
|
| H A 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()
|
| H A D | c67x00-hcd.c | 352 INIT_LIST_HEAD(&c67x00->list[PIPE_BULK]); in c67x00_hcd_probe()
|
| /linux/drivers/usb/host/ |
| H A 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()
|
| H A D | xen-hcd.c | 633 case PIPE_BULK: in xenhcd_pipe_urb_to_xenusb() 704 case PIPE_BULK: in xenhcd_map_urb_for_request()
|
| H A D | uhci-debug.c | 121 case PIPE_BULK: ptype = "BLK"; break; in uhci_show_urbp()
|
| H A D | ohci-dbg.c | 16 case PIPE_BULK: temp = "bulk"; break; \
|
| H A D | oxu210hp-hcd.c | 1863 } else if (type == PIPE_BULK) { in qh_make() 3219 case PIPE_BULK: in __oxu_urb_enqueue() 3341 case PIPE_BULK: in oxu_urb_dequeue()
|
| H A D | sl811-hcd.c | 897 case PIPE_BULK: in sl811h_urb_enqueue()
|
| H A D | isp116x-hcd.c | 770 case PIPE_BULK: in isp116x_urb_enqueue()
|
| H A D | octeon-hcd.c | 3225 case PIPE_BULK: in octeon_usb_urb_enqueue()
|
| /linux/include/linux/ |
| H A D | usb.h | 2013 #define PIPE_BULK 3 macro 2025 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK) 2043 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint)) 2045 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | usb-urb.c | 55 case PIPE_BULK: in usb_urb_complete()
|
| /linux/drivers/media/usb/dvb-usb-v2/ |
| H A D | usb_urb.c | 66 case PIPE_BULK: in usb_urb_complete()
|
| /linux/drivers/usb/dwc2/ |
| H A D | hcd.h | 594 return usb_pipetype(urb->pipe) == PIPE_BULK || in dbg_urb()
|
| H A D | hcd.c | 4552 case PIPE_BULK: in dwc2_dump_urb_info() 4682 case PIPE_BULK: in _dwc2_hcd_urb_enqueue()
|
| /linux/drivers/usb/core/ |
| H A D | urb.c | 191 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
| /linux/drivers/usb/mon/ |
| H A D | mon_bin.c | 215 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
| /linux/drivers/usb/isp1760/ |
| H A D | isp1760-hcd.c | 1893 case PIPE_BULK: in isp1760_urb_enqueue()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | dummy_hcd.c | 2455 case PIPE_BULK: \ in show_urb()
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.c | 2838 } else if (type == PIPE_BULK) { in qh_make()
|