Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_i2c_nuvoton.c491 static int get_vid(struct i2c_client *client, u32 *res) in get_vid() function
534 rc = get_vid(client, &vid); in i2c_nuvoton_probe()
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm_i2c_nuvoton.c491 static int get_vid(struct i2c_client *client, u32 *res) in get_vid() function
534 rc = get_vid(client, &vid); in i2c_nuvoton_probe()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dintel_pstate.c280 * @get_vid: Callback to get VID data for Atom platforms
293 void (*get_vid)(struct cpudata *); member
1735 if (pstate_funcs.get_vid) in intel_pstate_get_cpu_pstates()
1736 pstate_funcs.get_vid(cpu); in intel_pstate_get_cpu_pstates()
2042 .get_vid = atom_get_vid,
2052 .get_vid = atom_get_vid,
2853 pstate_funcs.get_vid = funcs->get_vid; in copy_cpu_funcs()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dintel_pstate.c278 * @get_vid: Callback to get VID data for Atom platforms
292 void (*get_vid)(struct cpudata *); member
2077 if (pstate_funcs.get_vid) in intel_pstate_get_cpu_pstates()
2078 pstate_funcs.get_vid(cpu); in intel_pstate_get_cpu_pstates()
2385 .get_vid = atom_get_vid,
2395 .get_vid = atom_get_vid,
3245 pstate_funcs.get_vid = funcs->get_vid; in copy_cpu_funcs()

Completed in 11 milliseconds