Searched refs:Setting (Results 1 - 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbDesc.c22 @param Setting The descriptor to free.
27 IN USB_INTERFACE_SETTING *Setting
33 if (Setting->Endpoints != NULL) {
37 for (Index = 0; Index < Setting->Desc.NumEndpoints; Index++) {
38 Ep = Setting->Endpoints[Index];
48 if (Setting->Desc.NumEndpoints > 0) {
49 FreePool (Setting->Endpoints);
53 FreePool (Setting);
238 USB_INTERFACE_SETTING *Setting; local
246 Setting
315 USB_INTERFACE_SETTING *Setting; local
[all...]
H A DUsbHub.c555 EFI_USB_INTERFACE_DESCRIPTOR *Setting; local
561 Setting = &UsbIf->IfSetting->Desc;
563 if ((Setting->InterfaceClass == USB_HUB_CLASS_CODE) &&
564 (Setting->InterfaceSubClass == USB_HUB_SUBCLASS_CODE)) {
695 USB_INTERFACE_SETTING *Setting; local
707 Setting = HubIf->IfSetting;
710 NumEndpoints = Setting->Desc.NumEndpoints;
713 ASSERT ((Setting->Endpoints != NULL) && (Setting->Endpoints[Index] != NULL));
715 EpDesc = Setting
[all...]
H A DUsbEnumer.c320 USB_INTERFACE_SETTING *Setting; local
326 Setting = NULL;
330 Setting = IfDesc->Settings[Index];
332 if (Setting->Desc.AlternateSetting == Alternate) {
343 ASSERT (Setting != NULL);
345 Alternate, Setting->Desc.InterfaceNumber));
350 for (Index = 0; Index < Setting->Desc.NumEndpoints; Index++) {
351 Setting->Endpoints[Index]->Toggle = 0;
/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
H A DPlatform.c283 OUT BOOLEAN *Setting
308 *Setting = FALSE;
314 *Setting = TRUE;
326 BOOLEAN Setting; \
330 "opt/ovmf/" #TokenName, &Setting))) { \
331 PcdStatus = PcdSetBoolS (TokenName, Setting); \
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
H A 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):
742 ValueList, IsValid, Index = AnalyzeDscPcd(Setting, PcdType, self._DecPcds[PcdCName, TokenSpaceGuid].DatumType)
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, Typ
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
H A DMisc.py1418 def AnalyzePcdExpression(Setting):
1419 Setting = Setting.strip()
1421 Data = Setting.replace('\\\\', '//').replace('\\\"', '\\\'')
1443 FieldList.append(Setting[StartPos:].strip())
1445 FieldList.append(Setting[StartPos:Pos].strip())
1467 # @param Setting: String contain information described above with "TokenSpace.PcdCName|" stripped
1475 def AnalyzeDscPcd(Setting, PcdType, DataType=''):
1476 FieldList = AnalyzePcdExpression(Setting)
1554 # @param[in] Setting
[all...]
/device/common/
H A Dgenerate-packages.sh143 echo \ \ Setting up $COMPANY-specific makefiles
145 echo \ \ Setting up shared makefiles
/device/linaro/bootloader/edk2/
H A Dedksetup.bat155 @echo create X64 binaries. Setting these two options have the
H A DEdk2Setup.bat248 @echo create X64 binaries. Setting these two options have the
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
H A Dbld_vlv.bat120 echo Setting %1 platform configuration and BIOS ID...
143 echo Setting the Build environment for VS2008/VS2010/VS2012/VS2013...
H A DbldX64.bat42 @echo Setting Baley Bay platform configration and BIOS ID ...

Completed in 70 milliseconds