Searched refs:get_val (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/uwb/ |
D | drp-avail.c | 141 unsigned long get_val(u8 *array, size_t itr, size_t len) in get_val() function 213 val = get_val(buffer, itr, len); in buffer_to_bmp()
|
/Linux-v4.19/drivers/cpufreq/ |
D | intel_pstate.c | 290 u64 (*get_val)(struct cpudata*, int pstate); member 1401 pstate_funcs.get_val(cpu, pstate)); in intel_pstate_set_pstate() 1670 wrmsrl(MSR_IA32_PERF_CTL, pstate_funcs.get_val(cpu, pstate)); in intel_pstate_update_pstate() 1741 .get_val = core_get_val, 1749 .get_val = atom_get_val, 1759 .get_val = atom_get_val, 1771 .get_val = core_get_val, 2212 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_target() 2381 pstate_funcs.get_val = funcs->get_val; in copy_cpu_funcs()
|