Lines Matching refs:tegra_bpmp_clk
28 struct tegra_bpmp_clk { struct
38 static inline struct tegra_bpmp_clk *to_tegra_bpmp_clk(struct clk_hw *hw) in to_tegra_bpmp_clk() argument
40 return container_of(hw, struct tegra_bpmp_clk, hw); in to_tegra_bpmp_clk()
97 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw); in tegra_bpmp_clk_prepare()
109 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw); in tegra_bpmp_clk_unprepare()
125 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw); in tegra_bpmp_clk_is_prepared()
146 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw); in tegra_bpmp_clk_recalc_rate()
170 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw); in tegra_bpmp_clk_round_rate()
196 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw); in tegra_bpmp_clk_set_parent()
224 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw); in tegra_bpmp_clk_get_parent()
253 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw); in tegra_bpmp_clk_set_rate()
464 static struct tegra_bpmp_clk *
470 struct tegra_bpmp_clk *clk; in tegra_bpmp_clk_register()
546 struct tegra_bpmp_clk *clk; in tegra_bpmp_register_clocks()
587 struct tegra_bpmp_clk *clk = bpmp->clocks[i]; in tegra_bpmp_clk_of_xlate()