Searched refs:spas (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/acpi/nfit/ |
| H A D | core.c | 62 struct list_head spas; member 721 list_for_each_entry(nfit_spa, &prev->spas, list) { in add_spa() 723 list_move_tail(&nfit_spa->list, &acpi_desc->spas); in add_spa() 734 list_add_tail(&nfit_spa->list, &acpi_desc->spas); in add_spa() 1175 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in nfit_mem_init() 2813 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in ars_complete_all() 2851 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in __acpi_nfit_scrub() 2888 list_move_tail(&nfit_spa->list, &acpi_desc->spas); in __acpi_nfit_scrub() 2976 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in acpi_nfit_register_regions() 2985 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in acpi_nfit_register_regions() [all …]
|
| H A D | mce.c | 40 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in nfit_handle_mce()
|
| H A D | nfit.h | 244 struct list_head spas; member
|