Searched refs:smm_regs (Results 1 – 1 of 1) sorted by relevance
113 struct smm_regs { struct162 struct smm_regs *regs = par; in i8k_smm_func()238 static int i8k_smm(struct smm_regs *regs) in i8k_smm()254 struct smm_regs regs = { .eax = I8K_SMM_GET_FAN, }; in i8k_get_fan_status()268 struct smm_regs regs = { .eax = I8K_SMM_GET_SPEED, }; in i8k_get_fan_speed()282 struct smm_regs regs = { .eax = I8K_SMM_GET_FAN_TYPE, }; in _i8k_get_fan_type()305 struct smm_regs regs = { .eax = I8K_SMM_GET_NOM_SPEED, }; in i8k_get_fan_nominal_speed()319 struct smm_regs regs = { }; in i8k_enable_fan_auto_mode()333 struct smm_regs regs = { .eax = I8K_SMM_SET_FAN, }; in i8k_set_fan()346 struct smm_regs regs = { .eax = I8K_SMM_GET_TEMP_TYPE, }; in i8k_get_temp_type()[all …]