/Linux-v4.19/drivers/usb/usbip/ |
D | stub_tx.c | 177 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()
|
D | vhci_tx.c | 91 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 | 172 if (usb_pipetype(urb->pipe) != PIPE_CONTROL) in tweak_special_requests()
|
/Linux-v4.19/drivers/usb/host/whci/ |
D | hcd.c | 113 switch (usb_pipetype(urb->pipe)) { in whc_urb_enqueue() 140 switch (usb_pipetype(urb->pipe)) { in whc_urb_dequeue()
|
D | whci-hc.h | 183 return type[usb_pipetype(pipe)]; in usb_pipe_to_qh_type()
|
/Linux-v4.19/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() 916 switch (usb_pipetype(td->pipe)) { in c67x00_handle_successful_td()
|
/Linux-v4.19/include/linux/ |
D | usb.h | 1914 #define usb_pipetype(pipe) (((pipe) >> 30) & 3) macro 1915 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS) 1916 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT) 1917 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL) 1918 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK)
|
/Linux-v4.19/drivers/usb/dwc2/ |
D | hcd.h | 616 return usb_pipetype(urb->pipe) == PIPE_BULK || in dbg_urb() 617 usb_pipetype(urb->pipe) == PIPE_CONTROL; in dbg_urb()
|
D | hcd.c | 4247 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in dwc2_allocate_bus_bandwidth() 4260 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in dwc2_free_bus_bandwidth() 4304 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in dwc2_host_complete() 4315 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS && dbg_perio()) { in dwc2_host_complete() 4328 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS || in dwc2_host_complete() 4329 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in dwc2_host_complete() 4611 switch (usb_pipetype(urb->pipe)) { in dwc2_dump_urb_info() 4656 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in dwc2_dump_urb_info() 4699 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS || in _dwc2_hcd_urb_enqueue() 4700 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in _dwc2_hcd_urb_enqueue() [all …]
|
/Linux-v4.19/drivers/usb/core/ |
D | urb.c | 209 if (usb_pipetype(urb->pipe) != pipetypes[usb_endpoint_type(&ep->desc)]) in usb_urb_ep_type_check() 479 usb_pipetype(urb->pipe), pipetypes[xfertype]); in usb_submit_urb()
|
/Linux-v4.19/drivers/usb/host/ |
D | ehci-hcd.c | 862 switch (usb_pipetype (urb->pipe)) { in ehci_urb_enqueue() 905 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in ehci_urb_dequeue() 916 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 | 1892 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_int() 1983 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_bulk() 2097 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_control() 2118 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_control() 2256 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in u132_urb_enqueue() 2294 } else if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in u132_urb_enqueue() 2298 } else if (usb_pipetype(urb->pipe) == PIPE_BULK) { in u132_urb_enqueue()
|
D | max3421-hcd.c | 1084 if (urb_done > 0 && usb_pipetype(urb->pipe) == PIPE_CONTROL) { in max3421_host_transfer_done() 1202 usb_pipetype(urb->pipe), in dump_eps() 1531 switch (usb_pipetype(urb->pipe)) { in max3421_urb_enqueue()
|
D | ehci-q.c | 242 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in ehci_urb_done() 773 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))
|
/Linux-v4.19/drivers/media/usb/dvb-usb/ |
D | usb-urb.c | 18 int ptype = usb_pipetype(urb->pipe); in usb_urb_complete()
|
/Linux-v4.19/drivers/media/usb/dvb-usb-v2/ |
D | usb_urb.c | 22 int ptype = usb_pipetype(urb->pipe); in usb_urb_complete()
|
/Linux-v4.19/drivers/media/usb/au0828/ |
D | au0828-dvb.c | 121 int ptype = usb_pipetype(purb->pipe); in urb_completion()
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 1284 if (usb_pipetype(urb->pipe) == PIPE_CONTROL) in dummy_urb_enqueue() 1927 switch (usb_pipetype(urb->pipe)) { in dummy_timer() 2392 switch (usb_pipetype(urb->pipe)) { \ in show_urb()
|
/Linux-v4.19/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 1975 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in octeon_usb_urb_complete_callback() 3093 switch (usb_pipetype(urb->pipe)) { in octeon_usb_urb_enqueue() 3172 switch (usb_pipetype(urb->pipe)) { in octeon_usb_urb_enqueue()
|