Lines Matching refs:pdomain
523 int acpi_processor_get_psd(acpi_handle handle, struct acpi_psd_package *pdomain) in acpi_processor_get_psd() argument
551 state.pointer = pdomain; in acpi_processor_get_psd()
560 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) { in acpi_processor_get_psd()
566 if (pdomain->revision != ACPI_PSD_REV0_REVISION) { in acpi_processor_get_psd()
572 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL && in acpi_processor_get_psd()
573 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY && in acpi_processor_get_psd()
574 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) { in acpi_processor_get_psd()
593 struct acpi_psd_package *pdomain; in acpi_processor_preregister_performance() local
631 pdomain = &(pr->performance->domain_info); in acpi_processor_preregister_performance()
632 if (acpi_processor_get_psd(pr->handle, pdomain)) { in acpi_processor_preregister_performance()
652 pdomain = &(pr->performance->domain_info); in acpi_processor_preregister_performance()
655 if (pdomain->num_processors <= 1) in acpi_processor_preregister_performance()
659 count_target = pdomain->num_processors; in acpi_processor_preregister_performance()
660 if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ALL) in acpi_processor_preregister_performance()
662 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_HW_ALL) in acpi_processor_preregister_performance()
664 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ANY) in acpi_processor_preregister_performance()
676 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()
686 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_preregister_performance()
704 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()