Home
last modified time | relevance | path

Searched refs:v_info (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c1174 struct hw_vendor_info *v_info; in intel_pstate_platform_pwr_mgmt_exists() local
1189 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()