fan_speed         689 drivers/hwmon/dell-smm-hwmon.c 	int fan_speed;
fan_speed         691 drivers/hwmon/dell-smm-hwmon.c 	fan_speed = i8k_get_fan_speed(index);
fan_speed         692 drivers/hwmon/dell-smm-hwmon.c 	if (fan_speed < 0)
fan_speed         693 drivers/hwmon/dell-smm-hwmon.c 		return fan_speed;
fan_speed         694 drivers/hwmon/dell-smm-hwmon.c 	return sprintf(buf, "%d\n", fan_speed);
fan_speed         127 drivers/hwmon/lineage-pem.c 	u8 fan_speed[FAN_SPEED_LEN];
fan_speed         183 drivers/hwmon/lineage-pem.c 						data->fan_speed,
fan_speed         184 drivers/hwmon/lineage-pem.c 						sizeof(data->fan_speed));
fan_speed         328 drivers/hwmon/lineage-pem.c 	value = pem_get_fan(data->fan_speed, sizeof(data->fan_speed),
fan_speed         492 drivers/hwmon/lineage-pem.c 			     data->fan_speed,
fan_speed         493 drivers/hwmon/lineage-pem.c 			     sizeof(data->fan_speed));
fan_speed         494 drivers/hwmon/lineage-pem.c 	if (!ret && (data->fan_speed[0] || data->fan_speed[1] ||
fan_speed         495 drivers/hwmon/lineage-pem.c 		     data->fan_speed[2] || data->fan_speed[3])) {
fan_speed          54 drivers/macintosh/therm_adt746x.c static int fan_speed = -1;
fan_speed          66 drivers/macintosh/therm_adt746x.c module_param(fan_speed, int, 0644);
fan_speed          67 drivers/macintosh/therm_adt746x.c MODULE_PARM_DESC(fan_speed,"Specify starting fan speed (0-255) "
fan_speed         239 drivers/macintosh/therm_adt746x.c 			int step = (255 - fan_speed) / 7;
fan_speed         248 drivers/macintosh/therm_adt746x.c 			new_speed = fan_speed + ((var-1)*step);
fan_speed         250 drivers/macintosh/therm_adt746x.c 			if (new_speed < fan_speed)
fan_speed         251 drivers/macintosh/therm_adt746x.c 				new_speed = fan_speed;
fan_speed         292 drivers/macintosh/therm_adt746x.c 		if (fan_speed != -1)
fan_speed         298 drivers/macintosh/therm_adt746x.c 		if (fan_speed != -1)
fan_speed         382 drivers/macintosh/therm_adt746x.c BUILD_SHOW_FUNC_INT_LITE(specified_fan_speed, fan_speed)
fan_speed         383 drivers/macintosh/therm_adt746x.c BUILD_STORE_FUNC_INT(specified_fan_speed,fan_speed)
fan_speed         516 drivers/macintosh/therm_adt746x.c 	if (fan_speed == -1)
fan_speed         517 drivers/macintosh/therm_adt746x.c 		fan_speed = 64;
fan_speed         547 drivers/macintosh/therm_adt746x.c 	if (fan_speed != -1) {