Searched refs:of_ti_clk_register (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/clk/ti/ |
| H A D | clk.c | 601 struct clk *of_ti_clk_register(struct device_node *node, struct clk_hw *hw, in of_ti_clk_register() function 638 clk = of_ti_clk_register(node, hw, con); in of_ti_clk_register_omap_hw()
|
| H A D | mux.c | 151 clk = of_ti_clk_register(node, &mux->hw, name); in _register_mux()
|
| H A D | clock.h | 202 struct clk *of_ti_clk_register(struct device_node *node, struct clk_hw *hw,
|
| H A D | clk-dra7-atl.c | 194 clk = of_ti_clk_register(node, &clk_hw->hw, name); in of_dra7_atl_clock_setup()
|
| H A D | divider.c | 330 return of_ti_clk_register(node, &div->hw, name); in _register_divider()
|
| H A D | clkctrl.c | 312 clk = of_ti_clk_register(node, clk_hw, init.name); in _ti_clkctrl_clk_register()
|