Searched refs:dev_dsc (Results 1 – 2 of 2) 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()
726 struct usb_device_descriptor *dev_dsc; in sreq_get_desc_bos() local733 dev_dsc = uds_ctx->fs_desc; in sreq_get_desc_bos()736 dev_dsc = uds_ctx->hs_desc; in sreq_get_desc_bos()743 if (sys_le16_to_cpu(dev_dsc->bcdUSB) < 0x0201U) { in sreq_get_desc_bos()