Home
last modified time | relevance | path

Searched refs:PIPE_ISOCHRONOUS (Results 1 – 31 of 31) sorted by relevance

/linux-4.4.14/drivers/usb/usbip/
Dstub_tx.c177 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in stub_send_ret_submit()
204 usb_pipetype(urb->pipe) != PIPE_ISOCHRONOUS && in stub_send_ret_submit()
211 usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in stub_send_ret_submit()
244 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in stub_send_ret_submit()
Dvhci_tx.c103 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in vhci_send_cmd_submit()
Dusbip_common.c80 case PIPE_ISOCHRONOUS: in usbip_dump_pipe()
/linux-4.4.14/drivers/usb/host/whci/
Dhcd.c128 case PIPE_ISOCHRONOUS: in whc_urb_enqueue()
155 case PIPE_ISOCHRONOUS: in whc_urb_dequeue()
Dwhci-hc.h191 [PIPE_ISOCHRONOUS] = QH_INFO1_TR_TYPE_ISOC, in usb_pipe_to_qh_type()
/linux-4.4.14/drivers/media/usb/dvb-usb/
Dusb-urb.c22 ptype == PIPE_ISOCHRONOUS ? "isoc" : "bulk", in usb_urb_complete()
41 case PIPE_ISOCHRONOUS: in usb_urb_complete()
/linux-4.4.14/include/linux/
Dusb.h1796 #define PIPE_ISOCHRONOUS 0 macro
1808 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS)
1825 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint))
1827 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
Dusb_urb.c27 __func__, ptype == PIPE_ISOCHRONOUS ? "isoc" : "bulk", in usb_urb_complete()
49 case PIPE_ISOCHRONOUS: in usb_urb_complete()
/linux-4.4.14/drivers/usb/c67x00/
Dc67x00-sched.c221 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in c67x00_release_urb()
410 case PIPE_ISOCHRONOUS: in c67x00_urb_enqueue()
603 case PIPE_ISOCHRONOUS: in c67x00_create_td()
831 c67x00_fill_from_list(c67x00, PIPE_ISOCHRONOUS, c67x00_add_iso_urb); in c67x00_fill_frame()
Dc67x00-hcd.c363 INIT_LIST_HEAD(&c67x00->list[PIPE_ISOCHRONOUS]); in c67x00_hcd_probe()
/linux-4.4.14/drivers/usb/host/
Dohci-q.c57 case PIPE_ISOCHRONOUS: in finish_urb()
452 if (ed->type == PIPE_ISOCHRONOUS) in ed_get()
459 ed->type == PIPE_ISOCHRONOUS, in ed_get()
714 case PIPE_ISOCHRONOUS: in td_submit_urb()
Dsl811-hcd.c807 if (type == PIPE_ISOCHRONOUS) in sl811h_urb_enqueue()
871 case PIPE_ISOCHRONOUS: in sl811h_urb_enqueue()
877 if (type == PIPE_ISOCHRONOUS) in sl811h_urb_enqueue()
880 (type == PIPE_ISOCHRONOUS), in sl811h_urb_enqueue()
897 case PIPE_ISOCHRONOUS: in sl811h_urb_enqueue()
Dohci-hcd.c185 case PIPE_ISOCHRONOUS: /* number of packets from URB */ in ohci_urb_enqueue()
241 if (ed->type == PIPE_ISOCHRONOUS) { in ohci_urb_enqueue()
251 } else if (ed->type == PIPE_ISOCHRONOUS) { in ohci_urb_enqueue()
Disp1362-hcd.c1231 if (type == PIPE_ISOCHRONOUS) { in isp1362_urb_enqueue()
1293 case PIPE_ISOCHRONOUS: in isp1362_urb_enqueue()
1300 (type == PIPE_ISOCHRONOUS), in isp1362_urb_enqueue()
1318 case PIPE_ISOCHRONOUS: in isp1362_urb_enqueue()
1341 if (type == PIPE_ISOCHRONOUS) { in isp1362_urb_enqueue()
1377 case PIPE_ISOCHRONOUS: in isp1362_urb_enqueue()
Dehci-hcd.c880 case PIPE_ISOCHRONOUS: in ehci_urb_enqueue()
904 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in ehci_urb_dequeue()
Duhci-debug.c118 case PIPE_ISOCHRONOUS: ptype = "ISO"; break; in uhci_show_urbp()
Dfhci-hcd.c420 case PIPE_ISOCHRONOUS: in fhci_urb_enqueue()
Disp116x-hcd.c698 if (type == PIPE_ISOCHRONOUS) { in isp116x_urb_enqueue()
758 (type == PIPE_ISOCHRONOUS), in isp116x_urb_enqueue()
Dfhci-sched.c726 case PIPE_ISOCHRONOUS: in fhci_queue_urb()
Dxhci-ring.c610 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in xhci_giveback_urb_in_irq()
1881 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in finish_td()
2589 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in handle_tx_event()
Dmax3421-hcd.c1535 case PIPE_ISOCHRONOUS: in max3421_urb_enqueue()
Dfotg210-hcd.c5329 case PIPE_ISOCHRONOUS: in fotg210_urb_enqueue()
5392 case PIPE_ISOCHRONOUS: in fotg210_urb_dequeue()
Dr8a66597-hcd.c1268 case PIPE_ISOCHRONOUS: in set_td_timer()
Doxu210hp-hcd.c2841 case PIPE_ISOCHRONOUS: in __oxu_urb_enqueue()
Du132-hcd.c2302 } else if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in u132_urb_enqueue()
/linux-4.4.14/drivers/usb/dwc2/
Dhcd.c2180 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in dwc2_allocate_bus_bandwidth()
2193 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in dwc2_free_bus_bandwidth()
2238 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in dwc2_host_complete()
2249 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS && dbg_perio()) { in dwc2_host_complete()
2262 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS || in dwc2_host_complete()
2536 case PIPE_ISOCHRONOUS: in dwc2_dump_urb_info()
2574 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in dwc2_dump_urb_info()
2617 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS || in _dwc2_hcd_urb_enqueue()
2629 case PIPE_ISOCHRONOUS: in _dwc2_hcd_urb_enqueue()
/linux-4.4.14/drivers/usb/core/
Durb.c327 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT in usb_submit_urb()
/linux-4.4.14/drivers/staging/octeon-usb/
Docteon-hcd.c2010 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in octeon_usb_urb_complete_callback()
3132 case PIPE_ISOCHRONOUS: in octeon_usb_urb_enqueue()
3211 case PIPE_ISOCHRONOUS: in octeon_usb_urb_enqueue()
/linux-4.4.14/drivers/usb/mon/
Dmon_bin.c210 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-hcd.c1516 case PIPE_ISOCHRONOUS: in isp1760_urb_enqueue()
/linux-4.4.14/drivers/usb/gadget/udc/
Ddummy_hcd.c1887 case PIPE_ISOCHRONOUS: in dummy_timer()