[go: nahoru, domu]

Searched defs:clk_disable (Results 1 - 3 of 3) sorted by relevance

/drivers/sh/clk/
H A Dcore.c251 void clk_disable(struct clk *clk) function
262 EXPORT_SYMBOL_GPL(clk_disable); variable
/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c107 #define clk_disable(clk) do { } while (0) macro
948 clk_disable(udc->clk);
/drivers/clk/
H A Dclk.c999 * clk_unprepare may sleep, which differentiates it from clk_disable. In a
1000 * simple case, clk_unprepare can be used instead of clk_disable to gate a clk
1003 * part. It is this reason that clk_unprepare and clk_disable are not mutually
1004 * exclusive. In fact clk_disable must be called before clk_unprepare.
1101 * clk_disable - gate a clock
1104 * clk_disable must not sleep, which differentiates it from clk_unprepare. In
1105 * a simple case, clk_disable can be used instead of clk_unprepare to gate a
1109 * this reason that clk_unprepare and clk_disable are not mutually exclusive.
1110 * In fact clk_disable must be called before clk_unprepare.
1112 void clk_disable(struc function
1123 EXPORT_SYMBOL_GPL(clk_disable); variable
[all...]

Completed in 280 milliseconds