Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device/
Dusb_descriptor.c145 .bDescriptorType = USB_DESC_STRING,
152 .bDescriptorType = USB_DESC_STRING,
159 .bDescriptorType = USB_DESC_STRING,
165 .bDescriptorType = USB_DESC_STRING,
172 .bDescriptorType = USB_DESC_STRING,
224 case USB_DESC_STRING: in usb_get_str_descriptor_idx()
481 case USB_DESC_STRING: in usb_fix_descriptor()
Dos_desc.c24 if (USB_GET_DESCRIPTOR_TYPE(setup->wValue) == USB_DESC_STRING && in usb_handle_os_desc()
/Zephyr-latest/subsys/usb/device_next/
Dusbd_desc.c90 if (desc_nd->bDescriptorType == USB_DESC_STRING) { in usbd_get_descriptor()
156 if (desc_nd->bDescriptorType == USB_DESC_STRING) { in usbd_add_descriptor()
202 if (desc_nd->bDescriptorType == USB_DESC_STRING) { in usbd_remove_descriptor()
Dusbd_ch9.c643 d_nd = usbd_get_descriptor(uds_ctx, USB_DESC_STRING, idx); in sreq_get_desc_str()
804 case USB_DESC_STRING: in sreq_get_descriptor()
/Zephyr-latest/tests/subsys/usb/os_desc/src/
Dusb_osdesc.c23 .bDescriptorType = USB_DESC_STRING,
96 setup.wValue = (USB_DESC_STRING & 0xFF) << 8; in test_handle_os_desc()
/Zephyr-latest/samples/subsys/usb/webusb/src/
Dmain.c216 .bDescriptorType = USB_DESC_STRING,
262 if (USB_GET_DESCRIPTOR_TYPE(pSetup->wValue) == USB_DESC_STRING && in custom_handle_req()
/Zephyr-latest/subsys/usb/device/class/dfu/
Dusb_dfu.c267 .bDescriptorType = USB_DESC_STRING,
274 .bDescriptorType = USB_DESC_STRING,
281 .bDescriptorType = USB_DESC_STRING,
287 .bDescriptorType = USB_DESC_STRING,
294 .bDescriptorType = USB_DESC_STRING,
302 .bDescriptorType = USB_DESC_STRING,
/Zephyr-latest/include/zephyr/usb/
Dusbd.h569 .bDescriptorType = USB_DESC_STRING, \
592 .bDescriptorType = USB_DESC_STRING, \
640 .bDescriptorType = USB_DESC_STRING, \
Dusb_ch9.h112 #define USB_DESC_STRING 3 macro
/Zephyr-latest/samples/subsys/dap/src/
Dmain.c39 .bDescriptorType = USB_DESC_STRING,
/Zephyr-latest/subsys/usb/device/class/netusb/
Dfunction_ecm.c400 .bDescriptorType = USB_DESC_STRING,
Dfunction_rndis.c983 .bDescriptorType = USB_DESC_STRING,
/Zephyr-latest/subsys/usb/host/
Dusbh_shell.c179 const uint8_t type = USB_DESC_STRING; in cmd_desc_string()