Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dintel_pstate.c296 void (*get_vid)(struct cpudata *); member
2326 if (pstate_funcs.get_vid) in intel_pstate_get_cpu_pstates()
2327 pstate_funcs.get_vid(cpu); in intel_pstate_get_cpu_pstates()
2630 .get_vid = atom_get_vid,
2640 .get_vid = atom_get_vid,
3541 pstate_funcs.get_vid = funcs->get_vid; in copy_cpu_funcs()