Searched refs:d_nd (Results 1 – 1 of 1) sorted by relevance
639 struct usbd_desc_node *d_nd; in sreq_get_desc_str() local643 d_nd = usbd_get_descriptor(uds_ctx, USB_DESC_STRING, idx); in sreq_get_desc_str()644 if (d_nd == NULL) { in sreq_get_desc_str()649 if (usbd_str_desc_get_idx(d_nd) == 0U) { in sreq_get_desc_str()652 .bLength = d_nd->bLength, in sreq_get_desc_str()653 .bDescriptorType = d_nd->bDescriptorType, in sreq_get_desc_str()654 .bString = *(uint16_t *)d_nd->ptr, in sreq_get_desc_str()661 string_ascii7_to_utf16le(d_nd, buf, setup->wLength); in sreq_get_desc_str()