Lines Matching refs:usb_dev
2231 struct usb_device *usb_dev; in usb_hotplug() local
2263 usb_dev = interface_to_usbdev (intf); in usb_hotplug()
2265 if (usb_dev->devnum < 0) { in usb_hotplug()
2269 if (!usb_dev->bus) { in usb_hotplug()
2318 usb_dev->bus->busnum, usb_dev->devnum); in usb_hotplug()
2328 usb_dev->descriptor.idVendor, in usb_hotplug()
2329 usb_dev->descriptor.idProduct, in usb_hotplug()
2330 usb_dev->descriptor.bcdDevice); in usb_hotplug()
2386 usb_dev->descriptor.bDeviceClass, in usb_hotplug()
2387 usb_dev->descriptor.bDeviceSubClass, in usb_hotplug()
2388 usb_dev->descriptor.bDeviceProtocol); in usb_hotplug()
2394 if (usb_dev->descriptor.bDeviceClass == 0) { in usb_hotplug()