state2power       495 drivers/thermal/cpu_cooling.c 	.state2power		= cpufreq_state2power,
state2power       524 drivers/thermal/devfreq_cooling.c 		devfreq_cooling_ops.state2power = devfreq_cooling_state2power;
state2power       547 drivers/thermal/thermal_core.c 	return cdev->ops->state2power(cdev, tz, 0, max_power);
state2power       575 drivers/thermal/thermal_core.c 	return cdev->ops->state2power(cdev, tz, max_state, min_power);
state2power       124 include/linux/thermal.h 	int (*state2power)(struct thermal_cooling_device *,
state2power       420 include/linux/thermal.h 	return cdev->ops->get_requested_power && cdev->ops->state2power &&