Searched refs:clk_core_init_rate_req (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/clk/ |
D | clk.c | 641 static void clk_core_init_rate_req(struct clk_core * const core, 679 clk_core_init_rate_req(parent, req, parent_rate); in clk_core_forward_rate_req() 1620 static void clk_core_init_rate_req(struct clk_core * const core, in clk_core_init_rate_req() function 1665 clk_core_init_rate_req(hw->core, req, rate); in clk_hw_init_rate_request() 1776 clk_core_init_rate_req(hw->core, &req, rate); in clk_hw_round_rate() 1812 clk_core_init_rate_req(clk->core, &req, rate); in clk_round_rate() 2309 clk_core_init_rate_req(core, &req, rate); in clk_calc_new_rates() 2512 clk_core_init_rate_req(core, &req, req_rate); in clk_core_req_round_rate_nolock()
|