Searched refs:next_interface (Results 1 – 2 of 2) sorted by relevance
159 while (next_interface) { in acpi_ut_interface_terminate()167 ACPI_FREE(next_interface); in acpi_ut_interface_terminate()245 while (next_interface) { in acpi_ut_remove_interface()257 next_interface->next; in acpi_ut_remove_interface()260 next_interface->next; in acpi_ut_remove_interface()281 next_interface = next_interface->next; in acpi_ut_remove_interface()309 while (next_interface) { in acpi_ut_update_interfaces()326 next_interface = next_interface->next; in acpi_ut_update_interfaces()350 while (next_interface) { in acpi_ut_get_interface()352 return (next_interface); in acpi_ut_get_interface()[all …]
413 struct acpi_interface_info *next_interface; in acpi_db_display_interfaces() local423 next_interface = acpi_gbl_supported_interfaces; in acpi_db_display_interfaces()424 while (next_interface) { in acpi_db_display_interfaces()425 if (!(next_interface->flags & ACPI_OSI_INVALID)) { in acpi_db_display_interfaces()426 acpi_os_printf("%s\n", next_interface->name); in acpi_db_display_interfaces()429 next_interface = next_interface->next; in acpi_db_display_interfaces()
Completed in 7 milliseconds