Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm_i2c_nuvoton.c493 static int get_vid(struct i2c_client *client, u32 *res) in get_vid() function
535 rc = get_vid(client, &vid); in i2c_nuvoton_probe()
/linux/drivers/cpufreq/
H A Dintel_pstate.c296 void (*get_vid)(struct cpudata *); member
2353 if (pstate_funcs.get_vid) in intel_pstate_get_cpu_pstates()
2354 pstate_funcs.get_vid(cpu); in intel_pstate_get_cpu_pstates()
2659 .get_vid = atom_get_vid,
2669 .get_vid = atom_get_vid,
3532 pstate_funcs.get_vid = funcs->get_vid; in copy_cpu_funcs()