force_tjmax        37 drivers/hwmon/coretemp.c static int force_tjmax;
force_tjmax        38 drivers/hwmon/coretemp.c module_param_named(tjmax, force_tjmax, int, 0444);
force_tjmax       367 drivers/hwmon/coretemp.c 	if (force_tjmax) {
force_tjmax       369 drivers/hwmon/coretemp.c 			   force_tjmax);
force_tjmax       370 drivers/hwmon/coretemp.c 		return force_tjmax * 1000;