Home
last modified time | relevance | path

Searched refs:clk_bulk_put (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/
H A 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); variable
109 clk_bulk_put(i, clks); in __clk_bulk_get()
133 clk_bulk_put(num_clks, clks); in clk_bulk_put_all()
H A Dclk-devres.c111 clk_bulk_put(devres->num_clks, devres->clks); in devm_clk_bulk_release()
/kernel/linux/linux-6.6/drivers/clk/
H A 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); variable
109 clk_bulk_put(i, clks); in __clk_bulk_get()
133 clk_bulk_put(num_clks, clks); in clk_bulk_put_all()
H A Dclk-devres.c111 clk_bulk_put(devres->num_clks, devres->clks); in devm_clk_bulk_release()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dimx-cpufreq-dt.c105 clk_bulk_put(ARRAY_SIZE(imx7ulp_clks), imx7ulp_clks); in imx_cpufreq_dt_probe()
181 clk_bulk_put(ARRAY_SIZE(imx7ulp_clks), imx7ulp_clks); in imx_cpufreq_dt_remove()
H A Dimx6q-cpufreq.c517 clk_bulk_put(num_clks, clks); in imx6q_cpufreq_probe()
534 clk_bulk_put(num_clks, clks); in imx6q_cpufreq_remove()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dimx-cpufreq-dt.c105 clk_bulk_put(ARRAY_SIZE(imx7ulp_clks), imx7ulp_clks); in imx_cpufreq_dt_probe()
181 clk_bulk_put(ARRAY_SIZE(imx7ulp_clks), imx7ulp_clks); in imx_cpufreq_dt_remove()
H A Dimx6q-cpufreq.c515 clk_bulk_put(num_clks, clks); in imx6q_cpufreq_probe()
532 clk_bulk_put(num_clks, clks); in imx6q_cpufreq_remove()
/kernel/linux/linux-6.6/drivers/pmdomain/mediatek/
H A Dmtk-pm-domains.c474 clk_bulk_put(pd->num_subsys_clks, pd->subsys_clks); in scpsys_add_one_domain()
476 clk_bulk_put(pd->num_clks, pd->clks); in scpsys_add_one_domain()
550 clk_bulk_put(pd->num_clks, pd->clks); in scpsys_remove_one_domain()
551 clk_bulk_put(pd->num_subsys_clks, pd->subsys_clks); in scpsys_remove_one_domain()
/kernel/linux/linux-5.10/include/linux/
H A Dclk.h652 * clk_bulk_put - "free" the clock source
660 * clk_bulk_put should not be called from within interrupt context.
662 void clk_bulk_put(int num_clks, struct clk_bulk_data *clks);
926 static inline void clk_bulk_put(int num_clks, struct clk_bulk_data *clks) {} in clk_bulk_put() function
/kernel/linux/linux-6.6/include/linux/
H A Dclk.h705 * clk_bulk_put - "free" the clock source
713 * clk_bulk_put should not be called from within interrupt context.
715 void clk_bulk_put(int num_clks, struct clk_bulk_data *clks);
979 static inline void clk_bulk_put(int num_clks, struct clk_bulk_data *clks) {} in clk_bulk_put() function
/kernel/linux/linux-6.6/drivers/spmi/
H A Dspmi-mtk-pmif.c514 clk_bulk_put(arb->nclks, arb->clks); in mtk_spmi_probe()
526 clk_bulk_put(arb->nclks, arb->clks); in mtk_spmi_remove()
/kernel/linux/linux-6.6/sound/soc/dwc/
H A Ddwc-i2s.c789 clk_bulk_put(ARRAY_SIZE(clks), clks); in jh7110_i2s_crg_master_init()
799 clk_bulk_put(ARRAY_SIZE(clks), clks); in jh7110_i2s_crg_master_init()
877 clk_bulk_put(ARRAY_SIZE(clks), clks); in jh7110_i2s_crg_slave_init()
887 clk_bulk_put(ARRAY_SIZE(clks), clks); in jh7110_i2s_crg_slave_init()
/kernel/linux/linux-5.10/drivers/media/platform/xilinx/
H A Dxilinx-csi2rxss.c1073 clk_bulk_put(num_clks, xcsi2rxss->clks); in xcsi2rxss_probe()
1087 clk_bulk_put(num_clks, xcsi2rxss->clks); in xcsi2rxss_remove()
/kernel/linux/linux-6.6/drivers/media/platform/xilinx/
H A Dxilinx-csi2rxss.c1058 clk_bulk_put(num_clks, xcsi2rxss->clks); in xcsi2rxss_probe()
1072 clk_bulk_put(num_clks, xcsi2rxss->clks); in xcsi2rxss_remove()
/kernel/linux/linux-5.10/drivers/soc/rockchip/
H A 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()
/kernel/linux/linux-6.6/drivers/pmdomain/rockchip/
H A Dpm-domains.c743 clk_bulk_put(pd->num_clks, pd->clks); in rockchip_pm_add_one_domain()
761 clk_bulk_put(pd->num_clks, pd->clks); in rockchip_pm_remove_one_domain()

Completed in 18 milliseconds