Searched refs:pudev (Results 1 – 4 of 4) sorted by relevance
304 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.29318 if ((*pudev)->bus->hcpriv == hcd)
533 struct usb_device *pudev; in ms_usb_msc_probe() local587 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()
1072 struct usb_device *pudev; in storage_probe() local1154 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()
2084 BOOL usb_find_dev_for_driver(struct device_driver *pDriver, struct usb_device **pudev, struct usb_h… in usb_find_dev_for_driver() argument2094 *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()