Home
last modified time | relevance | path

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

12

/openbmc/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()
H A Dusbip_common.c77 case PIPE_BULK: in usbip_dump_pipe()
/openbmc/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()
/openbmc/u-boot/include/
H A Dusb.h354 #define usb_sndbulkpipe(dev, endpoint) ((PIPE_BULK << 30) | \
356 #define usb_rcvbulkpipe(dev, endpoint) ((PIPE_BULK << 30) | \
396 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK)
H A Dusb_defs.h175 #define PIPE_BULK 3U macro
/openbmc/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 Duhci-debug.c121 case PIPE_BULK: ptype = "BLK"; break; in uhci_show_urbp()
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 Dfhci-hcd.c401 case PIPE_BULK: in fhci_urb_enqueue()
H A Dohci-dbg.c16 case PIPE_BULK: temp = "bulk"; break; \
H A Dfhci-sched.c715 case PIPE_BULK: in fhci_queue_urb()
H A Doxu210hp-hcd.c1887 } else if (type == PIPE_BULK) { in qh_make()
3243 case PIPE_BULK: in __oxu_urb_enqueue()
3365 case PIPE_BULK: in oxu_urb_dequeue()
H A Dehci-q.c917 } else if (type == PIPE_BULK) { in qh_make()
H A Disp1362-hcd.c1313 case PIPE_BULK: in isp1362_urb_enqueue()
1373 case PIPE_BULK: in isp1362_urb_enqueue()
/openbmc/linux/include/linux/
H A Dusb.h1983 #define PIPE_BULK 3 macro
1995 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK)
2013 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint))
2015 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dusb-urb.c55 case PIPE_BULK: in usb_urb_complete()
/openbmc/u-boot/drivers/usb/host/
H A Dohci-hcd.c540 case PIPE_BULK: /* one TD for every 4096 Byte */ in sohci_submit_job()
695 case PIPE_BULK: in ep_link()
802 case PIPE_BULK: in ep_unlink()
978 case PIPE_BULK: in td_submit_job()
H A Dxhci.c1140 if (usb_pipetype(pipe) != PIPE_BULK) { in _xhci_submit_bulk_msg()
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Dusb_urb.c66 case PIPE_BULK: in usb_urb_complete()
/openbmc/linux/drivers/usb/dwc2/
H A Dhcd.h594 return usb_pipetype(urb->pipe) == PIPE_BULK || in dbg_urb()
/openbmc/linux/drivers/usb/core/
H A Durb.c192 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
/openbmc/linux/drivers/media/usb/au0828/
H A Dau0828-dvb.c126 if (ptype != PIPE_BULK) { in urb_completion()
/openbmc/linux/drivers/usb/mon/
H A Dmon_bin.c213 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT

12