Searched refs:spas (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/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 694 list_for_each_entry(nfit_spa, &prev->spas, list) { in add_spa() 696 list_move_tail(&nfit_spa->list, &acpi_desc->spas); in add_spa() 707 list_add_tail(&nfit_spa->list, &acpi_desc->spas); in add_spa() 995 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in nfit_mem_find_spa_bdw() 1222 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in nfit_mem_init() 3175 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in ars_complete_all() 3213 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in __acpi_nfit_scrub() 3250 list_move_tail(&nfit_spa->list, &acpi_desc->spas); in __acpi_nfit_scrub() 3338 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in acpi_nfit_register_regions() [all …]
|
D | nfit.h | 248 struct list_head spas; member
|