Home
last modified time | relevance | path

Searched refs:usb_pipedevice (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c2469 usb_pipedevice (urb->pipe), in qtd_copy_status()
2526 usb_pipedevice (urb->pipe), in qtd_copy_status()
4497 info1 |= usb_pipedevice (urb->pipe) << 0; in qh_make()
5351 usb_pipedevice (urb->pipe)); in qh_append_tds()
5416 if (usb_pipedevice (urb->pipe) == 0) in qh_append_tds()
5427 …ehci_warn (ehci, "clear toggle dev%d ep%d%s: not idle\n", usb_pipedevice (urb->pipe), epnum & 0x0f… in qh_append_tds()
H A DdrvHCDDBG.cpp135 usb_pipedevice (pipe), in urb_print()
H A DdrvTransport.c200 usb_pipedevice (us->current_urb->pipe), in timeout_handler()
1697 usb_pipedevice (current_urb->pipe), in usb_default_timeout_handler()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c1013 (int)usb_pipedevice (pUrb->u32Pipe), in ms_qtd_copy_status()
1525 u32Info1 |= usb_pipedevice (pUrb->u32Pipe) << 0; in ms_qh_make()
1812 if (usb_pipedevice (pUrb->u32Pipe) == 0) in ms_qh_append_tds()
1816 …ms_debug_debug("[USB] qh device addr 0, append urb device addr %d\n", usb_pipedevice (pUrb->u32Pip… in ms_qh_append_tds()
1817 pQh->hw_ep_state1 |= usb_pipedevice (pUrb->u32Pipe); in ms_qh_append_tds()
H A DdrvBulktran.c271 usb_pipedevice (ptr->current_urb->u32Pipe), in ms_usb_timeout_handler()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSBHost.h407 #define usb_pipedevice(ms_pipe) (((ms_pipe) >> 8) & 0x7f) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h646 #define usb_pipedevice(pipe) (((pipe) >> 8) & 0x7f) macro