[go: nahoru, domu]

Searched defs:clk_enable (Results 1 - 4 of 4) sorted by relevance

/drivers/sh/clk/
H A Dcore.c291 int clk_enable(struct clk *clk) function
305 EXPORT_SYMBOL_GPL(clk_enable); variable
467 clk_enable(clkp);
/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c106 #define clk_enable(clk) do { } while (0) macro
935 clk_enable(udc->clk);
/drivers/clk/
H A Dclk.c1047 * clk_prepare may sleep, which differentiates it from clk_enable. In a simple
1048 * case, clk_prepare can be used instead of clk_enable to ungate a clk if the
1051 * It is this reason that clk_prepare and clk_enable are not mutually
1052 * exclusive. In fact clk_prepare must be called before clk_enable.
1160 * clk_enable - ungate a clock
1163 * clk_enable must not sleep, which differentiates it from clk_prepare. In a
1164 * simple case, clk_enable can be used instead of clk_prepare to ungate a clk
1168 * clk_enable and clk_prepare are not mutually exclusive. In fact clk_prepare
1169 * must be called before clk_enable. Returns 0 on success, -EERROR
1172 int clk_enable(struc function
1183 EXPORT_SYMBOL_GPL(clk_enable); variable
[all...]
/drivers/video/fbdev/
H A Dda8xx-fb.c1554 u32 clk_enable; member in struct:lcdc_context
1571 reg_context.clk_enable = lcdc_read(LCD_CLK_ENABLE_REG);
1595 lcdc_write(reg_context.clk_enable, LCD_CLK_ENABLE_REG);

Completed in 107 milliseconds