Home
last modified time | relevance | path

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

12

/linux/drivers/usb/usbip/
H A Dstub_tx.c183 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()
H A Dvhci_tx.c123 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in vhci_send_cmd_submit()
H A Dusbip_common.c60 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()
H A Dstub_rx.c180 if (usb_pipetype(urb->pipe) != PIPE_CONTROL) in tweak_special_requests()
H A Dvhci_hcd.c749 __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.h1976 #define usb_pipetype(pipe) (((pipe) >> 30) & 3) macro
1977 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS)
1978 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT)
1979 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
1980 #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.c4094 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in dwc2_allocate_bus_bandwidth()
4107 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in dwc2_free_bus_bandwidth()
4151 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in dwc2_host_complete()
4164 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS && dbg_perio()) { in dwc2_host_complete()
4177 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS || in dwc2_host_complete()
4178 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in dwc2_host_complete()
4551 switch (usb_pipetype(urb->pipe)) { in dwc2_dump_urb_info()
4598 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in dwc2_dump_urb_info()
4670 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS || in _dwc2_hcd_urb_enqueue()
4671 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in _dwc2_hcd_urb_enqueue()
[all …]
/linux/drivers/usb/core/
H A Durb.c211 if (usb_pipetype(pipe) != pipetypes[usb_endpoint_type(&ep->desc)]) in usb_pipe_type_check()
504 usb_pipetype(urb->pipe), pipetypes[xfertype]); in usb_submit_urb()
/linux/drivers/usb/host/
H A Dehci-hcd.c892 switch (usb_pipetype (urb->pipe)) { in ehci_urb_enqueue()
935 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in ehci_urb_dequeue()
946 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) in ehci_urb_dequeue()
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.c1045 if (urb_done > 0 && usb_pipetype(urb->pipe) == PIPE_CONTROL) { in max3421_host_transfer_done()
1162 usb_pipetype(urb->pipe), in dump_eps()
1501 switch (usb_pipetype(urb->pipe)) { in max3421_urb_enqueue()
H A Dehci-q.c250 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in ehci_urb_done()
781 type = usb_pipetype (urb->pipe); in qh_make()
H A Duhci-debug.c118 switch (usb_pipetype(urbp->urb->pipe)) { in uhci_show_urbp()
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 Dfhci-hcd.c396 switch (usb_pipetype(pipe)) { in fhci_urb_enqueue()
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 Dfhci-sched.c711 switch (usb_pipetype(urb->pipe)) { in fhci_queue_urb()
H A Doxu210hp-hcd.c1773 type = usb_pipetype(urb->pipe); in qh_make()
3216 switch (usb_pipetype(urb->pipe)) { in __oxu_urb_enqueue()
3338 switch (usb_pipetype(urb->pipe)) { in oxu_urb_dequeue()
/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/media/usb/au0828/
H A Dau0828-dvb.c111 int ptype = usb_pipetype(purb->pipe); in urb_completion()
/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c1303 if (usb_pipetype(urb->pipe) == PIPE_CONTROL) in dummy_urb_enqueue()
1952 switch (usb_pipetype(urb->pipe)) { in dummy_timer()
2439 switch (usb_pipetype(urb->pipe)) { \ in show_urb()

12