/kernel/linux/linux-5.10/drivers/usb/usbip/ |
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()
|
D | vhci_tx.c | 123 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in vhci_send_cmd_submit()
|
D | usbip_common.c | 60 unsigned char type = usb_pipetype(p); in usbip_dump_pipe() 248 if (urb->setup_packet && usb_pipetype(urb->pipe) == PIPE_CONTROL) in usbip_dump_urb()
|
D | stub_rx.c | 175 if (usb_pipetype(urb->pipe) != PIPE_CONTROL) in tweak_special_requests()
|
/kernel/linux/linux-5.10/include/linux/ |
D | usb.h | 1946 #define usb_pipetype(pipe) (((pipe) >> 30) & 3) macro 1947 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS) 1948 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT) 1949 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL) 1950 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK)
|
/kernel/linux/linux-5.10/drivers/usb/c67x00/ |
D | c67x00-sched.c | 207 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in c67x00_release_urb() 267 type = usb_pipetype(urb->pipe); in c67x00_ep_data_alloc() 388 switch (usb_pipetype(urb->pipe)) { in c67x00_urb_enqueue() 588 switch (usb_pipetype(td->pipe)) { in c67x00_create_td() 917 switch (usb_pipetype(td->pipe)) { in c67x00_handle_successful_td()
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
D | hcd.h | 623 return usb_pipetype(urb->pipe) == PIPE_BULK || in dbg_urb() 624 usb_pipetype(urb->pipe) == PIPE_CONTROL; in dbg_urb()
|
D | hcd.c | 4070 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in dwc2_allocate_bus_bandwidth() 4083 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in dwc2_free_bus_bandwidth() 4127 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in dwc2_host_complete() 4138 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS && dbg_perio()) { in dwc2_host_complete() 4151 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS || in dwc2_host_complete() 4152 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in dwc2_host_complete() 4487 switch (usb_pipetype(urb->pipe)) { in dwc2_dump_urb_info() 4534 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in dwc2_dump_urb_info() 4577 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS || in _dwc2_hcd_urb_enqueue() 4578 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in _dwc2_hcd_urb_enqueue() [all …]
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
D | urb.c | 210 if (usb_pipetype(pipe) != pipetypes[usb_endpoint_type(&ep->desc)]) in usb_pipe_type_check() 494 usb_pipetype(urb->pipe), pipetypes[xfertype]); in usb_submit_urb()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | ehci-hcd.c | 894 switch (usb_pipetype (urb->pipe)) { in ehci_urb_enqueue() 937 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in ehci_urb_dequeue() 948 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) in ehci_urb_dequeue()
|
D | ohci-q.c | 57 switch (usb_pipetype (urb->pipe)) { in finish_urb() 443 ed->type = usb_pipetype(pipe); in ed_get() 799 int type = usb_pipetype (urb->pipe); in td_done()
|
D | u132-hcd.c | 1889 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_int() 1980 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_bulk() 2094 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_control() 2115 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_control() 2253 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in u132_urb_enqueue() 2291 } else if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in u132_urb_enqueue() 2295 } else if (usb_pipetype(urb->pipe) == PIPE_BULK) { in u132_urb_enqueue()
|
D | max3421-hcd.c | 1054 if (urb_done > 0 && usb_pipetype(urb->pipe) == PIPE_CONTROL) { in max3421_host_transfer_done() 1172 usb_pipetype(urb->pipe), in dump_eps() 1511 switch (usb_pipetype(urb->pipe)) { in max3421_urb_enqueue()
|
D | ehci-q.c | 253 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in ehci_urb_done() 784 type = usb_pipetype (urb->pipe); in qh_make()
|
D | imx21-hcd.c | 223 ((u32) fmt_urb_to_etd[usb_pipetype(urb->pipe)] << DW0_FORMAT) | in setup_etd_dword0() 1082 switch (usb_pipetype(urb->pipe)) { in nonisoc_etd_done() 1200 switch (usb_pipetype(urb->pipe)) { in imx21_hc_urb_enqueue()
|
D | uhci-debug.c | 118 switch (usb_pipetype(urbp->urb->pipe)) { in uhci_show_urbp()
|
D | fhci-hcd.c | 395 switch (usb_pipetype(pipe)) { in fhci_urb_enqueue()
|
D | ohci-dbg.c | 20 #define pipestring(pipe) edstring(usb_pipetype(pipe))
|
D | fhci-sched.c | 711 switch (usb_pipetype(urb->pipe)) { in fhci_queue_urb()
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
D | usb-urb.c | 18 int ptype = usb_pipetype(urb->pipe); in usb_urb_complete()
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
D | usb_urb.c | 22 int ptype = usb_pipetype(urb->pipe); in usb_urb_complete()
|
/kernel/linux/linux-5.10/drivers/media/usb/au0828/ |
D | au0828-dvb.c | 111 int ptype = usb_pipetype(purb->pipe); in urb_completion()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 1289 if (usb_pipetype(urb->pipe) == PIPE_CONTROL) in dummy_urb_enqueue() 1933 switch (usb_pipetype(urb->pipe)) { in dummy_timer() 2413 switch (usb_pipetype(urb->pipe)) { \ in show_urb()
|
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 1975 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in octeon_usb_urb_complete_callback() 3091 switch (usb_pipetype(urb->pipe)) { in octeon_usb_urb_enqueue() 3170 switch (usb_pipetype(urb->pipe)) { in octeon_usb_urb_enqueue()
|
/kernel/linux/linux-5.10/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 678 if (usb_pipein(urb->pipe) && usb_pipetype(urb->pipe) != PIPE_CONTROL) { in isp1760_urb_done() 1500 switch (usb_pipetype(urb->pipe)) { in isp1760_urb_enqueue()
|