Home
last modified time | relevance | path

Searched refs:Setting (Results 1 – 25 of 44) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbDesc.c27 IN USB_INTERFACE_SETTING *Setting in UsbFreeInterfaceDesc() argument
33 if (Setting->Endpoints != NULL) { in UsbFreeInterfaceDesc()
37 for (Index = 0; Index < Setting->Desc.NumEndpoints; Index++) { in UsbFreeInterfaceDesc()
38 Ep = Setting->Endpoints[Index]; in UsbFreeInterfaceDesc()
48 if (Setting->Desc.NumEndpoints > 0) { in UsbFreeInterfaceDesc()
49 FreePool (Setting->Endpoints); in UsbFreeInterfaceDesc()
53 FreePool (Setting); in UsbFreeInterfaceDesc()
238 USB_INTERFACE_SETTING *Setting; in UsbParseInterfaceDesc() local
246 Setting = UsbCreateDesc (DescBuf, Len, USB_DESC_TYPE_INTERFACE, &Used); in UsbParseInterfaceDesc()
248 if (Setting == NULL) { in UsbParseInterfaceDesc()
[all …]
DUsbHub.c555 EFI_USB_INTERFACE_DESCRIPTOR *Setting; in UsbIsHubInterface() local
561 Setting = &UsbIf->IfSetting->Desc; in UsbIsHubInterface()
563 if ((Setting->InterfaceClass == USB_HUB_CLASS_CODE) && in UsbIsHubInterface()
564 (Setting->InterfaceSubClass == USB_HUB_SUBCLASS_CODE)) { in UsbIsHubInterface()
695 USB_INTERFACE_SETTING *Setting; in UsbHubInit() local
707 Setting = HubIf->IfSetting; in UsbHubInit()
710 NumEndpoints = Setting->Desc.NumEndpoints; in UsbHubInit()
713 ASSERT ((Setting->Endpoints != NULL) && (Setting->Endpoints[Index] != NULL)); in UsbHubInit()
715 EpDesc = Setting->Endpoints[Index]; in UsbHubInit()
DUsbEnumer.c320 USB_INTERFACE_SETTING *Setting; in UsbSelectSetting() local
326 Setting = NULL; in UsbSelectSetting()
330 Setting = IfDesc->Settings[Index]; in UsbSelectSetting()
332 if (Setting->Desc.AlternateSetting == Alternate) { in UsbSelectSetting()
343 ASSERT (Setting != NULL); in UsbSelectSetting()
345 Alternate, Setting->Desc.InterfaceNumber)); in UsbSelectSetting()
350 for (Index = 0; Index < Setting->Desc.NumEndpoints; Index++) { in UsbSelectSetting()
351 Setting->Endpoints[Index]->Toggle = 0; in UsbSelectSetting()
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
D98_LINK.ASL62 // Possible IRQ Resource Setting.
69 // Current IRQ Resource Setting.
91 // Set IRQ Resource Setting.
134 // Possible IRQ Resource Setting.
141 // Current IRQ Resource Setting.
163 // Set IRQ Resource Setting.
206 // Possible IRQ Resource Setting.
213 // Current IRQ Resource Setting.
235 // Set IRQ Resource Setting.
278 // Possible IRQ Resource Setting.
[all …]
DLPC_DEV.ASL130 // Current Resource Setting Method for internal UART
/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
DPlatform.c283 OUT BOOLEAN *Setting in GetNamedFwCfgBoolean() argument
308 *Setting = FALSE; in GetNamedFwCfgBoolean()
314 *Setting = TRUE; in GetNamedFwCfgBoolean()
326 BOOLEAN Setting; \
330 "opt/ovmf/" #TokenName, &Setting))) { \
331 PcdStatus = PcdSetBoolS (TokenName, Setting); \
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py1418 def AnalyzePcdExpression(Setting): argument
1419 Setting = Setting.strip()
1421 Data = Setting.replace('\\\\', '//').replace('\\\"', '\\\'')
1443 FieldList.append(Setting[StartPos:].strip())
1445 FieldList.append(Setting[StartPos:Pos].strip())
1475 def AnalyzeDscPcd(Setting, PcdType, DataType=''): argument
1476 FieldList = AnalyzePcdExpression(Setting)
1558 def AnalyzePcdData(Setting): argument
1562 PtrValue = ValueRe.findall(Setting)
1567 Setting = re.sub(ValueRe, '', Setting)
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DWorkspaceDatabase.py602 for TokenSpaceGuid, PcdCName, Setting, Dummy1, Dummy2, Dummy3, Dummy4 in RecordList:
603 TokenList = GetSplitValueList(Setting)
718 def _ValidatePcd(self, PcdCName, TokenSpaceGuid, Setting, PcdType, LineNo): argument
742 …ValueList, IsValid, Index = AnalyzeDscPcd(Setting, PcdType, self._DecPcds[PcdCName, TokenSpaceGuid…
745 ExtraData="%s.%s|%s" % (TokenSpaceGuid, PcdCName, Setting))
848 for TokenSpaceGuid, PcdCName, Setting, Arch, SkuName, Dummy3, Dummy4 in RecordList:
851 PcdDict[Arch, PcdCName, TokenSpaceGuid,SkuName] = Setting
855 Setting = PcdDict[self._Arch, PcdCName, TokenSpaceGuid,SkuName]
856 if Setting == None:
858 …PcdValue, DatumType, MaxDatumSize = self._ValidatePcd(PcdCName, TokenSpaceGuid, Setting, Type, Dum…
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PropertiesTableAttributesDxe/
DPropertiesTableAttributesDxeExtra.uni21 "PropertiesTable Attributes Setting DXE Driver"
/device/common/
Dgenerate-packages.sh100 echo \ \ Setting up $COMPANY-specific makefiles
102 echo \ \ Setting up shared makefiles
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/
DComPhy.txt41 lanes. Setting for each one is separated with semicolon. These PCDs form
/device/linaro/hikey/hikey/
DREADME45 * Setting monitor resolution
/device/google/cuttlefish_vmm/
Drebuild-internal.sh33 echo Setting up cargo...
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
Dbld_vlv.bat120 echo Setting %1 platform configuration and BIOS ID...
143 echo Setting the Build environment for VS2008/VS2010/VS2012/VS2013...
DbldX64.bat42 @echo Setting Baley Bay platform configration and BIOS ID ...
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6DxeStrings.uni20 #string STR_IP6_DEVICE_FORM_TITLE #language en-US "IPv6 Current Setting"
/device/linaro/bootloader/edk2/
Dedksetup.bat155 @echo create X64 binaries. Setting these two options have the
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
DVfrStrings.uni430 #string STR_VIDEO_LCD_IGMCHBLC_HELP #language en-US "Back Light Control Setting"
547 #string STR_PASSWORD_CONFIGURATION_SUBTITLE #language en-US "Password Setting"
548 #string STR_PASSWORD_CONFIGURATION_HELP #language en-US "Password Setting"
789 #string STR_SENSOR_SUBTITLE #language en-US "Sensor Modules Setting"
1123 #string STR_DPTF_CLPO_PWR_CTRL #language en-US "Power Control Setting"
1125 …tring STR_DPTF_CLPO_PERF_CTRL #language en-US "Performance Control Setting"
1185 #string STR_PNP_SETTING_PROMPT #language en-US "SoC PnP Setting"
1193 #string STR_CFIO_PNP_SETTING_PROMPT #language en-US "CFIO/GPIO PnP Setting"
1196 #string STR_TRISTATE_LPC_PROMPT #language en-US "LPC PnP Setting"
1197 …PC_HELP #language en-US "Enable/Disable LPC PnP Setting. When enabled, th…
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DBmstring.uni81 #string STR_FORM_GOTO_SETTING #language en-US "Go Back To Setting Page"
82 #language fr-FR "Go Back To Setting Page"
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
DBootMaintenanceManagerStrings.uni96 #string STR_FORM_GOTO_SETTING #language en-US "Go Back To Setting Page"
97 #language fr-FR "Go Back To Setting Page"
/device/google/crosshatch/json-c/
DDoxyfile516 # Setting the INLINE_SOURCES tag to YES will include the body
521 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
1019 # super classes. Setting the tag to NO turns the diagrams off. Note that this
1040 # indirect inheritance relations. Setting this tag to YES will force the
/device/google/coral/json-c/
DDoxyfile516 # Setting the INLINE_SOURCES tag to YES will include the body
521 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
1019 # super classes. Setting the tag to NO turns the diagrams off. Note that this
1040 # indirect inheritance relations. Setting this tag to YES will force the
/device/google/sunfish/json-c/
DDoxyfile516 # Setting the INLINE_SOURCES tag to YES will include the body
521 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
1019 # super classes. Setting the tag to NO turns the diagrams off. Note that this
1040 # indirect inheritance relations. Setting this tag to YES will force the
/device/google/bonito/json-c/
DDoxyfile516 # Setting the INLINE_SOURCES tag to YES will include the body
521 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
1019 # super classes. Setting the tag to NO turns the diagrams off. Note that this
1040 # indirect inheritance relations. Setting this tag to YES will force the
/device/google/coral/
DWCNSS_qcom_cfg.ini130 # Regulatory Setting; 0=STRICT; 1=CUSTOM

12