Home
last modified time | relevance | path

Searched refs:Acpi (Results 1 – 5 of 5) sorted by relevance

/src/lib/libefivar/
H A Defivar-dp-format.c417 ACPI_HID_DEVICE_PATH *Acpi; in DevPathToTextAcpi() local
419 Acpi = DevPath; in DevPathToTextAcpi()
420 if ((Acpi->HID & PNP_EISA_ID_MASK) == PNP_EISA_ID_CONST) { in DevPathToTextAcpi()
421 switch (EISA_ID_TO_NUM (Acpi->HID)) { in DevPathToTextAcpi()
423 UefiDevicePathLibCatPrint (Str, "PciRoot(0x%x)", Acpi->UID); in DevPathToTextAcpi()
427 UefiDevicePathLibCatPrint (Str, "PcieRoot(0x%x)", Acpi->UID); in DevPathToTextAcpi()
431 UefiDevicePathLibCatPrint (Str, "Floppy(0x%x)", Acpi->UID); in DevPathToTextAcpi()
435 UefiDevicePathLibCatPrint (Str, "Keyboard(0x%x)", Acpi->UID); in DevPathToTextAcpi()
439 UefiDevicePathLibCatPrint (Str, "Serial(0x%x)", Acpi->UID); in DevPathToTextAcpi()
443 UefiDevicePathLibCatPrint (Str, "ParallelPort(0x%x)", Acpi->UID); in DevPathToTextAcpi()
[all …]
H A Defivar-dp-parse.c795 ACPI_HID_DEVICE_PATH *Acpi; in DevPathFromTextAcpi() local
799 Acpi = (ACPI_HID_DEVICE_PATH *)CreateDeviceNode ( in DevPathFromTextAcpi()
805 if (Acpi != NULL) { in DevPathFromTextAcpi()
806 Acpi->HID = EisaIdFromText (HIDStr); in DevPathFromTextAcpi()
807 Acpi->UID = (UINT32)Strtoi (UIDStr); in DevPathFromTextAcpi()
810 return (EFI_DEVICE_PATH_PROTOCOL *)Acpi; in DevPathFromTextAcpi()
830 ACPI_HID_DEVICE_PATH *Acpi; in ConvertFromTextAcpi() local
833 Acpi = (ACPI_HID_DEVICE_PATH *)CreateDeviceNode ( in ConvertFromTextAcpi()
839 if (Acpi != NULL) { in ConvertFromTextAcpi()
840 Acpi->HID = EFI_PNP_ID (PnPId); in ConvertFromTextAcpi()
[all …]
/src/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1283 ACPI_HID_DEVICE_PATH Acpi; member
1340 ACPI_HID_DEVICE_PATH *Acpi; member
/src/sys/contrib/edk2/
H A DMdePkg.dec398 ## Include/Guid/Acpi.h
401 ## Include/Guid/Acpi.h
404 ## Include/Guid/Acpi.h
/src/sys/contrib/dev/acpica/
H A Dchanges.txt344 AML interpreter/iASL compiler: Add new Acpi 6.4 semantics for the
380 Acpi table support.
593 using kmem_cache_free(<"Acpi-Namespace" kmem_cache>). This is wrong.
18695 Acpi Interfaces: Fixed a problem where the AcpiGetName() interface
18888 All Acpi data types and structures are now in lower case. Only
18889 Acpi macros are upper case for differentiation.
18916 now prefixed with the string "Acpi". This keeps all of the
19442 Added external interfaces (Acpi*) to the ACPI debug memory
19920 prefixed with "Acpi" (with only a few exceptions). The original
19921 two-letter abbreviation for the subcomponent remains after "Acpi"
[all …]