Home
last modified time | relevance | path

Searched refs:Feature (Results 1 – 25 of 35) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbHub.c92 IN UINT16 Feature in UsbHubCtrlClearHubFeature() argument
103 Feature, in UsbHubCtrlClearHubFeature()
128 IN UINT16 Feature in UsbHubCtrlClearPortFeature() argument
143 Feature, in UsbHubCtrlClearPortFeature()
397 IN UINT8 Feature in UsbHubCtrlSetHubFeature() argument
408 Feature, in UsbHubCtrlSetHubFeature()
433 IN UINT8 Feature in UsbHubCtrlSetPortFeature() argument
448 Feature, in UsbHubCtrlSetPortFeature()
891 UsbHubCtrlClearPortFeature (HubIf->Device, Port, (UINT16) Map->Feature); in UsbHubClearPortChange()
913 IN EFI_USB_PORT_FEATURE Feature in UsbHubSetPortFeature() argument
[all …]
DUsbEnumer.h70 IN EFI_USB_PORT_FEATURE Feature
78 IN EFI_USB_PORT_FEATURE Feature
DUsbUtility.h122 IN EFI_USB_PORT_FEATURE Feature
140 IN EFI_USB_PORT_FEATURE Feature
DUsbUtility.c224 IN EFI_USB_PORT_FEATURE Feature in UsbHcSetRootHubPortFeature() argument
231 Status = UsbBus->Usb2Hc->SetRootHubPortFeature (UsbBus->Usb2Hc, PortIndex, Feature); in UsbHcSetRootHubPortFeature()
233 Status = UsbBus->UsbHc->SetRootHubPortFeature (UsbBus->UsbHc, PortIndex, Feature); in UsbHcSetRootHubPortFeature()
255 IN EFI_USB_PORT_FEATURE Feature in UsbHcClearRootHubPortFeature() argument
261 Status = UsbBus->Usb2Hc->ClearRootHubPortFeature (UsbBus->Usb2Hc, PortIndex, Feature); in UsbHcClearRootHubPortFeature()
263 Status = UsbBus->UsbHc->ClearRootHubPortFeature (UsbBus->UsbHc, PortIndex, Feature); in UsbHcClearRootHubPortFeature()
DUsbHub.h135 EFI_USB_PORT_FEATURE Feature; member
DUsbDesc.h230 IN UINT16 Feature,
DUsbDesc.c953 IN UINT16 Feature, in UsbIoClearFeature() argument
963 DevReq.Value = Feature; in UsbIoClearFeature()
/device/google/marlin/power/
DPower.h31 using ::android::hardware::power::V1_0::Feature;
44 Return<void> setFeature(Feature feature, bool activate) override;
DPower.cpp36 using ::android::hardware::power::V1_0::Feature;
64 Return<void> Power::setFeature(Feature /*feature*/, bool /*activate*/) { in setFeature() argument
/device/google/wahoo/power/
DPower.h33 using ::android::hardware::power::V1_0::Feature;
47 Return<void> setFeature(Feature feature, bool activate) override;
DPower.cpp39 using ::android::hardware::power::V1_0::Feature;
80 Return<void> Power::setFeature(Feature /*feature*/, bool /*activate*/) { in setFeature() argument
/device/linaro/bootloader/edk2/MdePkg/Library/BasePcdLibNull/
DBasePcdLibNull.uni4 // PCD Library that only provides access to Feature Flag, Fixed At Build,
21 …PTION #language en-US "PCD Library that only provides access to Feature Flag, Fixed At Bu…
DBasePcdLibNull.inf4 # PCD Library that only provides access to Feature Flag, Fixed At Build,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DAta.c527 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x03); in AtaPioDataIn()
1197 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x03); in AtaPioDataInExt()
1302 IN UINT16 Feature, in AtaCommandIssueExt() argument
1344 Feature8 = (UINT8) (Feature >> 8); in AtaCommandIssueExt()
1345 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, Feature8); in AtaCommandIssueExt()
1347 Feature8 = (UINT8) Feature; in AtaCommandIssueExt()
1348 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, Feature8); in AtaCommandIssueExt()
1413 IN UINT16 Feature, in AtaCommandIssue() argument
1462 Feature8 = (UINT8) Feature; in AtaCommandIssue()
1463 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, Feature8); in AtaCommandIssue()
[all …]
DIde.h764 IN UINT8 Feature,
791 IN UINT16 Feature,
DIdeData.h72 UINT16 Feature; /* when write */ member
DAtapi.c144 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x95); in LS120EnableMediaStatus()
149 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x31); in LS120EnableMediaStatus()
380 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x00); in AtapiPacketCommandIn()
481 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x00); in AtapiPacketCommandOut()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
DPlatformPkgConfig.dsc45 # Feature selection
57 # Feature selection
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsi.py5 from msilib import Feature, CAB, Directory, Dialog, Binary, add_data
830 default_feature = Feature(db, "DefaultFeature", "Python",
833 shared_crt = Feature(db, "SharedCRT", "MSVCRT", "C Run-Time (system-wide)", 0,
835 private_crt = Feature(db, "PrivateCRT", "MSVCRT", "C Run-Time (private)", 0,
840 ext_feature = Feature(db, "Extensions", "Register Extensions",
844 tcltk = Feature(db, "TclTk", "Tcl/Tk", "Tkinter, IDLE, pydoc", 5,
846 htmlfiles = Feature(db, "Documentation", "Documentation",
848 tools = Feature(db, "Tools", "Utility Scripts",
851 testsuite = Feature(db, "Testsuite", "Test suite",
Dschema.py79 Feature = Table('Feature') variable
80 Feature.add_field(1,'Feature',11558)
81 Feature.add_field(2,'Feature_Parent',7462)
82 Feature.add_field(3,'Title',8000)
83 Feature.add_field(4,'Description',8191)
84 Feature.add_field(5,'Display',5378)
85 Feature.add_field(6,'Level',1282)
86 Feature.add_field(7,'Directory_',0x1DFF)
87 Feature.add_field(8,'Attributes',1282)
580 …uence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImag…
/device/linaro/bootloader/edk2/UefiCpuPkg/
DUefiCpuPkg.dec115 ## Indicates if lock SMM Feature Control MSR.<BR><BR>
116 # TRUE - SMM Feature Control MSR will be locked.<BR>
117 # FALSE - SMM Feature Control MSR will not be locked.<BR>
118 # @Prompt Lock SMM Feature Control MSR.
DUefiCpuPkg.uni96 …okenSpaceGuid_PcdCpuSmmFeatureControlMsrLock_PROMPT #language en-US "Lock SMM Feature Control MSR"
98 …SpaceGuid_PcdCpuSmmFeatureControlMsrLock_HELP #language en-US "Lock SMM Feature Control MSR?<BR><…
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PciCfgOnPciCfg2Thunk/
DPciCfgOnPciCfg2Thunk.inf13 # that produce PCI CFG2 can also produce PCI CFG by setting Pcd Feature Flag gEfiIntelFrameworkModu…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbdist_msi.py21 from msilib import Directory, Feature, Dialog, add_data
273 f = Feature(db, "Python", "Python", "Everything",
287 f = Feature(db, name, title, desc, 1, level, directory=target)
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
DAtapiPeim.h65 UINT16 Feature; /* when write */ member

12