Searched refs:USB_DT_CONFIG (Results 1 – 6 of 6) sorted by relevance
68 #define USB_DT_CONFIG 0x02 macro
804 (USB_DT_CONFIG << 8), // Value in PeiUsbGetAllConfiguration()825 (USB_DT_CONFIG << 8), in PeiUsbGetAllConfiguration()842 USB_DT_CONFIG, in PeiUsbGetAllConfiguration()
66 #define USB_DT_CONFIG 0x02 macro
261 #define USB_DT_CONFIG 0x02 macro
712 .bDescriptorType = USB_DT_CONFIG, in usb_handle_control_request()816 case USB_DT_CONFIG: in usb_handle_control_request()817 if ((req->value >> 8) == USB_DT_CONFIG) { in usb_handle_control_request()819 config_bundle.config.bDescriptorType = USB_DT_CONFIG; in usb_handle_control_request()
601 #define USB_DT_CONFIG 0x02 macro