Searched refs:InterfaceName (Results 1 – 5 of 5) 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()
258 ACPI_STRING InterfaceName) in AcpiUtInstallInterface() argument271 InterfaceInfo->Name = ACPI_ALLOCATE_ZEROED (strlen (InterfaceName) + 1); in AcpiUtInstallInterface()280 strcpy (InterfaceInfo->Name, InterfaceName); in AcpiUtInstallInterface()304 ACPI_STRING InterfaceName) in AcpiUtRemoveInterface() argument313 if (!strcmp (InterfaceName, NextInterface->Name)) in AcpiUtRemoveInterface()428 ACPI_STRING InterfaceName) in AcpiUtGetInterface() argument436 if (!strcmp (InterfaceName, NextInterface->Name)) in AcpiUtGetInterface()
645 ACPI_STRING InterfaceName);649 ACPI_STRING InterfaceName);657 ACPI_STRING InterfaceName);
487 ACPI_STRING InterfaceName))492 ACPI_STRING InterfaceName))
1209 ACPI_STRING InterfaceName,