Home
last modified time | relevance | path

Searched refs:min_step (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dcppc_cpufreq.c514 unsigned int min_step, max_step, step, step_check; in cppc_get_cpu_power() local
530 min_step = min_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power()
539 if (min_step == max_step) { in cppc_get_cpu_power()
542 } else if (step < min_step) { in cppc_get_cpu_power()
543 step = min_step; in cppc_get_cpu_power()
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dipc3-topology.c725 int min_step, max_step; in sof_ipc3_widget_setup_comp_pga() local
757 min_step = scontrol->min_volume_step; in sof_ipc3_widget_setup_comp_pga()
759 volume->min_value = scontrol->volume_table[min_step]; in sof_ipc3_widget_setup_comp_pga()
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dtopology.c1880 int min_step; in sof_widget_load_pga() local
1924 min_step = scontrol->min_volume_step; in sof_widget_load_pga()
1926 volume->min_value = scontrol->volume_table[min_step]; in sof_widget_load_pga()

Completed in 10 milliseconds