Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Ddevfreq_cooling.h62 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df,
72 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power() function
/Linux-v5.10/drivers/thermal/
Ddevfreq_cooling.c460 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power() function
528 EXPORT_SYMBOL_GPL(of_devfreq_cooling_register_power);
539 return of_devfreq_cooling_register_power(np, df, NULL); in of_devfreq_cooling_register()