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

/linux-master/include/linux/
H A Ddevfreq_cooling.h45 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df,
58 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, function
/linux-master/drivers/thermal/
H A Ddevfreq_cooling.c378 * of_devfreq_cooling_register_power() - Register devfreq cooling device,
393 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, function
481 EXPORT_SYMBOL_GPL(of_devfreq_cooling_register_power); variable
492 return of_devfreq_cooling_register_power(np, df, NULL);
540 cdev = of_devfreq_cooling_register_power(dev->of_node, df, dfc_power);

Completed in 150 milliseconds