Lines Matching refs:pdomain

537 	struct acpi_psd_package *pdomain;  in acpi_processor_get_psd()  local
557 pdomain = &(pr->performance->domain_info); in acpi_processor_get_psd()
560 state.pointer = pdomain; in acpi_processor_get_psd()
570 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) { in acpi_processor_get_psd()
576 if (pdomain->revision != ACPI_PSD_REV0_REVISION) { in acpi_processor_get_psd()
582 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL && in acpi_processor_get_psd()
583 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY && in acpi_processor_get_psd()
584 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) { in acpi_processor_get_psd()
602 struct acpi_psd_package *pdomain; in acpi_processor_preregister_performance() local
661 pdomain = &(pr->performance->domain_info); in acpi_processor_preregister_performance()
664 if (pdomain->num_processors <= 1) in acpi_processor_preregister_performance()
668 count_target = pdomain->num_processors; in acpi_processor_preregister_performance()
669 if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ALL) in acpi_processor_preregister_performance()
671 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_HW_ALL) in acpi_processor_preregister_performance()
673 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ANY) in acpi_processor_preregister_performance()
685 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()
695 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_preregister_performance()
713 if (match_pdomain->domain != pdomain->domain) in acpi_processor_preregister_performance()