Searched defs:get_turbo (Results 1 - 1 of 1) sorted by relevance

/drivers/cpufreq/
H A Dintel_pstate.c127 int (*get_turbo)(void); member in struct:pstate_funcs
538 .get_turbo = core_get_turbo_pstate,
556 .get_turbo = byt_get_turbo_pstate,
604 cpu->pstate.turbo_pstate = pstate_funcs.get_turbo();
880 !pstate_funcs.get_turbo())
908 pstate_funcs.get_turbo = funcs->get_turbo;

Completed in 174 milliseconds