Home
last modified time | relevance | path

Searched refs:to_clk_periph (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/clk/tegra/
Dclk-periph.c26 struct tegra_clk_periph *periph = to_clk_periph(hw); in clk_periph_get_parent()
37 struct tegra_clk_periph *periph = to_clk_periph(hw); in clk_periph_set_parent()
49 struct tegra_clk_periph *periph = to_clk_periph(hw); in clk_periph_recalc_rate()
61 struct tegra_clk_periph *periph = to_clk_periph(hw); in clk_periph_round_rate()
73 struct tegra_clk_periph *periph = to_clk_periph(hw); in clk_periph_set_rate()
84 struct tegra_clk_periph *periph = to_clk_periph(hw); in clk_periph_is_enabled()
95 struct tegra_clk_periph *periph = to_clk_periph(hw); in clk_periph_enable()
106 struct tegra_clk_periph *periph = to_clk_periph(hw); in clk_periph_disable()
Dclk.h578 #define to_clk_periph(_hw) container_of(_hw, struct tegra_clk_periph, hw) macro