Home
last modified time | relevance | path

Searched refs:epnum (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c5264 int epnum, in qh_append_tds() argument
5347 if (unlikely (epnum == 0)) { in qh_append_tds()
5421 (epnum & 0x0f), !(epnum & 0x10))) 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()
5430 epnum & 0x0f, !(epnum & 0x10), qh); in qh_append_tds()
5578 int epnum; in submit_async() local
5633 epnum = usb_pipeendpoint (urb->pipe); in submit_async()
5635 epnum |= 0x10; in submit_async()
5639 epnum & 0x0f, (epnum & 0x10) ? "in" : "out", in submit_async()
5640 qtd, dev ? dev->ep [epnum] : (void *)~0); in submit_async()
[all …]
H A DdrvHCD.c1977 U32 epnum = endpoint & USB_ENDPOINT_NUMBER_MASK; in hcd_endpoint_disable() local
1987 usb_endpoint_halt (udev, epnum, 0); in hcd_endpoint_disable()
1988 udev->epmaxpacketin [epnum] = 0; in hcd_endpoint_disable()
1990 usb_endpoint_halt (udev, epnum, 1); in hcd_endpoint_disable()
1991 udev->epmaxpacketout [epnum] = 0; in hcd_endpoint_disable()
2009 if ((U32)usb_pipeendpoint (tmp) != epnum) in hcd_endpoint_disable()
2012 if (epnum != 0 && ((tmp ^ endpoint) & USB_DIR_IN)) in hcd_endpoint_disable()
H A DdrvMsg.c365 U32 epnum = epaddr & USB_ENDPOINT_NUMBER_MASK; in usb_disable_endpoint() local
368 usb_endpoint_halt(dev, epnum, 1); in usb_disable_endpoint()
369 dev->epmaxpacketout[epnum] = 0; in usb_disable_endpoint()
371 usb_endpoint_halt(dev, epnum, 0); in usb_disable_endpoint()
372 dev->epmaxpacketin[epnum] = 0; in usb_disable_endpoint()
H A DdrvEHCI_SCHD.cxx685 U32 i, epnum, maxp, multi; in itd_fill() local
710 epnum = usb_pipeendpoint (urb->pipe); in itd_fill()
713 maxp = urb->dev->epmaxpacketin [epnum]; in itd_fill()
716 maxp = urb->dev->epmaxpacketout [epnum]; in itd_fill()
740 itd->hw_bufp [0] |= CPUToLE32 ((epnum << 8) | urb->dev->devnum); in itd_fill()
H A DdrvUSB.c960 usb_epnum_to_ep_desc(struct usb_device *dev, U32 epnum) in usb_epnum_to_ep_desc() argument
972 if (epnum == alt->endpoint[k].desc.bEndpointAddress) in usb_epnum_to_ep_desc()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c894 unsigned is_out, epnum; in ms_qh_refresh() local
897 epnum = (pQh->hw_ep_state1 >> 8) & 0x0f; in ms_qh_refresh()
898 if (!usb_gettoggle (pQh->dev, epnum, is_out)) { in ms_qh_refresh()
900 usb_settoggle (pQh->dev, epnum, is_out, 1); in ms_qh_refresh()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/
H A Dnis.x260 int epnum; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h153 usb_epnum_to_ep_desc(struct usb_device *dev, U32 epnum);