Searched refs:HID (Results 1 - 25 of 37) sorted by relevance

12

/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
H A DPcatPciRootBridgeDevicePath.c88 AcpiDevicePath->HID = EISA_PNP_ID(0x0A08);
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Wpce791/
H A DLpcIsaAcpi.c164 for(Index = 0; mLpcWpce791DeviceList[Index].Device.HID != 0; Index++) {
165 if (Device->HID == mLpcWpce791DeviceList[Index].Device.HID &&
170 if (mLpcWpce791DeviceList[Index].Device.HID == 0) {
176 if (NextIsaAcpiDevice != NULL && mLpcWpce791DeviceList[Index].Device.HID != 0){
290 for (Index = 0; mLpcWpce791DeviceList[Index].Device.HID != 0; Index++) {
291 if (DeviceHid == mLpcWpce791DeviceList[Index].Device.HID) {
310 for (Index = 0; mLpcWpce791DeviceList[Index].Device.HID != 0; Index++) {
311 if ((DeviceHid == mLpcWpce791DeviceList[Index].Device.HID) &&
H A DLpcDriver.c133 AcpiNode -> HID != EISA_PNP_ID(0x0A03) ||
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacySio.c145 if (ResourceList->Device.HID == EISA_PNP_ID (0x500) || ResourceList->Device.HID == EISA_PNP_ID (0x501)) {
182 if (ResourceList->Device.HID == EISA_PNP_ID (0x400) || ResourceList->Device.HID == EISA_PNP_ID (0x401)) {
198 if (ResourceList->Device.HID == EISA_PNP_ID (0x604)) {
214 // Ignore lower byte of HID. Pnp0fxx is any type of mouse.
216 // Hid = ResourceList->Device.HID & 0xff00ffff;
H A DLegacyBbs.c92 if (IsaIo->ResourceList->Device.HID != EISA_PNP_ID (0x604)) {
/device/linaro/bootloader/edk2/PcAtChipsetPkg/IsaAcpiDxe/
H A DIsaAcpi.c170 if (Device->HID == gPcatIsaAcpiDeviceList[Index].Device.HID &&
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/IsaAcpi/
H A DIsaAcpi.h89 UINT32 HID; member in struct:__anon4978
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Protocol/
H A DIsaAcpi.h98 UINT32 HID; ///< The ACPI Hardware Identifier value associated with an ISA controller. Matchs ACPI DSDT contents. member in struct:__anon5334
106 EFI_ISA_ACPI_DEVICE_ID Device; ///< The ACPI HID/UID associated with an ISA controller.
122 @param[out] Device The pointer to an ISA controller named by ACPI HID/UID.
144 @param[in] Device The pointer to an ISA controller named by ACPI HID/UID.
167 @param[in] Device The pointer to an ISA controller named by ACPI HID/UID.
190 @param[in] Device The pointer to an ISA controller named by ACPI HID/UID.
211 @param[in] Device The pointer to an ISA controller named by ACPI HID/UID.
253 @param[in] Device The pointer to an ISA controller named by ACPI HID/UID.
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c362 if (Acpi1->HID > Acpi2->HID || (Acpi1->HID == Acpi2->HID && Acpi1->UID > Acpi2->UID)) {
366 if (Acpi1->HID == Acpi2->HID && Acpi1->UID == Acpi2->UID) {
1043 if ((Acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) {
1044 if (EISA_ID_TO_NUM (Acpi->HID) == 0x0604) {
1224 switch (EISA_ID_TO_NUM (Acpi->HID)) {
/device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
H A DExtraRootBusMap.c117 numbers. The ACPI HID device path nodes however that are associated with
187 // Examine if the device path is an ACPI HID one, and if so, if UID is
193 ((ACPI_HID_DEVICE_PATH *)DevicePath)->HID == EISA_PNP_ID(0x0A03) &&
H A DQemuBootOrderLib.c1513 if ((Acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST &&
1514 EISA_ID_TO_NUM (Acpi->HID) == 0x0a03) {
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
H A DIsaBus.c612 Node.Acpi.HID = IsaDeviceResourceList->Device.HID;
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
H A DDevicePathToText.c366 if ((Acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) {
367 switch (EISA_ID_TO_NUM (Acpi->HID)) {
393 UefiDevicePathLibCatPrint (Str, L"Acpi(PNP%04x,0x%x)", EISA_ID_TO_NUM (Acpi->HID), Acpi->UID);
397 UefiDevicePathLibCatPrint (Str, L"Acpi(0x%08x,0x%x)", Acpi->HID, Acpi->UID);
402 Converts a ACPI extended HID device path structure to its string representative.
441 ((AcpiEx->HID >> 10) & 0x1f) + 'A' - 1,
442 ((AcpiEx->HID >> 5) & 0x1f) + 'A' - 1,
443 ((AcpiEx->HID >> 0) & 0x1f) + 'A' - 1,
444 (AcpiEx->HID >> 16) & 0xFFFF
472 if (AcpiEx->HID
[all...]
H A DDevicePathFromText.c866 Converts a text device path node to ACPI HID device path structure.
870 @return A pointer to the newly-created ACPI HID device path structure.
890 Acpi->HID = EisaIdFromText (HIDStr);
897 Converts a text device path node to ACPI HID device path structure.
902 @return A pointer to the newly-created ACPI HID device path structure.
921 Acpi->HID = EFI_PNP_ID (PnPId);
1062 AcpiEx->HID = EisaIdFromText (HIDStr);
1104 AcpiEx->HID = EisaIdFromText (HIDStr);
1110 // HID string is NULL
2304 Converts a text device path node to USB HID devic
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
H A DEfiDevicePath.h111 UINT32 HID; member in struct:__anon3931
118 UINT32 HID; member in struct:__anon3932
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DDevicePath.h210 UINT32 HID; member in struct:__anon7847
232 UINT32 HID; member in struct:__anon7848
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
H A DIsaFloppy.c142 if (IsaIo->ResourceList->Device.HID != EISA_PNP_ID (0x604)) {
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
H A DXhciSched.h642 UINT32 HID:1; member in struct:_ENDPOINT_CONTEXT
671 UINT32 HID:1; member in struct:_ENDPOINT_CONTEXT_64
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
H A DPs2Keyboard.c143 if (IsaIo->ResourceList->Device.HID != EISA_PNP_ID (0x303) || IsaIo->ResourceList->Device.UID != 0) {
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
H A DDebugCommunicationLibUsb3Internal.h236 UINT32 HID:1; // set to 0 member in struct:_ENDPOINT_CONTEXT_64
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
H A DPs2MouseAbsolutePointer.c75 switch (IsaIo->ResourceList->Device.HID) {
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/
H A DPs2Mouse.c75 switch (IsaIo->ResourceList->Device.HID) {
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaIo.c482 IsaIoDevice->IsaIo.ResourceList->Device.HID = AcpiNode->HID;
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.h646 UINT32 HID:1; member in struct:_ENDPOINT_CONTEXT
675 UINT32 HID:1; member in struct:_ENDPOINT_CONTEXT_64
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
H A DBdsPlatform.c480 RootBridge->PciRootBridge.HID = EISA_PNP_ID(0x0A08);

Completed in 408 milliseconds

12