Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.c497 struct usb_endpoint_descriptor *pEndpoint; in ms_hub_probe() local
523 pEndpoint = &pHIdesc->endpoint[0].desc; in ms_hub_probe()
526 if (!(pEndpoint->bEndpointAddress & USB_DIR_IN)) in ms_hub_probe()
530 if ((pEndpoint->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) in ms_hub_probe()
557 if (ms_hub_configure(pHub, pEndpoint) >= 0) in ms_hub_probe()