Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dipc4-pcm.c146 s8 *pipe_priority, bool ascend) in sof_ipc4_add_pipeline_by_priority() argument
153 if (ascend && pipeline->priority < pipe_priority[i]) in sof_ipc4_add_pipeline_by_priority()
156 else if (!ascend && pipeline->priority > pipe_priority[i]) in sof_ipc4_add_pipeline_by_priority()
/linux/drivers/regulator/
H A Dhelpers.c828 bool ascend = curr_table[n_currents - 1] > curr_table[0]; in regulator_set_current_limit_regmap() local
831 if (ascend) { in regulator_set_current_limit_regmap()