/linux-6.3-rc2/drivers/usb/usbip/ |
A D | stub_tx.c | 183 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in stub_send_ret_submit() 238 usb_pipetype(urb->pipe) != PIPE_ISOCHRONOUS && in stub_send_ret_submit() 266 usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in stub_send_ret_submit() 299 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in stub_send_ret_submit()
|
A D | vhci_tx.c | 123 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in vhci_send_cmd_submit()
|
A D | vudc_rx.c | 166 urb_p->urb->pipe |= (PIPE_ISOCHRONOUS << 30); in v_recv_cmd_submit()
|
A D | usbip_common.c | 68 case PIPE_ISOCHRONOUS: in usbip_dump_pipe()
|
/linux-6.3-rc2/drivers/media/usb/dvb-usb/ |
A D | usb-urb.c | 23 ptype == PIPE_ISOCHRONOUS ? "isoc" : "bulk", in usb_urb_complete() 42 case PIPE_ISOCHRONOUS: in usb_urb_complete()
|
/linux-6.3-rc2/drivers/media/usb/dvb-usb-v2/ |
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-6.3-rc2/drivers/usb/c67x00/ |
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()
|
A D | c67x00-hcd.c | 349 INIT_LIST_HEAD(&c67x00->list[PIPE_ISOCHRONOUS]); in c67x00_hcd_probe()
|
/linux-6.3-rc2/include/linux/ |
A D | usb.h | 1972 #define PIPE_ISOCHRONOUS 0 macro 1984 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS) 2001 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint)) 2003 ((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
|
/linux-6.3-rc2/drivers/usb/host/ |
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()
|
A D | sl811-hcd.c | 808 if (type == PIPE_ISOCHRONOUS) in sl811h_urb_enqueue() 872 case PIPE_ISOCHRONOUS: in sl811h_urb_enqueue() 878 if (type == PIPE_ISOCHRONOUS) in sl811h_urb_enqueue() 881 type == PIPE_ISOCHRONOUS, in sl811h_urb_enqueue() 898 case PIPE_ISOCHRONOUS: in sl811h_urb_enqueue()
|
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()
|
A D | isp1362-hcd.c | 1233 if (type == PIPE_ISOCHRONOUS) { in isp1362_urb_enqueue() 1295 case PIPE_ISOCHRONOUS: in isp1362_urb_enqueue() 1302 type == PIPE_ISOCHRONOUS, in isp1362_urb_enqueue() 1320 case PIPE_ISOCHRONOUS: in isp1362_urb_enqueue() 1343 if (type == PIPE_ISOCHRONOUS) { in isp1362_urb_enqueue() 1379 case PIPE_ISOCHRONOUS: in isp1362_urb_enqueue()
|
A D | ehci-hcd.c | 907 case PIPE_ISOCHRONOUS: in ehci_urb_enqueue() 931 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in ehci_urb_dequeue()
|
A D | uhci-debug.c | 119 case PIPE_ISOCHRONOUS: ptype = "ISO"; break; in uhci_show_urbp()
|
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()
|
A D | fhci-hcd.c | 414 case PIPE_ISOCHRONOUS: in fhci_urb_enqueue()
|
A D | isp116x-hcd.c | 699 if (type == PIPE_ISOCHRONOUS) { in isp116x_urb_enqueue() 759 (type == PIPE_ISOCHRONOUS), in isp116x_urb_enqueue()
|
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()
|
A D | fhci-sched.c | 721 case PIPE_ISOCHRONOUS: in fhci_queue_urb()
|
A D | max3421-hcd.c | 1503 case PIPE_ISOCHRONOUS: in max3421_urb_enqueue()
|
A D | xhci-ring.c | 754 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in xhci_giveback_urb_in_irq() 841 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in xhci_td_cleanup()
|
/linux-6.3-rc2/drivers/usb/dwc2/ |
A D | hcd.c | 4088 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in dwc2_allocate_bus_bandwidth() 4101 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in dwc2_free_bus_bandwidth() 4145 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in dwc2_host_complete() 4156 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS && dbg_perio()) { in dwc2_host_complete() 4169 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS || in dwc2_host_complete() 4553 case PIPE_ISOCHRONOUS: in dwc2_dump_urb_info() 4590 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in dwc2_dump_urb_info() 4662 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS || in _dwc2_hcd_urb_enqueue() 4674 case PIPE_ISOCHRONOUS: in _dwc2_hcd_urb_enqueue()
|
/linux-6.3-rc2/drivers/usb/core/ |
A D | urb.c | 192 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|
/linux-6.3-rc2/drivers/usb/mon/ |
A D | mon_bin.c | 213 PIPE_CONTROL, PIPE_ISOCHRONOUS, PIPE_BULK, PIPE_INTERRUPT
|