fan_mult          110 drivers/hwmon/dell-smm-hwmon.c static uint fan_mult;
fan_mult          111 drivers/hwmon/dell-smm-hwmon.c module_param(fan_mult, uint, 0);
fan_mult          112 drivers/hwmon/dell-smm-hwmon.c MODULE_PARM_DESC(fan_mult, "Factor to multiply fan speed with (default: autodetect)");
fan_mult          922 drivers/hwmon/dell-smm-hwmon.c 	uint fan_mult;
fan_mult          935 drivers/hwmon/dell-smm-hwmon.c 		.fan_mult = 1,
fan_mult          939 drivers/hwmon/dell-smm-hwmon.c 		.fan_mult = 1,
fan_mult          943 drivers/hwmon/dell-smm-hwmon.c 		.fan_mult = 1,
fan_mult          947 drivers/hwmon/dell-smm-hwmon.c 		.fan_mult = 1,
fan_mult         1194 drivers/hwmon/dell-smm-hwmon.c 		if (!fan_mult && conf->fan_mult)
fan_mult         1195 drivers/hwmon/dell-smm-hwmon.c 			fan_mult = conf->fan_mult;
fan_mult         1203 drivers/hwmon/dell-smm-hwmon.c 	if (!fan_mult) {
fan_mult         1218 drivers/hwmon/dell-smm-hwmon.c 		i8k_fan_mult = fan_mult;