Home
last modified time | relevance | path

Searched defs:devfreq (Results 1 – 25 of 25) sorted by relevance

/linux-6.1.9/include/linux/
Ddevfreq.h179 struct devfreq { struct
184 struct devfreq_dev_profile *profile; argument
185 const struct devfreq_governor *governor; argument
194 struct devfreq_dev_status last_status; argument
210 struct devfreq_stats stats; argument
227 struct devfreq *devfreq_add_device(struct device *dev, argument
351 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device()
365 struct devfreq *devfreq) in devm_devfreq_remove_device()
369 static inline int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device()
374 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device()
[all …]
/linux-6.1.9/drivers/devfreq/
Ddevfreq.c86 static unsigned long find_available_min_freq(struct devfreq *devfreq) in find_available_min_freq()
100 static unsigned long find_available_max_freq(struct devfreq *devfreq) in find_available_max_freq()
122 void devfreq_get_freq_range(struct devfreq *devfreq, in devfreq_get_freq_range()
168 static int devfreq_get_freq_level(struct devfreq *devfreq, unsigned long freq) in devfreq_get_freq_level()
179 static int set_freq_table(struct devfreq *devfreq) in set_freq_table()
216 int devfreq_update_status(struct devfreq *devfreq, unsigned long freq) in devfreq_update_status()
324 static int devfreq_notify_transition(struct devfreq *devfreq, in devfreq_notify_transition()
347 static int devfreq_set_target(struct devfreq *devfreq, unsigned long new_freq, in devfreq_set_target()
403 int devfreq_update_target(struct devfreq *devfreq, unsigned long freq) in devfreq_update_target()
442 int update_devfreq(struct devfreq *devfreq) in update_devfreq()
[all …]
Dgovernor_passive.c77 static int get_target_freq_with_cpufreq(struct devfreq *devfreq, in get_target_freq_with_cpufreq()
130 static int get_target_freq_with_devfreq(struct devfreq *devfreq, in get_target_freq_with_devfreq()
167 static int devfreq_passive_get_target_freq(struct devfreq *devfreq, in devfreq_passive_get_target_freq()
206 struct devfreq *devfreq = (struct devfreq *)p_data->this; in cpufreq_passive_notifier_call() local
234 static int cpufreq_passive_unregister_notifier(struct devfreq *devfreq) in cpufreq_passive_unregister_notifier()
252 static int cpufreq_passive_register_notifier(struct devfreq *devfreq) in cpufreq_passive_register_notifier()
342 struct devfreq *devfreq = (struct devfreq *)data->this; in devfreq_passive_notifier_call() local
369 static int devfreq_passive_unregister_notifier(struct devfreq *devfreq) in devfreq_passive_unregister_notifier()
379 static int devfreq_passive_register_notifier(struct devfreq *devfreq) in devfreq_passive_register_notifier()
393 static int devfreq_passive_event_handler(struct devfreq *devfreq, in devfreq_passive_event_handler()
Dgovernor_userspace.c37 struct devfreq *devfreq = to_devfreq(dev); in set_freq_store() local
58 struct devfreq *devfreq = to_devfreq(dev); in set_freq_show() local
83 static int userspace_init(struct devfreq *devfreq) in userspace_init()
101 static void userspace_exit(struct devfreq *devfreq) in userspace_exit()
114 static int devfreq_userspace_handler(struct devfreq *devfreq, in devfreq_userspace_handler()
Dgovernor_performance.c24 static int devfreq_performance_handler(struct devfreq *devfreq, in devfreq_performance_handler()
Dgovernor_powersave.c24 static int devfreq_powersave_handler(struct devfreq *devfreq, in devfreq_powersave_handler()
Dtegra30-devfreq.c180 struct devfreq *devfreq; member
693 static int tegra_governor_get_target(struct devfreq *devfreq, in tegra_governor_get_target()
729 static int tegra_governor_event_handler(struct devfreq *devfreq, in tegra_governor_event_handler()
838 struct devfreq *devfreq; in tegra_devfreq_probe() local
Dgovernor_simpleondemand.c87 static int devfreq_simple_ondemand_handler(struct devfreq *devfreq, in devfreq_simple_ondemand_handler()
Dimx-bus.c17 struct devfreq *devfreq; member
Dmtk-cci-devfreq.c26 struct devfreq *devfreq; member
Dimx8m-ddrc.c67 struct devfreq *devfreq; member
Dexynos-bus.c29 struct devfreq *devfreq; member
Drk3399_dmc.c41 struct devfreq *devfreq; member
Dsun8i-a33-mbus.c219 struct devfreq *devfreq = priv->devfreq_dram; in sun8i_a33_mbus_set_dram_target() local
/linux-6.1.9/drivers/gpu/drm/lima/
Dlima_devfreq.c19 static void lima_devfreq_update_utilization(struct lima_devfreq *devfreq) in lima_devfreq_update_utilization()
47 static void lima_devfreq_reset(struct lima_devfreq *devfreq) in lima_devfreq_reset()
58 struct lima_devfreq *devfreq = &ldev->devfreq; in lima_devfreq_get_dev_status() local
92 struct lima_devfreq *devfreq = &ldev->devfreq; in lima_devfreq_fini() local
109 struct devfreq *devfreq; in lima_devfreq_init() local
178 void lima_devfreq_record_busy(struct lima_devfreq *devfreq) in lima_devfreq_record_busy()
194 void lima_devfreq_record_idle(struct lima_devfreq *devfreq) in lima_devfreq_record_idle()
210 int lima_devfreq_resume(struct lima_devfreq *devfreq) in lima_devfreq_resume()
226 int lima_devfreq_suspend(struct lima_devfreq *devfreq) in lima_devfreq_suspend()
Dlima_devfreq.h17 struct devfreq *devfreq; member
Dlima_device.h103 struct lima_devfreq devfreq; member
/linux-6.1.9/drivers/powercap/
Ddtpm_devfreq.c26 struct devfreq *devfreq; member
37 struct devfreq *devfreq = dtpm_devfreq->devfreq; in update_pd_power_uw() local
53 struct devfreq *devfreq = dtpm_devfreq->devfreq; in set_pd_power_limit() local
93 struct devfreq *devfreq = dtpm_devfreq->devfreq; in get_pd_power_uw() local
140 static int __dtpm_devfreq_setup(struct devfreq *devfreq, struct dtpm *parent) in __dtpm_devfreq_setup()
191 struct devfreq *devfreq; in dtpm_devfreq_setup() local
/linux-6.1.9/drivers/gpu/drm/panfrost/
Dpanfrost_devfreq.h17 struct devfreq *devfreq; member
Dpanfrost_devfreq.c91 struct devfreq *devfreq; in panfrost_devfreq_init() local
/linux-6.1.9/drivers/thermal/
Ddevfreq_cooling.c53 struct devfreq *devfreq; member
/linux-6.1.9/drivers/gpu/drm/msm/
Dmsm_gpu.h97 struct devfreq *devfreq; member
262 struct msm_gpu_devfreq devfreq; member
/linux-6.1.9/drivers/memory/tegra/
Dtegra20-emc.c1171 struct devfreq *devfreq; in tegra_emc_devfreq_init() local
/linux-6.1.9/include/ufs/
Dufshcd.h945 struct devfreq *devfreq; member
/linux-6.1.9/drivers/ufs/core/
Dufshcd.c1456 struct devfreq *devfreq; in ufshcd_devfreq_init() local