Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.c496 struct usb_host_interface *pHIdesc; in ms_hub_probe() local
502 pHIdesc = pIntf->altsetting + pIntf->act_altsetting; in ms_hub_probe()
511 if ((pHIdesc->desc.bInterfaceSubClass != 0) && (pHIdesc->desc.bInterfaceSubClass != 1)) in ms_hub_probe()
518 if (pHIdesc->desc.bNumEndpoints != 1) in ms_hub_probe()
523 pEndpoint = &pHIdesc->endpoint[0].desc; in ms_hub_probe()