Lines Matching defs:pdomain
532 int acpi_processor_get_psd(acpi_handle handle, struct acpi_psd_package *pdomain)
560 state.pointer = pdomain;
570 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) {
576 if (pdomain->revision != ACPI_PSD_REV0_REVISION) {
582 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL &&
583 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY &&
584 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) {
603 struct acpi_psd_package *pdomain;
642 pdomain = &(pr->performance->domain_info);
643 if (acpi_processor_get_psd(pr->handle, pdomain)) {
663 pdomain = &(pr->performance->domain_info);
666 if (pdomain->num_processors <= 1)
670 count_target = pdomain->num_processors;
671 if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ALL)
673 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_HW_ALL)
675 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ANY)
687 if (match_pdomain->domain != pdomain->domain)
697 if (pdomain->coord_type != match_pdomain->coord_type) {
715 if (match_pdomain->domain != pdomain->domain)