Home
last modified time | relevance | path

Searched refs:dev_dsc (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/usb/device/
Dusb_dc_native_posix_adapt.c119 struct usb_device_descriptor *dev_dsc = (void *)desc; in fill_device() local
136 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()
/Zephyr-latest/subsys/usb/device_next/
Dusbd_ch9.c726 struct usb_device_descriptor *dev_dsc; in sreq_get_desc_bos() local
733 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()