Lines Matching defs:pdomain
358 struct acpi_psd_package *pdomain;
373 pdomain = &(cpc_ptr->domain_info);
376 state.pointer = pdomain;
385 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) {
390 if (pdomain->revision != ACPI_PSD_REV0_REVISION) {
395 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL &&
396 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY &&
397 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) {
421 struct acpi_psd_package *pdomain;
443 pdomain = &(cpc_ptr->domain_info);
446 if (pdomain->num_processors <= 1)
450 count_target = pdomain->num_processors;
451 if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ALL)
453 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_HW_ALL)
455 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ANY)
469 if (match_pdomain->domain != pdomain->domain)
478 if (pdomain->coord_type != match_pdomain->coord_type) {