Searched refs:dh (Results 1 – 7 of 7) sorted by relevance
59 struct usb_desc_header *dh; in usbd_interface_modify() local64 dh = node->data->desc; in usbd_interface_modify()65 ptr = (uint8_t *)dh; in usbd_interface_modify()67 while (dh->bLength != 0) { in usbd_interface_modify()71 if (dh->bDescriptorType == USB_DESC_INTERFACE) { in usbd_interface_modify()89 if (dh->bDescriptorType == USB_DESC_ENDPOINT && found_iface) { in usbd_interface_modify()101 ptr += dh->bLength; in usbd_interface_modify()102 dh = (struct usb_desc_header *)ptr; in usbd_interface_modify()
116 struct usb_desc_header *dh = data->desc; in init_configuration_inst() local117 uint8_t *ptr = (uint8_t *)dh; in init_configuration_inst()128 while (dh->bLength != 0) { in init_configuration_inst()130 if (dh->bDescriptorType == USB_DESC_INTERFACE) { in init_configuration_inst()155 if (dh->bDescriptorType == USB_DESC_ENDPOINT) { in init_configuration_inst()167 ptr += dh->bLength; in init_configuration_inst()168 dh = (struct usb_desc_header *)ptr; in init_configuration_inst()
30 struct usb_desc_header *dh; in usbd_class_desc_len() local35 dh = data->desc; in usbd_class_desc_len()36 ptr = (uint8_t *)dh; in usbd_class_desc_len()38 while (dh->bLength != 0) { in usbd_class_desc_len()39 len += dh->bLength; in usbd_class_desc_len()40 ptr += dh->bLength; in usbd_class_desc_len()41 dh = (struct usb_desc_header *)ptr; in usbd_class_desc_len()
178 struct usb_desc_header *dh; in usbd_get_descriptor() local181 dh = tmp->desc; in usbd_get_descriptor()182 if (tmp->idx == idx && dh->bDescriptorType == type) { in usbd_get_descriptor()
112 device_handle_t dh = handles[i]; in device_visitor() local113 const struct device *rdev = device_from_handle(dh); in device_visitor()
155 dh DH electronics GmbH
1152 * :github:`16472` - tinycrypt ecc-dh and ecc-dsa should not select entropy generator