Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Ddevfreq_cooling.h47 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df,
57 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power() function
/linux-4.4.14/drivers/thermal/
Ddevfreq_cooling.c471 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()