Home
last modified time | relevance | path

Searched refs:InterfaceName (Results 1 – 6 of 6) sorted by relevance

/acpica-latest/source/components/utilities/
Dutxface.c441 ACPI_STRING InterfaceName) in ACPI_EXPORT_SYMBOL()
449 if (!InterfaceName || (strlen (InterfaceName) == 0)) in ACPI_EXPORT_SYMBOL()
462 InterfaceInfo = AcpiUtGetInterface (InterfaceName); in ACPI_EXPORT_SYMBOL()
483 Status = AcpiUtInstallInterface (InterfaceName); in ACPI_EXPORT_SYMBOL()
507 ACPI_STRING InterfaceName) in ACPI_EXPORT_SYMBOL()
514 if (!InterfaceName || (strlen (InterfaceName) == 0)) in ACPI_EXPORT_SYMBOL()
525 Status = AcpiUtRemoveInterface (InterfaceName); in ACPI_EXPORT_SYMBOL()
Dutosi.c364 ACPI_STRING InterfaceName) in AcpiUtInstallInterface() argument
377 InterfaceInfo->Name = ACPI_ALLOCATE_ZEROED (strlen (InterfaceName) + 1); in AcpiUtInstallInterface()
386 strcpy (InterfaceInfo->Name, InterfaceName); in AcpiUtInstallInterface()
410 ACPI_STRING InterfaceName) in AcpiUtRemoveInterface() argument
419 if (!strcmp (InterfaceName, NextInterface->Name)) in AcpiUtRemoveInterface()
534 ACPI_STRING InterfaceName) in AcpiUtGetInterface() argument
542 if (!strcmp (InterfaceName, NextInterface->Name)) in AcpiUtGetInterface()
/acpica-latest/source/tools/acpiexec/
Daehandlers.c202 ACPI_STRING InterfaceName,
573 ACPI_STRING InterfaceName, in AeInterfaceHandler() argument
581 InterfaceName, Supported == 0 ? "not " : "")); in AeInterfaceHandler()
/acpica-latest/source/include/
Dacutils.h837 ACPI_STRING InterfaceName);
841 ACPI_STRING InterfaceName);
849 ACPI_STRING InterfaceName);
Dacpixf.h627 ACPI_STRING InterfaceName))
632 ACPI_STRING InterfaceName))
Dactypes.h1364 ACPI_STRING InterfaceName,