Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/usb/device_next/
Dusbd_interface.c59 struct usb_desc_header *dh; in usbd_interface_modify() local
64 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()
Dusbd_init.c116 struct usb_desc_header *dh = data->desc; in init_configuration_inst() local
117 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()
Dusbd_class.c30 struct usb_desc_header *dh; in usbd_class_desc_len() local
35 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()
Dusbd_desc.c178 struct usb_desc_header *dh; in usbd_get_descriptor() local
181 dh = tmp->desc; in usbd_get_descriptor()
182 if (tmp->idx == idx && dh->bDescriptorType == type) { in usbd_get_descriptor()
/Zephyr-Core-3.5.0/kernel/
Ddevice.c112 device_handle_t dh = handles[i]; in device_visitor() local
113 const struct device *rdev = device_from_handle(dh); in device_visitor()
/Zephyr-Core-3.5.0/dts/bindings/
Dvendor-prefixes.txt155 dh DH electronics GmbH
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-2.2.rst1152 * :github:`16472` - tinycrypt ecc-dh and ecc-dsa should not select entropy generator