Searched refs:clk_bulk_put (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/clk/ |
D | clk-bulk.c | 41 clk_bulk_put(i, clks); in of_clk_bulk_get() 72 void clk_bulk_put(int num_clks, struct clk_bulk_data *clks) in clk_bulk_put() function 79 EXPORT_SYMBOL_GPL(clk_bulk_put); 109 clk_bulk_put(i, clks); in __clk_bulk_get() 133 clk_bulk_put(num_clks, clks); in clk_bulk_put_all()
|
D | clk-devres.c | 52 clk_bulk_put(devres->num_clks, devres->clks); in devm_clk_bulk_release()
|
/Linux-v5.4/include/linux/ |
D | clk.h | 569 void clk_bulk_put(int num_clks, struct clk_bulk_data *clks); 806 static inline void clk_bulk_put(int num_clks, struct clk_bulk_data *clks) {} in clk_bulk_put() function
|
/Linux-v5.4/drivers/cpufreq/ |
D | imx6q-cpufreq.c | 509 clk_bulk_put(num_clks, clks); in imx6q_cpufreq_probe() 527 clk_bulk_put(num_clks, clks); in imx6q_cpufreq_remove()
|
/Linux-v5.4/drivers/soc/rockchip/ |
D | pm_domains.c | 509 clk_bulk_put(pd->num_clks, pd->clks); in rockchip_pm_add_one_domain() 527 clk_bulk_put(pd->num_clks, pd->clks); in rockchip_pm_remove_one_domain()
|