Lines Matching refs:usb_dev
836 struct usb_device *usb_dev; in usb_uevent() local
839 usb_dev = to_usb_device(dev); in usb_uevent()
843 usb_dev = interface_to_usbdev(intf); in usb_uevent()
848 if (usb_dev->devnum < 0) { in usb_uevent()
853 if (!usb_dev->bus) { in usb_uevent()
860 le16_to_cpu(usb_dev->descriptor.idVendor), in usb_uevent()
861 le16_to_cpu(usb_dev->descriptor.idProduct), in usb_uevent()
862 le16_to_cpu(usb_dev->descriptor.bcdDevice))) in usb_uevent()
867 usb_dev->descriptor.bDeviceClass, in usb_uevent()
868 usb_dev->descriptor.bDeviceSubClass, in usb_uevent()
869 usb_dev->descriptor.bDeviceProtocol)) in usb_uevent()