Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/nxp/
Dclk-lpc18xx-ccu.c194 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.4.14/include/linux/
Dclk-provider.h658 bool clk_hw_is_enabled(const struct clk_hw *hw);
/linux-4.4.14/drivers/clk/
Dclk.c430 bool clk_hw_is_enabled(const struct clk_hw *hw) in clk_hw_is_enabled() function