Searched defs:clk_register (Results 1 - 2 of 2) sorted by relevance

/drivers/sh/clk/
H A Dcore.c410 int clk_register(struct clk *clk) function
449 EXPORT_SYMBOL_GPL(clk_register); variable
/drivers/clk/
H A Dclk.c2256 * Same as clk_register, except that the .clk field inside hw shall point to a
2296 * clk_register - allocate a new clock, register it and return an opaque cookie
2300 * clk_register is the primary interface for populating the clock tree with new
2303 * rest of the clock API. In the event of an error clk_register will return an
2304 * error code; drivers must test for an error code after calling clk_register.
2306 struct clk *clk_register(struct device *dev, struct clk_hw *hw) function
2369 EXPORT_SYMBOL_GPL(clk_register); variable
2482 * devm_clk_register - resource managed clk_register()
2486 * Managed clk_register(). Clocks returned from this function are
2487 * automatically clk_unregister()ed on driver detach. See clk_register() fo
[all...]

Completed in 2057 milliseconds