Lines Matching defs:clk_disable
989 * clk_unprepare may sleep, which differentiates it from clk_disable. In a
990 * simple case, clk_unprepare can be used instead of clk_disable to gate a clk
993 * part. It is this reason that clk_unprepare and clk_disable are not mutually
994 * exclusive. In fact clk_disable must be called before clk_unprepare.
1123 * clk_disable - gate a clock
1126 * clk_disable must not sleep, which differentiates it from clk_unprepare. In
1127 * a simple case, clk_disable can be used instead of clk_unprepare to gate a
1131 * this reason that clk_unprepare and clk_disable are not mutually exclusive.
1132 * In fact clk_disable must be called before clk_unprepare.
1134 void clk_disable(struct clk *clk)
1141 EXPORT_SYMBOL_GPL(clk_disable);
1313 * making clk_enable()/clk_disable() no-ops, false otherwise.