Lines Matching refs:pdomain

541 	struct acpi_psd_package *pdomain;  in acpi_processor_get_psd()  local
561 pdomain = &(pr->performance->domain_info); in acpi_processor_get_psd()
564 state.pointer = pdomain; in acpi_processor_get_psd()
574 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) { in acpi_processor_get_psd()
580 if (pdomain->revision != ACPI_PSD_REV0_REVISION) { in acpi_processor_get_psd()
586 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL && in acpi_processor_get_psd()
587 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY && in acpi_processor_get_psd()
588 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) { in acpi_processor_get_psd()
606 struct acpi_psd_package *pdomain; in acpi_processor_preregister_performance() local
665 pdomain = &(pr->performance->domain_info); in acpi_processor_preregister_performance()
668 if (pdomain->num_processors <= 1) in acpi_processor_preregister_performance()
672 count_target = pdomain->num_processors; in acpi_processor_preregister_performance()
673 if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ALL) in acpi_processor_preregister_performance()
675 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_HW_ALL) in acpi_processor_preregister_performance()
677 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ANY) in acpi_processor_preregister_performance()
689 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()
699 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_preregister_performance()
717 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()