Home
last modified time | relevance | path

Searched refs:next_interface (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/acpi/acpica/
A Dutosi.c157 while (next_interface) { in acpi_ut_interface_terminate()
165 ACPI_FREE(next_interface); in acpi_ut_interface_terminate()
243 while (next_interface) { in acpi_ut_remove_interface()
255 next_interface->next; in acpi_ut_remove_interface()
258 next_interface->next; in acpi_ut_remove_interface()
279 next_interface = next_interface->next; in acpi_ut_remove_interface()
307 while (next_interface) { in acpi_ut_update_interfaces()
324 next_interface = next_interface->next; in acpi_ut_update_interfaces()
348 while (next_interface) { in acpi_ut_get_interface()
350 return (next_interface); in acpi_ut_get_interface()
[all …]
A Ddbcmds.c413 struct acpi_interface_info *next_interface; in acpi_db_display_interfaces() local
423 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 9 milliseconds