Searched refs:clk_disable (Results 1 – 2 of 2) sorted by relevance
542 int clk_disable(struct clk *clk);639 static inline int clk_disable(struct clk *clk) in clk_disable() function684 #define clk_disable_unprepare(clk) clk_disable(clk)
703 bool clk_disable; /* true if the clock can be turned off */ member
Completed in 7 milliseconds