Searched refs:clk_core_init_rate_req (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/clk/ |
D | clk.c | 550 static void clk_core_init_rate_req(struct clk_core * const core, 588 clk_core_init_rate_req(parent, req, parent_rate); in clk_core_forward_rate_req() 1510 static void clk_core_init_rate_req(struct clk_core * const core, in clk_core_init_rate_req() function 1555 clk_core_init_rate_req(hw->core, req, rate); in clk_hw_init_rate_request() 1666 clk_core_init_rate_req(hw->core, &req, rate); in clk_hw_round_rate() 1702 clk_core_init_rate_req(clk->core, &req, rate); in clk_round_rate() 2199 clk_core_init_rate_req(core, &req, rate); in clk_calc_new_rates() 2402 clk_core_init_rate_req(core, &req, req_rate); in clk_core_req_round_rate_nolock()
|