Searched refs:v_info (Results 1 – 1 of 1) sorted by relevance
1174 struct hw_vendor_info *v_info; in intel_pstate_platform_pwr_mgmt_exists() local1189 for (v_info = vendor_info; v_info->valid; v_info++) { in intel_pstate_platform_pwr_mgmt_exists()1190 if (!strncmp(hdr.oem_id, v_info->oem_id, ACPI_OEM_ID_SIZE) && in intel_pstate_platform_pwr_mgmt_exists()1191 !strncmp(hdr.oem_table_id, v_info->oem_table_id, in intel_pstate_platform_pwr_mgmt_exists()1193 switch (v_info->oem_pwr_table) { in intel_pstate_platform_pwr_mgmt_exists()