Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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 Dfhci-hcd.c400 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 Dimx21-hcd.c1106 case PIPE_BULK: in nonisoc_etd_done()
1204 case PIPE_BULK: in imx21_hc_urb_enqueue()
H A Doxu210hp-hcd.c1886 } else if (type == PIPE_BULK) { in qh_make()
3242 case PIPE_BULK: in __oxu_urb_enqueue()
3364 case PIPE_BULK: in oxu_urb_dequeue()
H A Dehci-q.c916 } else if (type == PIPE_BULK) { in qh_make()
/OK3568_Linux_fs/u-boot/include/
H A Dusb.h355 #define usb_sndbulkpipe(dev, endpoint) ((PIPE_BULK << 30) | \
357 #define usb_rcvbulkpipe(dev, endpoint) ((PIPE_BULK << 30) | \
397 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK)
H A Dusb_defs.h176 #define PIPE_BULK 3U macro
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h1965 #define PIPE_BULK 3 macro
1977 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK)
1995 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint))
1997 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c400 case PIPE_BULK: /* one TD for every 4096 Byte */ in sohci_submit_job()
491 case PIPE_BULK: in ep_link()
539 case PIPE_BULK: in ep_unlink()
689 case PIPE_BULK: in td_submit_job()
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dvudc_rx.c155 urb_p->urb->pipe |= (PIPE_BULK << 30); in v_recv_cmd_submit()
H A Dusbip_common.c77 case PIPE_BULK: in usbip_dump_pipe()
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Dusb-urb.c55 case PIPE_BULK: in usb_urb_complete()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-hcd.c544 case PIPE_BULK: /* one TD for every 4096 Byte */ in sohci_submit_job()
699 case PIPE_BULK: in ep_link()
806 case PIPE_BULK: in ep_unlink()
982 case PIPE_BULK: in td_submit_job()
H A Dxhci.c1142 if (usb_pipetype(pipe) != PIPE_BULK) { in _xhci_submit_bulk_msg()
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/
H A Dusb_urb.c66 case PIPE_BULK: in usb_urb_complete()
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhcd.h623 return usb_pipetype(urb->pipe) == PIPE_BULK || in dbg_urb()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Durb.c191 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
/OK3568_Linux_fs/kernel/drivers/media/usb/au0828/
H A Dau0828-dvb.c126 if (ptype != PIPE_BULK) { in urb_completion()
/OK3568_Linux_fs/kernel/drivers/usb/mon/
H A Dmon_bin.c213 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT

12