Searched refs:InterfaceName (Results 1 – 6 of 6) sorted by relevance
333 ACPI_STRING InterfaceName) in ACPI_EXPORT_SYMBOL()341 if (!InterfaceName || (strlen (InterfaceName) == 0)) in ACPI_EXPORT_SYMBOL()354 InterfaceInfo = AcpiUtGetInterface (InterfaceName); in ACPI_EXPORT_SYMBOL()375 Status = AcpiUtInstallInterface (InterfaceName); in ACPI_EXPORT_SYMBOL()399 ACPI_STRING InterfaceName) in ACPI_EXPORT_SYMBOL()406 if (!InterfaceName || (strlen (InterfaceName) == 0)) in ACPI_EXPORT_SYMBOL()417 Status = AcpiUtRemoveInterface (InterfaceName); in ACPI_EXPORT_SYMBOL()
248 ACPI_STRING InterfaceName) in AcpiUtInstallInterface() argument261 InterfaceInfo->Name = ACPI_ALLOCATE_ZEROED (strlen (InterfaceName) + 1); in AcpiUtInstallInterface()270 strcpy (InterfaceInfo->Name, InterfaceName); in AcpiUtInstallInterface()294 ACPI_STRING InterfaceName) in AcpiUtRemoveInterface() argument303 if (!strcmp (InterfaceName, NextInterface->Name)) in AcpiUtRemoveInterface()418 ACPI_STRING InterfaceName) in AcpiUtGetInterface() argument426 if (!strcmp (InterfaceName, NextInterface->Name)) in AcpiUtGetInterface()
102 ACPI_STRING InterfaceName,592 ACPI_STRING InterfaceName, in AeInterfaceHandler() argument600 InterfaceName, Supported == 0 ? "not " : "")); in AeInterfaceHandler()
600 ACPI_STRING InterfaceName);604 ACPI_STRING InterfaceName);612 ACPI_STRING InterfaceName);
491 ACPI_STRING InterfaceName))496 ACPI_STRING InterfaceName))
1208 ACPI_STRING InterfaceName,
Completed in 13 milliseconds