Lines Matching refs:pdomain

537 int acpi_processor_get_psd(acpi_handle handle, struct acpi_psd_package *pdomain)  in acpi_processor_get_psd()  argument
565 state.pointer = pdomain; in acpi_processor_get_psd()
575 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) { in acpi_processor_get_psd()
581 if (pdomain->revision != ACPI_PSD_REV0_REVISION) { in acpi_processor_get_psd()
587 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL && in acpi_processor_get_psd()
588 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY && in acpi_processor_get_psd()
589 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) { in acpi_processor_get_psd()
608 struct acpi_psd_package *pdomain; in acpi_processor_preregister_performance() local
647 pdomain = &(pr->performance->domain_info); in acpi_processor_preregister_performance()
648 if (acpi_processor_get_psd(pr->handle, pdomain)) { in acpi_processor_preregister_performance()
668 pdomain = &(pr->performance->domain_info); in acpi_processor_preregister_performance()
671 if (pdomain->num_processors <= 1) in acpi_processor_preregister_performance()
675 count_target = pdomain->num_processors; in acpi_processor_preregister_performance()
676 if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ALL) in acpi_processor_preregister_performance()
678 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_HW_ALL) in acpi_processor_preregister_performance()
680 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ANY) in acpi_processor_preregister_performance()
692 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()
702 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_preregister_performance()
720 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()