Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/cpufreq/
De_powersaver.c389 static const struct x86_cpu_id eps_cpu_id[] = { variable
393 MODULE_DEVICE_TABLE(x86cpu, eps_cpu_id);
397 if (!x86_match_cpu(eps_cpu_id) || boot_cpu_data.x86_model < 10) in eps_init()