Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/uwb/
Ddrp-avail.c129 unsigned long get_val(u8 *array, size_t itr, size_t len) in get_val() function
201 val = get_val(buffer, itr, len); in buffer_to_bmp()
/Linux-v5.4/drivers/cpufreq/
Dintel_pstate.c291 u64 (*get_val)(struct cpudata*, int pstate); member
1544 pstate_funcs.get_val(cpu, pstate)); in intel_pstate_set_pstate()
1806 wrmsrl(MSR_IA32_PERF_CTL, pstate_funcs.get_val(cpu, pstate)); in intel_pstate_update_pstate()
1878 .get_val = core_get_val,
1886 .get_val = atom_get_val,
1896 .get_val = atom_get_val,
1908 .get_val = core_get_val,
2354 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_target()
2588 pstate_funcs.get_val = funcs->get_val; in copy_cpu_funcs()