Home
last modified time | relevance | path

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

123

/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
DUsbDesc.h230 IN UINT16 Feature,
DUsbHub.h135 EFI_USB_PORT_FEATURE Feature; member
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()
/device/linaro/hikey/power/
DPower.h31 using ::android::hardware::power::V1_0::Feature;
44 Return<void> setFeature(Feature feature, bool activate) override;
DPower.cpp39 using ::android::hardware::power::V1_0::Feature;
63 Return<void> Power::setFeature(Feature /*feature*/, bool /*activate*/) { in setFeature() argument
/device/mediatek/wembley-sepolicy/r_non_plat/
Dfuelgauged_nvram.te26 # Operation : New Feature
37 # Operation : New Feature
44 # Operation : New Feature
Dueventd.te6 # Operation : New Feature
Dbiosensord_nvram.te26 # Operation : New Feature
Dboot_logo_updater.te20 # Operation : Global_Device/Uniservice Feature
/device/mediatek/wembley-sepolicy/non_plat/
Dfuelgauged_nvram.te26 # Operation : New Feature
37 # Operation : New Feature
44 # Operation : New Feature
Dueventd.te6 # Operation : New Feature
Dbiosensord_nvram.te26 # Operation : New Feature
Dboot_logo_updater.te20 # Operation : Global_Device/Uniservice Feature
/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,
/device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageCoreLib/
DTcgStorageUtil.c23 TCG_LEVEL0_FEATURE_DESCRIPTOR_HEADER *Feature; member
799 TCG_LEVEL0_FEATURE_DESCRIPTOR_HEADER *Feature, in TcgFindFeatureCallback() argument
807 if ( SwapBytes16( Feature->FeatureCode_BE ) == FindCtx->FeatureCode ) { in TcgFindFeatureCallback()
808 FindCtx->Feature = Feature; in TcgFindFeatureCallback()
835 FindCtx.Feature = NULL; in TcgGetFeature()
842 return FindCtx.Feature; in TcgGetFeature()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
DPlatformPkgConfig.dsc45 # Feature selection
57 # Feature selection
/device/mediatek/wembley-sepolicy/prebuilts/api/26.0/plat_private/
Dfuelgauged_static.te31 # Operation : New Feature
/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",
/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeCapsulePdb/
DReadme.md3 1) Copy directory `UefiCpuPkg/Feature/Capsule/MicrocodeUpdatePdb` to `<Your Platform Package>/Micro…

123