Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/
Dclk-bulk.c23 void clk_bulk_put(int num_clks, struct clk_bulk_data *clks) in clk_bulk_put() function
30 EXPORT_SYMBOL_GPL(clk_bulk_put);
56 clk_bulk_put(i, clks); in clk_bulk_get()
Dclk-devres.c46 clk_bulk_put(devres->num_clks, devres->clks); in devm_clk_bulk_release()
/Linux-v4.19/include/linux/
Dclk.h488 void clk_bulk_put(int num_clks, struct clk_bulk_data *clks);
664 static inline void clk_bulk_put(int num_clks, struct clk_bulk_data *clks) {} in clk_bulk_put() function
/Linux-v4.19/drivers/cpufreq/
Dimx6q-cpufreq.c515 clk_bulk_put(num_clks, clks); in imx6q_cpufreq_probe()
533 clk_bulk_put(num_clks, clks); in imx6q_cpufreq_remove()
/Linux-v4.19/drivers/soc/rockchip/
Dpm_domains.c510 clk_bulk_put(pd->num_clks, pd->clks); in rockchip_pm_add_one_domain()
528 clk_bulk_put(pd->num_clks, pd->clks); in rockchip_pm_remove_one_domain()
/Linux-v4.19/drivers/usb/dwc3/
Dcore.c1522 clk_bulk_put(dwc->num_clks, dwc->clks); in dwc3_probe()
1545 clk_bulk_put(dwc->num_clks, dwc->clks); in dwc3_remove()