Searched refs:dell_smm_call (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/hwmon/ |
D | dell-smm-hwmon.c | 325 static int dell_smm_call(const struct dell_smm_ops *ops, struct smm_regs *regs) in dell_smm_call() function 365 return dell_smm_call(data->ops, ®s) ? : regs.eax & 0xff; in i8k_get_fan_status() 381 return dell_smm_call(data->ops, ®s) ? : (regs.eax & 0xffff) * data->i8k_fan_mult; in i8k_get_fan_speed() 397 return dell_smm_call(data->ops, ®s) ? : regs.eax & 0xff; in _i8k_get_fan_type() 422 return dell_smm_call(data->ops, ®s) ? : (regs.eax & 0xffff); in i8k_get_fan_nominal_speed() 436 return dell_smm_call(data->ops, ®s); in i8k_enable_fan_auto_mode() 452 return dell_smm_call(data->ops, ®s); in i8k_set_fan() 462 return dell_smm_call(data->ops, ®s) ? : regs.eax & 0xff; in i8k_get_temp_type() 475 return dell_smm_call(data->ops, ®s) ? : regs.eax & 0xff; in _i8k_get_temp() 512 rc = dell_smm_call(ops, ®s); in dell_smm_get_signature() [all …]
|