Searched refs:next_interface (Results 1 – 2 of 2) sorted by relevance
158 while (next_interface) { in acpi_ut_interface_terminate()166 ACPI_FREE(next_interface); in acpi_ut_interface_terminate()244 while (next_interface) { in acpi_ut_remove_interface()256 next_interface->next; in acpi_ut_remove_interface()259 next_interface->next; in acpi_ut_remove_interface()280 next_interface = next_interface->next; in acpi_ut_remove_interface()308 while (next_interface) { in acpi_ut_update_interfaces()325 next_interface = next_interface->next; in acpi_ut_update_interfaces()349 while (next_interface) { in acpi_ut_get_interface()351 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 5 milliseconds