Lines Matching refs:usb_dev
829 struct usb_device *usb_dev; in usb_uevent() local
832 usb_dev = to_usb_device(dev); in usb_uevent()
836 usb_dev = interface_to_usbdev(intf); in usb_uevent()
841 if (usb_dev->devnum < 0) { in usb_uevent()
846 if (!usb_dev->bus) { in usb_uevent()
853 le16_to_cpu(usb_dev->descriptor.idVendor), in usb_uevent()
854 le16_to_cpu(usb_dev->descriptor.idProduct), in usb_uevent()
855 le16_to_cpu(usb_dev->descriptor.bcdDevice))) in usb_uevent()
860 usb_dev->descriptor.bDeviceClass, in usb_uevent()
861 usb_dev->descriptor.bDeviceSubClass, in usb_uevent()
862 usb_dev->descriptor.bDeviceProtocol)) in usb_uevent()