Searched refs:smm_regs (Results 1 – 1 of 1) sorted by relevance
122 struct smm_regs { struct141 static int i8k_smm(struct smm_regs *regs) in i8k_smm() argument226 struct smm_regs regs = { .eax = I8K_SMM_FN_STATUS, }; in i8k_get_fn_status()250 struct smm_regs regs = { .eax = I8K_SMM_POWER_STATUS, }; in i8k_get_power_status()265 struct smm_regs regs = { .eax = I8K_SMM_GET_FAN, }; in i8k_get_fan_status()276 struct smm_regs regs = { .eax = I8K_SMM_GET_SPEED, }; in i8k_get_fan_speed()287 struct smm_regs regs = { .eax = I8K_SMM_GET_FAN_TYPE, }; in i8k_get_fan_type()298 struct smm_regs regs = { .eax = I8K_SMM_GET_NOM_SPEED, }; in i8k_get_fan_nominal_speed()309 struct smm_regs regs = { .eax = I8K_SMM_SET_FAN, }; in i8k_set_fan()319 struct smm_regs regs = { .eax = I8K_SMM_GET_TEMP_TYPE, }; in i8k_get_temp_type()[all …]