forced_passive    126 drivers/thermal/step_wise.c 		trip_temp = tz->forced_passive;
forced_passive    192 drivers/thermal/step_wise.c 	if (tz->forced_passive)
forced_passive    234 drivers/thermal/thermal_sysfs.c 	if (state && !tz->forced_passive) {
forced_passive    239 drivers/thermal/thermal_sysfs.c 	} else if (!state && tz->forced_passive) {
forced_passive    245 drivers/thermal/thermal_sysfs.c 	tz->forced_passive = state;
forced_passive    258 drivers/thermal/thermal_sysfs.c 	return sprintf(buf, "%d\n", tz->forced_passive);
forced_passive    210 include/linux/thermal.h 	unsigned int forced_passive;