Home
last modified time | relevance | path

Searched refs:usb_pipetype (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/usb/usbip/
H A Dstub_tx.c184 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 Dvhci_tx.c123 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in vhci_send_cmd_submit()
H A Dstub_rx.c180 if (usb_pipetype(urb->pipe) != PIPE_CONTROL) in tweak_special_requests()
H A Dvhci_hcd.c753 __u8 type = usb_pipetype(urb->pipe); in vhci_urb_enqueue()
/linux/drivers/usb/c67x00/
H A Dc67x00-sched.c207 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()
/linux/include/linux/
H A Dusb.h2021 #define usb_pipetype(pipe) (((pipe) >> 30) & 3) macro
2022 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS)
2023 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT)
2024 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
2025 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK)
/linux/drivers/usb/dwc2/
H A Dhcd.h594 return usb_pipetype(urb->pipe) == PIPE_BULK || in dbg_urb()
595 usb_pipetype(urb->pipe) == PIPE_CONTROL; in dbg_urb()
H A Dhcd.c4090 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()
4174 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in dwc2_host_complete()
4548 switch (usb_pipetype(urb->pipe)) { 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()
4668 usb_pipetype(ur in _dwc2_hcd_urb_enqueue()
[all...]
/linux/drivers/usb/core/
H A Durb.c210 if (usb_pipetype(pipe) != pipetypes[usb_endpoint_type(&ep->desc)]) in usb_pipe_type_check()
509 usb_pipetype(urb->pipe), pipetypes[xfertype]); in usb_submit_urb()
/linux/drivers/usb/host/
H A Dohci-q.c57 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()
H A Dmax3421-hcd.c1051 if (urb_done > 0 && usb_pipetype(urb->pipe) == PIPE_CONTROL) { in max3421_host_transfer_done()
1168 usb_pipetype(urb->pipe), in dump_eps()
1507 switch (usb_pipetype(urb->pipe)) { in max3421_urb_enqueue()
H A Dxen-hcd.c623 switch (usb_pipetype(urb_pipe)) { in xenhcd_pipe_urb_to_xenusb()
684 switch (usb_pipetype(urb->pipe)) { in xenhcd_map_urb_for_request()
H A Duhci-debug.c118 switch (usb_pipetype(urbp->urb->pipe)) { in uhci_show_urbp()
H A Docteon-hcd.c1977 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in octeon_usb_urb_complete_callback()
3095 switch (usb_pipetype(urb->pipe)) { in octeon_usb_urb_enqueue()
3174 switch (usb_pipetype(urb->pipe)) { in octeon_usb_urb_enqueue()
H A Dohci-dbg.c20 #define pipestring(pipe) edstring(usb_pipetype(pipe))
H A Doxu210hp-hcd.c1774 type = usb_pipetype(urb->pipe); in qh_make()
3217 switch (usb_pipetype(urb->pipe)) { in __oxu_urb_enqueue()
3339 switch (usb_pipetype(urb->pipe)) { in oxu_urb_dequeue()
H A Dr8a66597-hcd.c817 if (usb_pipein(urb->pipe) && usb_pipetype(urb->pipe) != PIPE_CONTROL) { in r8a66597_urb_done()
1251 switch (usb_pipetype(td->urb->pipe)) { in set_td_timer()
H A Dsl811-hcd.c802 int type = usb_pipetype(pipe); in sl811h_urb_enqueue()
H A Disp116x-hcd.c689 int type = usb_pipetype(pipe); in isp116x_urb_enqueue()
H A Dxhci-ring.c832 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()
/linux/drivers/media/usb/dvb-usb/
H A Dusb-urb.c18 int ptype = usb_pipetype(urb->pipe); in usb_urb_complete()
/linux/drivers/media/usb/dvb-usb-v2/
H A Dusb_urb.c22 int ptype = usb_pipetype(urb->pipe); in usb_urb_complete()
/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c1308 if (usb_pipetype(urb->pipe) == PIPE_CONTROL) in dummy_urb_enqueue()
1964 switch (usb_pipetype(urb->pipe)) { in dummy_timer()
2455 switch (usb_pipetype(urb->pipe)) { \ in show_urb()
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c961 if (usb_pipein(urb->pipe) && usb_pipetype(urb->pipe) != PIPE_CONTROL) { in isp1760_urb_done()
1889 switch (usb_pipetype(urb->pipe)) { in isp1760_urb_enqueue()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c2723 type = usb_pipetype(urb->pipe); in qh_make()
5260 switch (usb_pipetype(urb->pipe)) { in fotg210_urb_enqueue()
5300 switch (usb_pipetype(urb->pipe)) { in fotg210_urb_dequeue()

12