nfit_spa_type     704 drivers/acpi/nfit/core.c 			spa_type_name(nfit_spa_type(spa)));
nfit_spa_type     991 drivers/acpi/nfit/core.c 		int type = nfit_spa_type(nfit_spa->spa);
nfit_spa_type    1061 drivers/acpi/nfit/core.c 	int type = spa ? nfit_spa_type(spa) : 0;
nfit_spa_type    2676 drivers/acpi/nfit/core.c 	if (nfit_spa_type(spa) == NFIT_SPA_PM)
nfit_spa_type    2678 drivers/acpi/nfit/core.c 	else if (nfit_spa_type(spa) == NFIT_SPA_VOLATILE)
nfit_spa_type    2873 drivers/acpi/nfit/core.c 	switch (nfit_spa_type(spa)) {
nfit_spa_type    2910 drivers/acpi/nfit/core.c 	return (nfit_spa_type(spa) == NFIT_SPA_VDISK ||
nfit_spa_type    2911 drivers/acpi/nfit/core.c 		nfit_spa_type(spa) == NFIT_SPA_VCD   ||
nfit_spa_type    2912 drivers/acpi/nfit/core.c 		nfit_spa_type(spa) == NFIT_SPA_PDISK ||
nfit_spa_type    2913 drivers/acpi/nfit/core.c 		nfit_spa_type(spa) == NFIT_SPA_PCD);
nfit_spa_type    2918 drivers/acpi/nfit/core.c 	return (nfit_spa_type(spa) == NFIT_SPA_VDISK ||
nfit_spa_type    2919 drivers/acpi/nfit/core.c 		nfit_spa_type(spa) == NFIT_SPA_VCD   ||
nfit_spa_type    2920 drivers/acpi/nfit/core.c 		nfit_spa_type(spa) == NFIT_SPA_VOLATILE);
nfit_spa_type    2997 drivers/acpi/nfit/core.c 	if (nfit_spa_type(spa) == NFIT_SPA_PM) {
nfit_spa_type    3255 drivers/acpi/nfit/core.c 	int type = nfit_spa_type(nfit_spa->spa);
nfit_spa_type    3285 drivers/acpi/nfit/core.c 		switch (nfit_spa_type(nfit_spa->spa)) {
nfit_spa_type    3294 drivers/acpi/nfit/core.c 		switch (nfit_spa_type(nfit_spa->spa)) {
nfit_spa_type    3525 drivers/acpi/nfit/core.c 		int type = nfit_spa_type(nfit_spa->spa);
nfit_spa_type      42 drivers/acpi/nfit/mce.c 			if (nfit_spa_type(spa) != NFIT_SPA_PM)
nfit_spa_type     300 drivers/acpi/nfit/nfit.h int nfit_spa_type(struct acpi_nfit_system_address *spa);