Searched refs:max_gen_clk (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/clk/
H A Dclk-max-gen.c36 struct max_gen_clk { struct
43 static struct max_gen_clk *to_max_gen_clk(struct clk_hw *hw) to_max_gen_clk()
45 return container_of(hw, struct max_gen_clk, hw); to_max_gen_clk()
50 struct max_gen_clk *max_gen = to_max_gen_clk(hw); max_gen_clk_prepare()
58 struct max_gen_clk *max_gen = to_max_gen_clk(hw); max_gen_clk_unprepare()
66 struct max_gen_clk *max_gen = to_max_gen_clk(hw); max_gen_clk_is_prepared()
93 struct max_gen_clk *max_gen) max_gen_clk_register()
115 struct max_gen_clk *max_gen_clks; max_gen_clk_probe()
125 max_gen_clks = devm_kzalloc(dev, sizeof(struct max_gen_clk) max_gen_clk_probe()

Completed in 181 milliseconds