Lines Matching refs:pdomain

505 int acpi_processor_get_psd(acpi_handle handle, struct acpi_psd_package *pdomain)  in acpi_processor_get_psd()  argument
533 state.pointer = pdomain; in acpi_processor_get_psd()
543 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) { in acpi_processor_get_psd()
549 if (pdomain->revision != ACPI_PSD_REV0_REVISION) { in acpi_processor_get_psd()
555 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL && in acpi_processor_get_psd()
556 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY && in acpi_processor_get_psd()
557 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) { in acpi_processor_get_psd()
576 struct acpi_psd_package *pdomain; in acpi_processor_preregister_performance() local
614 pdomain = &(pr->performance->domain_info); in acpi_processor_preregister_performance()
615 if (acpi_processor_get_psd(pr->handle, pdomain)) { in acpi_processor_preregister_performance()
635 pdomain = &(pr->performance->domain_info); in acpi_processor_preregister_performance()
638 if (pdomain->num_processors <= 1) in acpi_processor_preregister_performance()
642 count_target = pdomain->num_processors; in acpi_processor_preregister_performance()
643 if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ALL) in acpi_processor_preregister_performance()
645 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_HW_ALL) in acpi_processor_preregister_performance()
647 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ANY) in acpi_processor_preregister_performance()
659 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()
669 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_preregister_performance()
687 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()