Lines Matching refs:tegra_devfreq

156 struct tegra_devfreq {  struct
193 static u32 actmon_readl(struct tegra_devfreq *tegra, u32 offset) in actmon_readl() argument
198 static void actmon_writel(struct tegra_devfreq *tegra, u32 val, u32 offset) in actmon_writel()
226 static void tegra_devfreq_update_avg_wmark(struct tegra_devfreq *tegra, in tegra_devfreq_update_avg_wmark()
240 static void tegra_devfreq_update_wmark(struct tegra_devfreq *tegra, in tegra_devfreq_update_wmark()
252 static void actmon_isr_device(struct tegra_devfreq *tegra, in actmon_isr_device()
298 static unsigned long actmon_cpu_to_emc_rate(struct tegra_devfreq *tegra, in actmon_cpu_to_emc_rate()
316 static unsigned long actmon_device_target_freq(struct tegra_devfreq *tegra, in actmon_device_target_freq()
329 static void actmon_update_target(struct tegra_devfreq *tegra, in actmon_update_target()
351 struct tegra_devfreq *tegra = data; in actmon_thread_isr()
378 struct tegra_devfreq *tegra; in tegra_actmon_clk_notify_cb()
385 tegra = container_of(nb, struct tegra_devfreq, clk_rate_change_nb); in tegra_actmon_clk_notify_cb()
400 struct tegra_devfreq *tegra = container_of(work, struct tegra_devfreq, in tegra_actmon_delayed_update()
409 tegra_actmon_cpufreq_contribution(struct tegra_devfreq *tegra, in tegra_actmon_cpufreq_contribution()
433 struct tegra_devfreq *tegra; in tegra_actmon_cpu_notify_cb()
439 tegra = container_of(nb, struct tegra_devfreq, cpu_rate_change_nb); in tegra_actmon_cpu_notify_cb()
472 static void tegra_actmon_configure_device(struct tegra_devfreq *tegra, in tegra_actmon_configure_device()
506 static void tegra_actmon_stop_devices(struct tegra_devfreq *tegra) in tegra_actmon_stop_devices()
518 static int tegra_actmon_resume(struct tegra_devfreq *tegra) in tegra_actmon_resume()
574 static int tegra_actmon_start(struct tegra_devfreq *tegra) in tegra_actmon_start()
589 static void tegra_actmon_pause(struct tegra_devfreq *tegra) in tegra_actmon_pause()
606 static void tegra_actmon_stop(struct tegra_devfreq *tegra) in tegra_actmon_stop()
615 struct tegra_devfreq *tegra = dev_get_drvdata(dev); in tegra_devfreq_target()
648 struct tegra_devfreq *tegra = dev_get_drvdata(dev); in tegra_devfreq_get_dev_status()
686 struct tegra_devfreq *tegra; in tegra_governor_get_target()
716 struct tegra_devfreq *tegra = dev_get_drvdata(devfreq->dev.parent); in tegra_governor_event_handler()
777 struct tegra_devfreq *tegra; in tegra_devfreq_probe()
911 struct tegra_devfreq *tegra = platform_get_drvdata(pdev); in tegra_devfreq_remove()