Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device/
Dusb_descriptor.c88 .bDescriptorType = USB_DESC_CONFIGURATION,
432 case USB_DESC_CONFIGURATION: in usb_fix_descriptor()
Dusb_device.c499 if (type == USB_DESC_CONFIGURATION) { in usb_get_descriptor()
703 case USB_DESC_CONFIGURATION: in usb_set_configuration()
931 if (p[DESC_bDescriptorType] == USB_DESC_CONFIGURATION) { in is_interface_valid()
/Zephyr-latest/include/zephyr/usb/
Dusb_ch9.h111 #define USB_DESC_CONFIGURATION 2 macro
Dusbd.h535 .bDescriptorType = USB_DESC_CONFIGURATION, \
/Zephyr-latest/subsys/usb/host/
Dusbh_ch9.c151 const uint8_t type = USB_DESC_CONFIGURATION; in usbh_req_desc_cfg()
Dusbh_device.c368 if (cfg_desc.bDescriptorType != USB_DESC_CONFIGURATION) { in usbh_device_set_configuration()
/Zephyr-latest/subsys/usb/device/class/dfu/
Dusb_dfu.c175 .bDescriptorType = USB_DESC_CONFIGURATION,
/Zephyr-latest/subsys/usb/device_next/
Dusbd_ch9.c802 case USB_DESC_CONFIGURATION: in sreq_get_descriptor()