Searched refs:PIPE_ISOCHRONOUS (Results 1 - 33 of 33) sorted by relevance

/linux-4.1.27/drivers/usb/usbip/
H A Dstub_tx.c177 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) stub_send_ret_submit()
204 usb_pipetype(urb->pipe) != PIPE_ISOCHRONOUS && stub_send_ret_submit()
211 usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { stub_send_ret_submit()
244 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { stub_send_ret_submit()
H A Dvhci_tx.c103 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { vhci_send_cmd_submit()
H A Dusbip_common.c80 case PIPE_ISOCHRONOUS: usbip_dump_pipe()
/linux-4.1.27/drivers/media/usb/dvb-usb/
H A Dusb-urb.c22 ptype == PIPE_ISOCHRONOUS ? "isoc" : "bulk", usb_urb_complete()
41 case PIPE_ISOCHRONOUS: usb_urb_complete()
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/
H A Dusb_urb.c27 __func__, ptype == PIPE_ISOCHRONOUS ? "isoc" : "bulk", usb_urb_complete()
49 case PIPE_ISOCHRONOUS: usb_urb_complete()
/linux-4.1.27/drivers/usb/host/whci/
H A Dhcd.c128 case PIPE_ISOCHRONOUS: whc_urb_enqueue()
155 case PIPE_ISOCHRONOUS: whc_urb_dequeue()
H A Dwhci-hc.h191 [PIPE_ISOCHRONOUS] = QH_INFO1_TR_TYPE_ISOC, usb_pipe_to_qh_type()
/linux-4.1.27/drivers/usb/host/
H A Dohci-q.c57 case PIPE_ISOCHRONOUS:
245 // case PIPE_ISOCHRONOUS: ed_schedule()
385 // case PIPE_ISOCHRONOUS: ed_deschedule()
451 if (ed->type == PIPE_ISOCHRONOUS) ed_get()
458 ed->type == PIPE_ISOCHRONOUS, ed_get()
713 case PIPE_ISOCHRONOUS: td_submit_urb()
H A Dsl811-hcd.c807 if (type == PIPE_ISOCHRONOUS) sl811h_urb_enqueue()
871 case PIPE_ISOCHRONOUS: sl811h_urb_enqueue()
877 if (type == PIPE_ISOCHRONOUS) sl811h_urb_enqueue()
880 (type == PIPE_ISOCHRONOUS), sl811h_urb_enqueue()
897 case PIPE_ISOCHRONOUS: sl811h_urb_enqueue()
H A Dimx21-hcd.h287 /*PIPE_ISOCHRONOUS*/ IMX_FMT_ISO,
H A Dohci-hcd.c184 case PIPE_ISOCHRONOUS: /* number of packets from URB */ ohci_urb_enqueue()
240 if (ed->type == PIPE_ISOCHRONOUS) { ohci_urb_enqueue()
250 } else if (ed->type == PIPE_ISOCHRONOUS) { ohci_urb_enqueue()
H A Disp1362-hcd.c1231 if (type == PIPE_ISOCHRONOUS) { isp1362_urb_enqueue()
1293 case PIPE_ISOCHRONOUS: isp1362_urb_enqueue()
1300 (type == PIPE_ISOCHRONOUS), isp1362_urb_enqueue()
1318 case PIPE_ISOCHRONOUS: isp1362_urb_enqueue()
1341 if (type == PIPE_ISOCHRONOUS) { isp1362_urb_enqueue()
1377 case PIPE_ISOCHRONOUS: isp1362_urb_enqueue()
H A Duhci-debug.c118 case PIPE_ISOCHRONOUS: ptype = "ISO"; break; uhci_show_urbp()
H A Dfhci-hcd.c420 case PIPE_ISOCHRONOUS: fhci_urb_enqueue()
H A Dfhci-sched.c726 case PIPE_ISOCHRONOUS: fhci_queue_urb()
H A Dehci-hcd.c879 case PIPE_ISOCHRONOUS: ehci_urb_enqueue()
903 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { ehci_urb_dequeue()
H A Disp116x-hcd.c697 if (type == PIPE_ISOCHRONOUS) { isp116x_urb_enqueue()
757 (type == PIPE_ISOCHRONOUS), isp116x_urb_enqueue()
H A Du132-hcd.c2306 } else if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { u132_urb_enqueue()
2308 "t support PIPE_ISOCHRONOUS\n"); u132_urb_enqueue()
H A Dmax3421-hcd.c1535 case PIPE_ISOCHRONOUS: max3421_urb_enqueue()
H A Dxhci-ring.c610 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { xhci_giveback_urb_in_irq()
1878 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { finish_td()
2550 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS)
H A Dr8a66597-hcd.c1268 case PIPE_ISOCHRONOUS: set_td_timer()
H A Dfotg210-hcd.c5531 case PIPE_ISOCHRONOUS: fotg210_urb_enqueue()
5594 case PIPE_ISOCHRONOUS: fotg210_urb_dequeue()
H A Dfusbh200-hcd.c5439 case PIPE_ISOCHRONOUS: fusbh200_urb_enqueue()
5502 case PIPE_ISOCHRONOUS: fusbh200_urb_dequeue()
H A Doxu210hp-hcd.c2846 case PIPE_ISOCHRONOUS: __oxu_urb_enqueue()
/linux-4.1.27/drivers/usb/c67x00/
H A Dc67x00-hcd.c363 INIT_LIST_HEAD(&c67x00->list[PIPE_ISOCHRONOUS]); c67x00_hcd_probe()
H A Dc67x00-sched.c221 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { c67x00_release_urb()
410 case PIPE_ISOCHRONOUS: c67x00_urb_enqueue()
603 case PIPE_ISOCHRONOUS: c67x00_create_td()
831 c67x00_fill_from_list(c67x00, PIPE_ISOCHRONOUS, c67x00_add_iso_urb); c67x00_fill_frame()
/linux-4.1.27/drivers/usb/dwc2/
H A Dhcd.c2130 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) dwc2_allocate_bus_bandwidth()
2143 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) dwc2_free_bus_bandwidth()
2187 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS && dbg_perio()) { dwc2_host_complete()
2193 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { dwc2_host_complete()
2211 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS || dwc2_host_complete()
2349 case PIPE_ISOCHRONOUS: dwc2_dump_urb_info()
2387 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { dwc2_dump_urb_info()
2427 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS || _dwc2_hcd_urb_enqueue()
2439 case PIPE_ISOCHRONOUS: _dwc2_hcd_urb_enqueue()
/linux-4.1.27/include/linux/
H A Dusb.h1787 #define PIPE_ISOCHRONOUS 0 macro
1799 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS)
1816 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint))
1818 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
/linux-4.1.27/drivers/usb/mon/
H A Dmon_bin.c210 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
/linux-4.1.27/drivers/usb/core/
H A Durb.c328 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT usb_submit_urb()
/linux-4.1.27/drivers/staging/octeon-usb/
H A Docteon-hcd.c2004 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { octeon_usb_urb_complete_callback()
3126 case PIPE_ISOCHRONOUS: octeon_usb_urb_enqueue()
3205 case PIPE_ISOCHRONOUS: octeon_usb_urb_enqueue()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Ddummy_hcd.c1808 case PIPE_ISOCHRONOUS: dummy_timer()
/linux-4.1.27/drivers/usb/isp1760/
H A Disp1760-hcd.c1516 case PIPE_ISOCHRONOUS: isp1760_urb_enqueue()

Completed in 1390 milliseconds