Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/
Dclk-bulk.c41 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()
Dclk-devres.c52 clk_bulk_put(devres->num_clks, devres->clks); in devm_clk_bulk_release()
/Linux-v5.4/include/linux/
Dclk.h569 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/
Dimx6q-cpufreq.c509 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/
Dpm_domains.c509 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()