Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/usbip/
Dstub_tx.c177 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()
Dvhci_tx.c103 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in vhci_send_cmd_submit()
Dusbip_common.c72 unsigned char type = usb_pipetype(p); in usbip_dump_pipe()
269 if (urb->setup_packet && usb_pipetype(urb->pipe) == PIPE_CONTROL) in usbip_dump_urb()
Dstub_rx.c191 if (usb_pipetype(urb->pipe) != PIPE_CONTROL) in tweak_special_requests()
Dvhci_hcd.c506 __u8 type = usb_pipetype(urb->pipe); in vhci_urb_enqueue()
/linux-4.4.14/include/linux/
Dusb.h1807 #define usb_pipetype(pipe) (((pipe) >> 30) & 3) macro
1808 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS)
1809 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT)
1810 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
1811 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK)
/linux-4.4.14/drivers/usb/host/whci/
Dhcd.c124 switch (usb_pipetype(urb->pipe)) { in whc_urb_enqueue()
151 switch (usb_pipetype(urb->pipe)) { in whc_urb_dequeue()
Dwhci-hc.h196 return type[usb_pipetype(pipe)]; in usb_pipe_to_qh_type()
/linux-4.4.14/drivers/usb/c67x00/
Dc67x00-sched.c221 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in c67x00_release_urb()
281 type = usb_pipetype(urb->pipe); in c67x00_ep_data_alloc()
402 switch (usb_pipetype(urb->pipe)) { in c67x00_urb_enqueue()
602 switch (usb_pipetype(td->pipe)) { in c67x00_create_td()
930 switch (usb_pipetype(td->pipe)) { in c67x00_handle_successful_td()
/linux-4.4.14/drivers/usb/dwc2/
Dhcd.c2180 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in dwc2_allocate_bus_bandwidth()
2193 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in dwc2_free_bus_bandwidth()
2238 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in dwc2_host_complete()
2249 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS && dbg_perio()) { in dwc2_host_complete()
2262 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS || in dwc2_host_complete()
2263 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in dwc2_host_complete()
2526 switch (usb_pipetype(urb->pipe)) { in dwc2_dump_urb_info()
2574 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in dwc2_dump_urb_info()
2617 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS || in _dwc2_hcd_urb_enqueue()
2618 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in _dwc2_hcd_urb_enqueue()
[all …]
Dhcd.h524 return usb_pipetype(urb->pipe) == PIPE_BULK || in dbg_urb()
525 usb_pipetype(urb->pipe) == PIPE_CONTROL; in dbg_urb()
/linux-4.4.14/drivers/usb/core/
Durb.c447 if (usb_pipetype(urb->pipe) != pipetypes[xfertype]) in usb_submit_urb()
449 usb_pipetype(urb->pipe), pipetypes[xfertype]); in usb_submit_urb()
Ddevio.c371 t = types[usb_pipetype(pipe)]; in snoop_urb()
/linux-4.4.14/drivers/usb/host/
Dehci-hcd.c861 switch (usb_pipetype (urb->pipe)) { in ehci_urb_enqueue()
904 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in ehci_urb_dequeue()
915 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) in ehci_urb_dequeue()
Dohci-q.c56 switch (usb_pipetype (urb->pipe)) { in finish_urb()
441 ed->type = usb_pipetype(pipe); in ed_get()
797 int type = usb_pipetype (urb->pipe); in td_done()
Du132-hcd.c1900 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_int()
1991 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_bulk()
2105 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_control()
2126 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_control()
2264 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in u132_urb_enqueue()
2302 } else if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in u132_urb_enqueue()
2306 } else if (usb_pipetype(urb->pipe) == PIPE_BULK) { in u132_urb_enqueue()
Dmax3421-hcd.c1083 if (urb_done > 0 && usb_pipetype(urb->pipe) == PIPE_CONTROL) { in max3421_host_transfer_done()
1204 usb_pipetype(urb->pipe), in dump_eps()
1533 switch (usb_pipetype(urb->pipe)) { in max3421_urb_enqueue()
Dehci-q.c251 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in ehci_urb_done()
780 type = usb_pipetype (urb->pipe); in qh_make()
Dimx21-hcd.c236 ((u32) fmt_urb_to_etd[usb_pipetype(urb->pipe)] << DW0_FORMAT) | in setup_etd_dword0()
1095 switch (usb_pipetype(urb->pipe)) { in nonisoc_etd_done()
1213 switch (usb_pipetype(urb->pipe)) { in imx21_hc_urb_enqueue()
Duhci-debug.c117 switch (usb_pipetype(urbp->urb->pipe)) { in uhci_show_urbp()
Dfhci-hcd.c401 switch (usb_pipetype(pipe)) { in fhci_urb_enqueue()
Dohci-dbg.c19 #define pipestring(pipe) edstring(usb_pipetype(pipe))
Dfhci-sched.c716 switch (usb_pipetype(urb->pipe)) { in fhci_queue_urb()
Doxu210hp-hcd.c1378 type = usb_pipetype(urb->pipe); in qh_make()
2828 switch (usb_pipetype(urb->pipe)) { in __oxu_urb_enqueue()
2952 switch (usb_pipetype(urb->pipe)) { in oxu_urb_dequeue()
Dxhci-ring.c610 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in xhci_giveback_urb_in_irq()
1881 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in finish_td()
2589 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) in handle_tx_event()
Dr8a66597-hcd.c832 if (usb_pipein(urb->pipe) && usb_pipetype(urb->pipe) != PIPE_CONTROL) { in r8a66597_urb_done()
1266 switch (usb_pipetype(td->urb->pipe)) { in set_td_timer()
Dsl811-hcd.c798 int type = usb_pipetype(pipe); in sl811h_urb_enqueue()
Disp116x-hcd.c688 int type = usb_pipetype(pipe); in isp116x_urb_enqueue()
Dfotg210-hcd.c2761 type = usb_pipetype(urb->pipe); in qh_make()
5310 switch (usb_pipetype(urb->pipe)) { in fotg210_urb_enqueue()
5350 switch (usb_pipetype(urb->pipe)) { in fotg210_urb_dequeue()
Disp1362-hcd.c1222 int type = usb_pipetype(pipe); in isp1362_urb_enqueue()
/linux-4.4.14/drivers/media/usb/dvb-usb/
Dusb-urb.c17 int ptype = usb_pipetype(urb->pipe); in usb_urb_complete()
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
Dusb_urb.c21 int ptype = usb_pipetype(urb->pipe); in usb_urb_complete()
/linux-4.4.14/drivers/usb/gadget/udc/
Ddummy_hcd.c1247 if (usb_pipetype(urb->pipe) == PIPE_CONTROL) in dummy_urb_enqueue()
1785 type = usb_pipetype(urb->pipe); in dummy_timer()
1886 switch (usb_pipetype(urb->pipe)) { in dummy_timer()
2353 switch (usb_pipetype(urb->pipe)) { \ in show_urb()
/linux-4.4.14/drivers/media/usb/au0828/
Dau0828-dvb.c116 int ptype = usb_pipetype(purb->pipe); in urb_completion()
/linux-4.4.14/drivers/staging/octeon-usb/
Docteon-hcd.c2010 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in octeon_usb_urb_complete_callback()
3131 switch (usb_pipetype(urb->pipe)) { in octeon_usb_urb_enqueue()
3210 switch (usb_pipetype(urb->pipe)) { in octeon_usb_urb_enqueue()
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-hcd.c681 if (usb_pipein(urb->pipe) && usb_pipetype(urb->pipe) != PIPE_CONTROL) { in isp1760_urb_done()
1503 switch (usb_pipetype(urb->pipe)) { in isp1760_urb_enqueue()