Lines Matching refs:tegra_powergate
256 struct tegra_powergate { struct
443 static inline struct tegra_powergate *
446 return container_of(domain, struct tegra_powergate, genpd); in to_powergate()
672 static int tegra_powergate_prepare_clocks(struct tegra_powergate *pg) in tegra_powergate_prepare_clocks()
709 static int tegra_powergate_unprepare_clocks(struct tegra_powergate *pg) in tegra_powergate_unprepare_clocks()
723 static void tegra_powergate_disable_clocks(struct tegra_powergate *pg) in tegra_powergate_disable_clocks()
731 static int tegra_powergate_enable_clocks(struct tegra_powergate *pg) in tegra_powergate_enable_clocks()
751 static int tegra_powergate_power_up(struct tegra_powergate *pg, in tegra_powergate_power_up()
817 static int tegra_powergate_power_down(struct tegra_powergate *pg) in tegra_powergate_power_down()
868 struct tegra_powergate *pg = to_powergate(domain); in tegra_genpd_power_on()
887 struct tegra_powergate *pg = to_powergate(domain); in tegra_genpd_power_off()
971 struct tegra_powergate *pg; in tegra_powergate_sequence_power_up()
1134 static int tegra_powergate_of_get_clks(struct tegra_powergate *pg, in tegra_powergate_of_get_clks()
1177 static int tegra_powergate_of_get_resets(struct tegra_powergate *pg, in tegra_powergate_of_get_resets()
1218 struct tegra_powergate *pg; in tegra_powergate_add()
1440 struct tegra_powergate *pg = to_powergate(genpd); in tegra_powergate_remove()