Searched refs:spas (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/acpi/nfit/ |
D | mce.c | 39 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in nfit_handle_mce()
|
D | core.c | 60 struct list_head spas; member 687 list_for_each_entry(nfit_spa, &prev->spas, list) { in add_spa() 689 list_move_tail(&nfit_spa->list, &acpi_desc->spas); in add_spa() 700 list_add_tail(&nfit_spa->list, &acpi_desc->spas); in add_spa() 988 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in nfit_mem_find_spa_bdw() 1215 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in nfit_mem_init() 3120 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in ars_complete_all() 3158 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in __acpi_nfit_scrub() 3195 list_move_tail(&nfit_spa->list, &acpi_desc->spas); in __acpi_nfit_scrub() 3283 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in acpi_nfit_register_regions() [all …]
|
D | nfit.h | 223 struct list_head spas; member
|