Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c131 void (*get_vid)(struct cpudata *); member
664 .get_vid = byt_get_vid,
735 if (pstate_funcs.get_vid) in intel_pstate_get_cpu_pstates()
736 pstate_funcs.get_vid(cpu); in intel_pstate_get_cpu_pstates()
1093 pstate_funcs.get_vid = funcs->get_vid; in copy_cpu_funcs()
/linux-4.1.27/drivers/char/tpm/
Dtpm_i2c_nuvoton.c484 static int get_vid(struct i2c_client *client, u32 *res) in get_vid() function
526 rc = get_vid(client, &vid); in i2c_nuvoton_probe()