Searched refs:iEndpoint (Results 1 – 1 of 1) sorted by relevance
1331 void ms_hcd_endpoint_disable (struct usb_device *pUdev, int iEndpoint) in ms_hcd_endpoint_disable() argument1346 ms_ehci_disable_ep(pHcd, pDev, iEndpoint); in ms_hcd_endpoint_disable()1350 void ms_usb_hcd_flush_endpoint(struct usb_device *pUdev, int iEndpoint) in ms_usb_hcd_flush_endpoint() argument1356 U32 u32Epnum = iEndpoint & USB_ENDPOINT_NUMBER_MASK; in ms_usb_hcd_flush_endpoint()1360 if (iEndpoint & USB_DIR_IN) in ms_usb_hcd_flush_endpoint()1388 if (u32Epnum != 0 && ((tmp ^ iEndpoint) & USB_DIR_IN)) in ms_usb_hcd_flush_endpoint()1422 void ms_hcd_check_dev_urb (struct usb_device *pUdev, int iEndpoint) in ms_hcd_check_dev_urb() argument1433 ms_debug_func("[UM-DEV-URB] urb %p, epaddr %d\n", pUrb, iEndpoint); in ms_hcd_check_dev_urb()