Searched refs:clk_core_init_rate_req (Results 1 – 1 of 1) sorted by relevance
/drivers/clk/ |
D | clk.c | 643 static void clk_core_init_rate_req(struct clk_core * const core, 681 clk_core_init_rate_req(parent, req, parent_rate); in clk_core_forward_rate_req() 1643 static void clk_core_init_rate_req(struct clk_core * const core, in clk_core_init_rate_req() function 1688 clk_core_init_rate_req(hw->core, req, rate); in clk_hw_init_rate_request() 1799 clk_core_init_rate_req(hw->core, &req, rate); in clk_hw_round_rate() 1835 clk_core_init_rate_req(clk->core, &req, rate); in clk_round_rate() 2359 clk_core_init_rate_req(core, &req, rate); in clk_calc_new_rates() 2572 clk_core_init_rate_req(core, &req, req_rate); in clk_core_req_round_rate_nolock()
|