Lines Matching defs:pdomain
372 struct acpi_psd_package *pdomain;
387 pdomain = &(cpc_ptr->domain_info);
390 state.pointer = pdomain;
399 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) {
404 if (pdomain->revision != ACPI_PSD_REV0_REVISION) {
409 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL &&
410 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY &&
411 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) {
469 struct acpi_psd_package *pdomain;
480 pdomain = &(cpc_ptr->domain_info);
482 if (pdomain->num_processors <= 1)
486 count_target = pdomain->num_processors;
487 if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ALL)
489 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_HW_ALL)
491 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ANY)
503 if (match_pdomain->domain != pdomain->domain)
510 if (pdomain->coord_type != match_pdomain->coord_type)