Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/power/domain/
Dmeson-gx-pwrc-vpu.c198 clk_disable_bulk(&priv->clks); in meson_gx_pwrc_vpu_off()
239 clk_disable_bulk(&priv->clks); in meson_g12a_pwrc_vpu_off()
Dmeson-ee-pwrc.c282 clk_disable_bulk(&priv->clks); in meson_ee_pwrc_off()
/third_party/uboot/u-boot-2020.01/include/
Dclk.h382 int clk_disable_bulk(struct clk_bulk *bulk);
/third_party/uboot/u-boot-2020.01/drivers/clk/
Dclk_sandbox_test.c127 return clk_disable_bulk(&sbct->bulk); in sandbox_clk_test_disable_bulk()
Dclk-uclass.c598 int clk_disable_bulk(struct clk_bulk *bulk) in clk_disable_bulk() function