Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/
Dclk.c40 static long clk_core_get_accuracy(struct clk_core *clk);
179 clk_core_get_accuracy(c), clk_core_get_phase(c)); in clk_summary_show_one()
238 seq_printf(s, "\"accuracy\": %lu,", clk_core_get_accuracy(c)); in clk_dump_one()
1292 static long clk_core_get_accuracy(struct clk_core *clk) in clk_core_get_accuracy() function
1320 return clk_core_get_accuracy(clk->core); in clk_get_accuracy()