Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dtlv320aic3x.c1111 int tmp_clk = (1000 * j * r) / p; in aic3x_hw_params() local
1116 if (abs(codec_clk - tmp_clk) < in aic3x_hw_params()
1120 last_clk = tmp_clk; in aic3x_hw_params()
1124 if (tmp_clk == codec_clk) in aic3x_hw_params()
/linux-4.4.14/drivers/clk/
Dclk.c1395 struct clk_core *child, *tmp_clk, *fail_clk = NULL; in clk_propagate_rate_change() local
1411 tmp_clk = clk_propagate_rate_change(child, event); in clk_propagate_rate_change()
1412 if (tmp_clk) in clk_propagate_rate_change()
1413 fail_clk = tmp_clk; in clk_propagate_rate_change()
1418 tmp_clk = clk_propagate_rate_change(core->new_child, event); in clk_propagate_rate_change()
1419 if (tmp_clk) in clk_propagate_rate_change()
1420 fail_clk = tmp_clk; in clk_propagate_rate_change()