bind_to_tz        650 drivers/thermal/power_allocator.c 	.bind_to_tz	= power_allocator_bind,
bind_to_tz         84 drivers/thermal/thermal_core.c 	if (tz->governor && tz->governor->bind_to_tz) {
bind_to_tz         85 drivers/thermal/thermal_core.c 		if (tz->governor->bind_to_tz(tz)) {
bind_to_tz        111 drivers/thermal/thermal_core.c 	if (new_gov && new_gov->bind_to_tz) {
bind_to_tz        112 drivers/thermal/thermal_core.c 		ret = new_gov->bind_to_tz(tz);
bind_to_tz        238 include/linux/thermal.h 	int (*bind_to_tz)(struct thermal_zone_device *tz);