Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddevfreq_cooling.h69 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df,
79 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power() function
/Linux-v4.19/drivers/thermal/
Ddevfreq_cooling.c505 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power() function
563 EXPORT_SYMBOL_GPL(of_devfreq_cooling_register_power);
574 return of_devfreq_cooling_register_power(np, df, NULL); in of_devfreq_cooling_register()