Home
last modified time | relevance | path

Searched refs:PIPE_BULK (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/usb/usbip/
H A Dvudc_rx.c152 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 Dc67x00-hcd.h63 #if PIPE_BULK != 3
H A Dc67x00-sched.c394 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 Dc67x00-hcd.c352 INIT_LIST_HEAD(&c67x00->list[PIPE_BULK]); in c67x00_hcd_probe()
/linux/drivers/usb/host/
H A Dohci-q.c224 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 Dxen-hcd.c633 case PIPE_BULK: in xenhcd_pipe_urb_to_xenusb()
704 case PIPE_BULK: in xenhcd_map_urb_for_request()
H A Duhci-debug.c121 case PIPE_BULK: ptype = "BLK"; break; in uhci_show_urbp()
H A Dohci-dbg.c16 case PIPE_BULK: temp = "bulk"; break; \
H A Doxu210hp-hcd.c1863 } 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 Dsl811-hcd.c897 case PIPE_BULK: in sl811h_urb_enqueue()
H A Disp116x-hcd.c770 case PIPE_BULK: in isp116x_urb_enqueue()
H A Docteon-hcd.c3225 case PIPE_BULK: in octeon_usb_urb_enqueue()
/linux/include/linux/
H A Dusb.h2013 #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 Dusb-urb.c55 case PIPE_BULK: in usb_urb_complete()
/linux/drivers/media/usb/dvb-usb-v2/
H A Dusb_urb.c66 case PIPE_BULK: in usb_urb_complete()
/linux/drivers/usb/dwc2/
H A Dhcd.h594 return usb_pipetype(urb->pipe) == PIPE_BULK || in dbg_urb()
H A Dhcd.c4552 case PIPE_BULK: in dwc2_dump_urb_info()
4682 case PIPE_BULK: in _dwc2_hcd_urb_enqueue()
/linux/drivers/usb/core/
H A Durb.c191 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
/linux/drivers/usb/mon/
H A Dmon_bin.c215 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c1893 case PIPE_BULK: in isp1760_urb_enqueue()
/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c2455 case PIPE_BULK: \ in show_urb()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c2838 } else if (type == PIPE_BULK) { in qh_make()