Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Ddevfreq_cooling.h50 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df);
64 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register() function
/linux-4.4.14/drivers/thermal/
Ddevfreq_cooling.c537 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register() function
541 EXPORT_SYMBOL_GPL(of_devfreq_cooling_register);
549 return of_devfreq_cooling_register(NULL, df); in devfreq_cooling_register()