Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/acpi/nfit/
H A Dcore.c61 struct list_head spas; member
698 list_for_each_entry(nfit_spa, &prev->spas, list) { in add_spa()
700 list_move_tail(&nfit_spa->list, &acpi_desc->spas); in add_spa()
711 list_add_tail(&nfit_spa->list, &acpi_desc->spas); in add_spa()
999 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in nfit_mem_find_spa_bdw()
1226 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in nfit_mem_init()
3194 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in ars_complete_all()
3232 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in __acpi_nfit_scrub()
3269 list_move_tail(&nfit_spa->list, &acpi_desc->spas); in __acpi_nfit_scrub()
3357 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in acpi_nfit_register_regions()
[all …]
H A Dmce.c39 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in nfit_handle_mce()
H A Dnfit.h248 struct list_head spas; member