Searched refs:dev_dsc (Results 1 – 1 of 1) sorted by relevance
119 struct usb_device_descriptor *dev_dsc = (void *)desc; in fill_device() local136 dev->idVendor = htons(dev_dsc->idVendor); in fill_device()137 dev->idProduct = htons(dev_dsc->idProduct); in fill_device()138 dev->bcdDevice = htons(dev_dsc->bcdDevice); in fill_device()139 dev->bDeviceClass = dev_dsc->bDeviceClass; in fill_device()140 dev->bDeviceSubClass = dev_dsc->bDeviceSubClass; in fill_device()141 dev->bDeviceProtocol = dev_dsc->bDeviceProtocol; in fill_device()144 dev->bNumConfigurations = dev_dsc->bNumConfigurations; in fill_device()
Completed in 11 milliseconds