Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/meson/
Dsclk-div.c171 if (clk_hw_is_enabled(hw)) in sclk_div_set_rate()
/linux-4.19.296/drivers/clk/nxp/
Dclk-lpc18xx-ccu.c192 if (!clk_hw_is_enabled(parent)) in lpc18xx_ccu_gate_is_enabled()
Dclk-lpc18xx-cgu.c507 if (!clk_hw_is_enabled(parent)) in lpc18xx_cgu_gate_is_enabled()
/linux-4.19.296/include/linux/
Dclk-provider.h790 bool clk_hw_is_enabled(const struct clk_hw *hw);
/linux-4.19.296/drivers/clk/
Dclk.c427 bool clk_hw_is_enabled(const struct clk_hw *hw) in clk_hw_is_enabled() function