Searched refs:spas (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/acpi/nfit/ |
H A D | mce.c | 40 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in nfit_handle_mce()
|
H A D | core.c | 61 struct list_head spas; member 713 list_for_each_entry(nfit_spa, &prev->spas, list) { in add_spa() 715 list_move_tail(&nfit_spa->list, &acpi_desc->spas); in add_spa() 726 list_add_tail(&nfit_spa->list, &acpi_desc->spas); in add_spa() 1167 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in nfit_mem_init() 2811 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in ars_complete_all() 2849 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in __acpi_nfit_scrub() 2886 list_move_tail(&nfit_spa->list, &acpi_desc->spas); in __acpi_nfit_scrub() 2974 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in acpi_nfit_register_regions() 2983 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in acpi_nfit_register_regions() [all …]
|
H A D | nfit.h | 244 struct list_head spas; member
|