Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dintel_pstate.c135 void (*get_vid)(struct cpudata *); member
765 .get_vid = atom_get_vid,
785 .get_vid = atom_get_vid,
859 if (pstate_funcs.get_vid) in intel_pstate_get_cpu_pstates()
860 pstate_funcs.get_vid(cpu); in intel_pstate_get_cpu_pstates()
1244 pstate_funcs.get_vid = funcs->get_vid; in copy_cpu_funcs()
/drivers/char/tpm/
Dtpm_i2c_nuvoton.c488 static int get_vid(struct i2c_client *client, u32 *res) in get_vid() function
530 rc = get_vid(client, &vid); in i2c_nuvoton_probe()