Home
last modified time | relevance | path

Searched refs:__clk_create_clk (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/clk/
Dclk.h20 struct clk *__clk_create_clk(struct clk_hw *hw, const char *dev_id,
26 __clk_create_clk(struct clk_hw *hw, const char *dev_id, const char *con_id) in __clk_create_clk() function
Dclkdev.c180 clk = __clk_create_clk(__clk_get_hw(cl->clk), dev_id, con_id); in clk_get_sys()
Dclk.c2449 struct clk *__clk_create_clk(struct clk_hw *hw, const char *dev_id, in __clk_create_clk() function
2544 hw->clk = __clk_create_clk(hw, NULL, NULL); in clk_register()
2995 clk = __clk_create_clk(__clk_get_hw(clk), dev_id, in __of_clk_get_from_provider()