Home
last modified time | relevance | path

Searched refs:i8k_fan_max (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hwmon/
H A Ddell-smm-hwmon.c102 uint i8k_fan_max; member
643 speed = clamp_val(speed, 0, data->i8k_fan_max); in i8k_ioctl()
756 *state = cdata->data->i8k_fan_max; in dell_smm_get_max_state()
774 if (ret > cdata->data->i8k_fan_max) in dell_smm_get_cur_state()
788 if (state > data->i8k_fan_max) in dell_smm_set_cur_state()
881 if (data->fan[channel] && data->i8k_fan_max < I8K_FAN_AUTO) in dell_smm_is_visible()
933 *val = data->fan_nominal_speed[channel][data->i8k_fan_max] * mult; in dell_smm_read()
941 if (ret > data->i8k_fan_max) in dell_smm_read()
942 ret = data->i8k_fan_max; in dell_smm_read()
962 if (ret > data->i8k_fan_max) in dell_smm_read()
[all …]