Lines Matching refs:tegra_bpmp_clk
31 struct tegra_bpmp_clk { struct
41 static inline struct tegra_bpmp_clk *to_tegra_bpmp_clk(struct clk_hw *hw) in to_tegra_bpmp_clk() argument
43 return container_of(hw, struct tegra_bpmp_clk, hw); in to_tegra_bpmp_clk()
100 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw); in tegra_bpmp_clk_prepare()
112 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw); in tegra_bpmp_clk_unprepare()
128 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw); in tegra_bpmp_clk_is_prepared()
149 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw); in tegra_bpmp_clk_recalc_rate()
173 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw); in tegra_bpmp_clk_round_rate()
199 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw); in tegra_bpmp_clk_set_parent()
227 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw); in tegra_bpmp_clk_get_parent()
256 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw); in tegra_bpmp_clk_set_rate()
467 static struct tegra_bpmp_clk *
473 struct tegra_bpmp_clk *clk; in tegra_bpmp_clk_register()
549 struct tegra_bpmp_clk *clk; in tegra_bpmp_register_clocks()
590 struct tegra_bpmp_clk *clk = bpmp->clocks[i]; in tegra_bpmp_clk_of_xlate()