Lines Matching defs:tegra_bpmp_clk
28 struct tegra_bpmp_clk {
38 static inline struct tegra_bpmp_clk *to_tegra_bpmp_clk(struct clk_hw *hw)
40 return container_of(hw, struct tegra_bpmp_clk, hw);
97 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw);
109 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw);
125 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw);
146 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw);
170 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw);
201 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw);
229 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw);
258 struct tegra_bpmp_clk *clk = to_tegra_bpmp_clk(hw);
501 static struct tegra_bpmp_clk *
507 struct tegra_bpmp_clk *clk;
600 struct tegra_bpmp_clk *clk;
638 bpmp->clocks = devm_kcalloc(bpmp->dev, count, sizeof(struct tegra_bpmp_clk), GFP_KERNEL);
664 struct tegra_bpmp_clk *clk = bpmp->clocks[i];