Home
last modified time | relevance | path

Searched refs:spas (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/acpi/nfit/
Dmce.c43 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in nfit_handle_mce()
Dcore.c63 struct list_head spas; member
642 list_for_each_entry(nfit_spa, &prev->spas, list) { in add_spa()
644 list_move_tail(&nfit_spa->list, &acpi_desc->spas); in add_spa()
655 list_add_tail(&nfit_spa->list, &acpi_desc->spas); in add_spa()
941 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in nfit_mem_find_spa_bdw()
1168 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in nfit_mem_init()
2905 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in ars_complete_all()
2941 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in __acpi_nfit_scrub()
3036 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in acpi_nfit_register_regions()
3054 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) in acpi_nfit_register_regions()
[all …]
Dnfit.h193 struct list_head spas; member