Lines Matching refs:tegra_powergate
267 struct tegra_powergate { struct
477 static inline struct tegra_powergate *
480 return container_of(domain, struct tegra_powergate, genpd); in to_powergate()
706 static int tegra_powergate_prepare_clocks(struct tegra_powergate *pg) in tegra_powergate_prepare_clocks()
743 static int tegra_powergate_unprepare_clocks(struct tegra_powergate *pg) in tegra_powergate_unprepare_clocks()
757 static void tegra_powergate_disable_clocks(struct tegra_powergate *pg) in tegra_powergate_disable_clocks()
765 static int tegra_powergate_enable_clocks(struct tegra_powergate *pg) in tegra_powergate_enable_clocks()
785 static int tegra_powergate_power_up(struct tegra_powergate *pg, in tegra_powergate_power_up()
851 static int tegra_powergate_power_down(struct tegra_powergate *pg) in tegra_powergate_power_down()
902 struct tegra_powergate *pg = to_powergate(domain); in tegra_genpd_power_on()
921 struct tegra_powergate *pg = to_powergate(domain); in tegra_genpd_power_off()
1005 struct tegra_powergate *pg; in tegra_powergate_sequence_power_up()
1191 static int tegra_powergate_of_get_clks(struct tegra_powergate *pg, in tegra_powergate_of_get_clks()
1234 static int tegra_powergate_of_get_resets(struct tegra_powergate *pg, in tegra_powergate_of_get_resets()
1275 struct tegra_powergate *pg; in tegra_powergate_add()
1497 struct tegra_powergate *pg = to_powergate(genpd); in tegra_powergate_remove()