Lines Matching refs:smm_regs
120 struct smm_regs { struct
142 struct smm_regs *regs = par; in i8k_smm_func() argument
227 static int i8k_smm(struct smm_regs *regs) in i8k_smm()
243 struct smm_regs regs = { .eax = I8K_SMM_GET_FAN, }; in i8k_get_fan_status()
257 struct smm_regs regs = { .eax = I8K_SMM_GET_SPEED, }; in i8k_get_fan_speed()
271 struct smm_regs regs = { .eax = I8K_SMM_GET_FAN_TYPE, }; in _i8k_get_fan_type()
296 struct smm_regs regs = { .eax = I8K_SMM_GET_NOM_SPEED, }; in i8k_get_fan_nominal_speed()
310 struct smm_regs regs = { }; in i8k_enable_fan_auto_mode()
324 struct smm_regs regs = { .eax = I8K_SMM_SET_FAN, }; in i8k_set_fan()
337 struct smm_regs regs = { .eax = I8K_SMM_GET_TEMP_TYPE, }; in i8k_get_temp_type()
348 struct smm_regs regs = { in _i8k_get_temp()
387 struct smm_regs regs = { .eax = req_fn, }; in i8k_get_dell_signature()
404 struct smm_regs regs = { .eax = I8K_SMM_FN_STATUS, }; in i8k_get_fn_status()
428 struct smm_regs regs = { .eax = I8K_SMM_POWER_STATUS, }; in i8k_get_power_status()