Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUSB.c304 BOOL ms_usb_find_dev_for_driver(struct device_driver *pDriver, struct usb_device **pudev, struct us…
314 *pudev = (struct usb_device *) ((char *)pDev - (char *)offsetof( struct usb_device, dev));
315 if ((*pudev)->parent == NULL) // skip root hub, 2012.02.29
318 if ((*pudev)->bus->hcpriv == hcd)
H A DdrvMassStor.c533 struct usb_device *pudev; in ms_usb_msc_probe() local
587 pudev = interface_to_usbdev(ms_intf); in ms_usb_msc_probe()
589 startId = (MAX_USTOR* (((struct usb_hcd *)pudev->bus->hcpriv)->host_id)); in ms_usb_msc_probe()
612 ms_us->host_id = ((struct usb_hcd *)pudev->bus->hcpriv)->host_id; in ms_usb_msc_probe()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvMassStor.c1072 struct usb_device *pudev; in storage_probe() local
1154 pudev = interface_to_usbdev(intf); in storage_probe()
1155 i = GetUStorID(MAX_USTOR* (((struct usb_hcd *)pudev->bus->hcpriv)->host_id)); in storage_probe()
1166 Mass_stor_us[i]->host_id = ((struct usb_hcd *)pudev->bus->hcpriv)->host_id; in storage_probe()
H A DdrvUSB.c2084 BOOL usb_find_dev_for_driver(struct device_driver *pDriver, struct usb_device **pudev, struct usb_h… in usb_find_dev_for_driver() argument
2094 *pudev = (struct usb_device *) ((char *)dev - (char *)offsetof( struct usb_device, dev)); in usb_find_dev_for_driver()
2095 if ((*pudev)->parent == NULL) // skip root hub, 2012.02.29 in usb_find_dev_for_driver()
2098 if ((*pudev)->bus->hcpriv == hcd) in usb_find_dev_for_driver()