Home
last modified time | relevance | path

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

/linux/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);
109 clk_bulk_put(i, clks); in __clk_bulk_get()
133 clk_bulk_put(num_clks, clks); in clk_bulk_put_all()
/linux/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.c499 clk_bulk_put(num_clks, clks); in imx6q_cpufreq_probe()
516 clk_bulk_put(num_clks, clks); in imx6q_cpufreq_remove()
/linux/drivers/power/sequencing/
H A Dpwrseq-thead-gpu.c170 clk_bulk_put(ctx->num_clks, ctx->clks); in pwrseq_thead_gpu_match()
223 clk_bulk_put(ctx->num_clks, ctx->clks); in pwrseq_thead_gpu_remove()
/linux/drivers/pmdomain/mediatek/
H A Dmtk-pm-domains.c523 clk_bulk_put(pd->num_subsys_clks, pd->subsys_clks); in scpsys_add_one_domain()
525 clk_bulk_put(pd->num_clks, pd->clks); in scpsys_add_one_domain()
599 clk_bulk_put(pd->num_clks, pd->clks); in scpsys_remove_one_domain()
600 clk_bulk_put(pd->num_subsys_clks, pd->subsys_clks); in scpsys_remove_one_domain()
/linux/include/linux/
H A Dclk.h766 * clk_bulk_put - "free" the clock source
774 * clk_bulk_put should not be called from within interrupt context.
776 void clk_bulk_put(int num_clks, struct clk_bulk_data *clks);
1053 static inline void clk_bulk_put(int num_clks, struct clk_bulk_data *clks) {} in clk_bulk_put() function
/linux/drivers/spmi/
H A Dspmi-mtk-pmif.c515 clk_bulk_put(arb->nclks, arb->clks); in mtk_spmi_probe()
526 clk_bulk_put(arb->nclks, arb->clks); in mtk_spmi_remove()
/linux/sound/soc/dwc/
H A Ddwc-i2s.c788 clk_bulk_put(ARRAY_SIZE(clks), clks); in jh7110_i2s_crg_master_init()
798 clk_bulk_put(ARRAY_SIZE(clks), clks); in jh7110_i2s_crg_master_init()
876 clk_bulk_put(ARRAY_SIZE(clks), clks); in jh7110_i2s_crg_slave_init()
886 clk_bulk_put(ARRAY_SIZE(clks), clks); in jh7110_i2s_crg_slave_init()
/linux/drivers/media/platform/xilinx/
H A Dxilinx-csi2rxss.c1002 clk_bulk_put(num_clks, xcsi2rxss->clks); in xcsi2rxss_probe()
1016 clk_bulk_put(num_clks, xcsi2rxss->clks); in xcsi2rxss_remove()
/linux/drivers/pmdomain/rockchip/
H A Dpm-domains.c881 clk_bulk_put(pd->num_clks, pd->clks); in rockchip_pm_add_one_domain()
899 clk_bulk_put(pd->num_clks, pd->clks); in rockchip_pm_remove_one_domain()
/linux/drivers/net/pcs/
H A Dpcs-xpcs.c1461 clk_bulk_put(DW_XPCS_NUM_CLKS, xpcs->clks); in xpcs_clear_clks()