| /linux/drivers/usb/usbip/ |
| H A D | stub_tx.c | 184 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in stub_send_ret_submit() 239 usb_pipetype(urb->pipe) != PIPE_ISOCHRONOUS && in stub_send_ret_submit() 263 usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in stub_send_ret_submit() 296 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in stub_send_ret_submit()
|
| H A D | vudc_rx.c | 166 urb_p->urb->pipe |= (PIPE_ISOCHRONOUS << 30); in v_recv_cmd_submit()
|
| H A D | vhci_tx.c | 123 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in vhci_send_cmd_submit()
|
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | usb-urb.c | 23 ptype == PIPE_ISOCHRONOUS ? "isoc" : "bulk", in usb_urb_complete() 42 case PIPE_ISOCHRONOUS: in usb_urb_complete()
|
| /linux/drivers/media/usb/dvb-usb-v2/ |
| H A D | usb_urb.c | 28 __func__, ptype == PIPE_ISOCHRONOUS ? "isoc" : "bulk", in usb_urb_complete() 50 case PIPE_ISOCHRONOUS: in usb_urb_complete()
|
| /linux/drivers/usb/c67x00/ |
| H A D | c67x00-sched.c | 207 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in c67x00_release_urb() 396 case PIPE_ISOCHRONOUS: in c67x00_urb_enqueue() 589 case PIPE_ISOCHRONOUS: in c67x00_create_td() 818 c67x00_fill_from_list(c67x00, PIPE_ISOCHRONOUS, c67x00_add_iso_urb); in c67x00_fill_frame()
|
| H A D | c67x00-hcd.c | 349 INIT_LIST_HEAD(&c67x00->list[PIPE_ISOCHRONOUS]); in c67x00_hcd_probe()
|
| /linux/include/linux/ |
| H A D | usb.h | 2010 #define PIPE_ISOCHRONOUS 0 macro 2022 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS) 2039 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint)) 2041 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
| /linux/drivers/usb/host/ |
| H A D | ohci-q.c | 58 case PIPE_ISOCHRONOUS: in finish_urb() 454 if (ed->type == PIPE_ISOCHRONOUS) in ed_get() 461 ed->type == PIPE_ISOCHRONOUS, in ed_get() 716 case PIPE_ISOCHRONOUS: in td_submit_urb()
|
| H A D | sl811-hcd.c | 811 if (type == PIPE_ISOCHRONOUS) in sl811h_urb_enqueue() 875 case PIPE_ISOCHRONOUS: in sl811h_urb_enqueue() 881 if (type == PIPE_ISOCHRONOUS) in sl811h_urb_enqueue() 884 type == PIPE_ISOCHRONOUS, in sl811h_urb_enqueue() 901 case PIPE_ISOCHRONOUS: in sl811h_urb_enqueue()
|
| H A D | ohci-hcd.c | 187 case PIPE_ISOCHRONOUS: /* number of packets from URB */ in ohci_urb_enqueue() 243 if (ed->type == PIPE_ISOCHRONOUS) { in ohci_urb_enqueue() 253 } else if (ed->type == PIPE_ISOCHRONOUS) { in ohci_urb_enqueue()
|
| H A D | xen-hcd.c | 624 case PIPE_ISOCHRONOUS: in xenhcd_pipe_urb_to_xenusb() 685 case PIPE_ISOCHRONOUS: in xenhcd_map_urb_for_request()
|
| H A D | uhci-debug.c | 119 case PIPE_ISOCHRONOUS: ptype = "ISO"; break; in uhci_show_urbp()
|
| H A D | isp116x-hcd.c | 699 if (type == PIPE_ISOCHRONOUS) { in isp116x_urb_enqueue() 759 (type == PIPE_ISOCHRONOUS), in isp116x_urb_enqueue()
|
| H A D | octeon-hcd.c | 1977 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in octeon_usb_urb_complete_callback() 3096 case PIPE_ISOCHRONOUS: in octeon_usb_urb_enqueue() 3175 case PIPE_ISOCHRONOUS: in octeon_usb_urb_enqueue()
|
| H A D | max3421-hcd.c | 1509 case PIPE_ISOCHRONOUS: in max3421_urb_enqueue()
|
| H A D | xhci-ring.c | 832 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in xhci_giveback_urb_in_irq() 919 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in xhci_td_cleanup()
|
| H A D | r8a66597-hcd.c | 1253 case PIPE_ISOCHRONOUS: in set_td_timer()
|
| H A D | oxu210hp-hcd.c | 3230 case PIPE_ISOCHRONOUS: in __oxu_urb_enqueue()
|
| /linux/drivers/usb/dwc2/ |
| H A D | hcd.c | 4090 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in dwc2_allocate_bus_bandwidth() 4103 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in dwc2_free_bus_bandwidth() 4147 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in dwc2_host_complete() 4160 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS && dbg_perio()) { in dwc2_host_complete() 4173 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS || in dwc2_host_complete() 4558 case PIPE_ISOCHRONOUS: in dwc2_dump_urb_info() 4595 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in dwc2_dump_urb_info() 4667 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS || in _dwc2_hcd_urb_enqueue() 4679 case PIPE_ISOCHRONOUS: in _dwc2_hcd_urb_enqueue()
|
| /linux/drivers/usb/core/ |
| H A D | urb.c | 191 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
| /linux/drivers/usb/mon/ |
| H A D | mon_bin.c | 215 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.c | 5279 case PIPE_ISOCHRONOUS: in fotg210_urb_enqueue() 5342 case PIPE_ISOCHRONOUS: in fotg210_urb_dequeue()
|
| /linux/drivers/usb/isp1760/ |
| H A D | isp1760-hcd.c | 1902 case PIPE_ISOCHRONOUS: in isp1760_urb_enqueue()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | dummy_hcd.c | 1965 case PIPE_ISOCHRONOUS: in dummy_timer()
|