Home
last modified time | relevance | path

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

/linux-4.4.14/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(cl->clk_hw, dev_id, con_id); in clk_get_sys()
Dclk.c2479 struct clk *__clk_create_clk(struct clk_hw *hw, const char *dev_id, in __clk_create_clk() function
2572 hw->clk = __clk_create_clk(hw, NULL, NULL); in clk_register()
3019 clk = __clk_create_clk(__clk_get_hw(clk), dev_id, in __of_clk_get_from_provider()