Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUsbd.c926 int ms_hcd_alloc_dev (struct usb_device *iUdev) in ms_hcd_alloc_dev() argument
934 if (!iUdev || iUdev->hcpriv) in ms_hcd_alloc_dev()
936 if (!iUdev->bus || !iUdev->bus->hcpriv) in ms_hcd_alloc_dev()
938 pHcd = (struct usb_hcd*) iUdev->bus->hcpriv; in ms_hcd_alloc_dev()
953 iUdev->hcpriv = pDev; in ms_hcd_alloc_dev()