Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/cris/drivers/
Dusb-host.c1043 if (usb_pipetype(urb->pipe) == PIPE_CONTROL) { in etrax_usb_setup_epid()
1056 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in etrax_usb_setup_epid()
1132 if (usb_pipetype(urb->pipe) == PIPE_CONTROL) { in etrax_usb_lookup_epid()
1149 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in etrax_usb_lookup_epid()
1231 } else if (usb_pipetype(urb->pipe) == PIPE_BULK) { in etrax_usb_submit_urb()
1235 } else if (usb_pipetype(urb->pipe) == PIPE_CONTROL) { in etrax_usb_submit_urb()
1239 } else if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in etrax_usb_submit_urb()
1256 } else if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) { in etrax_usb_submit_urb()
1331 } else if (usb_pipetype(urb->pipe) == PIPE_BULK) { in etrax_usb_unlink_urb()
1345 } else if (usb_pipetype(urb->pipe) == PIPE_CONTROL) { in etrax_usb_unlink_urb()
[all …]
/linux-2.4.37.9/include/linux/
Dusb.h1009 #define usb_pipetype(pipe) (((pipe) >> 30) & 3) macro
1010 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS)
1011 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT)
1012 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
1013 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK)
/linux-2.4.37.9/drivers/usb/host/
Dusb-uhci.c215 type=usb_pipetype (urb->pipe); in queue_urb_unlocked()
243 type=usb_pipetype (urb->pipe); in dequeue_urb()
1077 switch (usb_pipetype(urb->pipe)) { in uhci_release_bandwidth()
1133 ((usb_pipetype (urb->pipe) == PIPE_INTERRUPT) && ((urb_priv_t*)urb->hcpriv)->flags)) in uhci_unlink_urb_async()
1148 switch (usb_pipetype (urb->pipe)) { in uhci_unlink_urb_async()
1189 switch (usb_pipetype (urb->pipe)) { in uhci_unlink_urb_sync()
1254 type=usb_pipetype (urb->pipe); in uhci_cleanup_unlink()
1633 type = usb_pipetype (urb->pipe); in uhci_submit_urb()
1786 type = usb_pipetype (urb->pipe); in uhci_check_timeouts()
1986 if (usb_pipetype (pipe) == PIPE_INTERRUPT) { in rh_submit_urb()
[all …]
Dhc_simple.h209 usb_pipetype (pipe) < 2 ? (usb_pipeint (pipe) ? "INTR" : "ISOC") in urb_print()
Dsl811.c1571 switch (usb_pipetype(urb->pipe)) { in sl811_submit_urb()
1597 switch (usb_pipetype(urb->pipe)) { in sl811_submit_urb()
1658 switch (usb_pipetype(urb->pipe)) { in sl811_submit_urb_with_lock()
1678 switch (usb_pipetype(urb->pipe)) { in sl811_submit_urb_with_lock()
1733 switch (usb_pipetype(urb->pipe)) { in sl811_reset_urb()
1768 switch (usb_pipetype(urb->pipe)) { in sl811_result_urb()
1805 switch (usb_pipetype(urb->pipe)) { in sl811_result_urb()
Duhci.c665 if (usb_pipetype(urb->pipe) == PIPE_CONTROL && urb->setup_packet) { in uhci_alloc_urb_priv()
1538 switch (usb_pipetype(urb->pipe)) { in uhci_submit_urb()
1627 switch (usb_pipetype(urb->pipe)) { in uhci_transfer_result()
1647 switch (usb_pipetype(urb->pipe)) { in uhci_transfer_result()
1670 usb_pipetype(urb->pipe), urb); in uhci_transfer_result()
1759 switch (usb_pipetype(urb->pipe)) { in uhci_unlink_urb()
2101 if (usb_pipetype(pipe) == PIPE_INTERRUPT) { in rh_submit_urb()
2321 resubmit_interrupt = (usb_pipetype(urb->pipe) == PIPE_INTERRUPT && in uhci_call_completion()
Dusb-ohci.c246 switch (usb_pipetype(urb->pipe)) { in urb_rm_priv_locked()
293 usb_pipetype (pipe) < 2? (usb_pipeint (pipe)? "INTR": "ISOC"): in urb_print()
526 switch (usb_pipetype (urb->pipe)) { in sohci_return_urb()
637 switch (usb_pipetype (pipe)) { in sohci_submit_urb()
707 switch (usb_pipetype (pipe)) { in sohci_submit_urb()
1290 ed->type = usb_pipetype (pipe); in ep_add_ed()
1441 switch (usb_pipetype (urb->pipe)) { in td_submit_urb()
1552 if (!(usb_pipetype (urb->pipe) == PIPE_CONTROL && in dl_transfer_length()
Dhc_simple.c467 switch (usb_pipetype (urb->pipe)) { in qu_queue_active_urb()
797 switch (usb_pipetype (urb->pipe)) { in sh_add_packet()
Dehci-hcd.c773 switch (usb_pipetype (urb->pipe)) { in ehci_urb_enqueue()
834 switch (usb_pipetype (urb->pipe)) { in ehci_urb_dequeue()
Dehci-q.c660 type = usb_pipetype (urb->pipe); in qh_make()
/linux-2.4.37.9/drivers/usb/
Dhcd.c1031 temp = usb_pipetype (urb->pipe); in hcd_submit_urb()
1325 if (usb_pipetype (urb->pipe) == PIPE_INTERRUPT) in hcd_unlink_urb()