Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/host/
Dusbh_device.c157 void *desc_end; in device_interface_modify() local
161 desc_end = (void *)((uint8_t *)udev->cfg_desc + cfg_desc->wTotalLength); in device_interface_modify()
163 while (dhp != NULL && (void *)dhp < desc_end) { in device_interface_modify()
270 void *desc_end; in parse_configuration_descriptor() local
273 desc_end = (void *)((uint8_t *)udev->cfg_desc + cfg_desc->wTotalLength); in parse_configuration_descriptor()
275 while ((dhp->bDescriptorType != 0 || dhp->bLength != 0) && (void *)dhp < desc_end) { in parse_configuration_descriptor()