Searched refs:fan_mode (Results 1 – 14 of 14) sorted by relevance
164 fan->fan_mode = NVBIOS_THERM_FAN_OTHER; in nvbios_therm_fan_parse()175 if (fan->fan_mode > NVBIOS_THERM_FAN_TRIP) in nvbios_therm_fan_parse()176 fan->fan_mode = NVBIOS_THERM_FAN_TRIP; in nvbios_therm_fan_parse()197 if (fan->fan_mode > NVBIOS_THERM_FAN_LINEAR) in nvbios_therm_fan_parse()198 fan->fan_mode = NVBIOS_THERM_FAN_LINEAR; in nvbios_therm_fan_parse()207 fan->fan_mode == NVBIOS_THERM_FAN_OTHER) { in nvbios_therm_fan_parse()208 fan->fan_mode = NVBIOS_THERM_FAN_LINEAR; in nvbios_therm_fan_parse()
86 fan->fan_mode = NVBIOS_THERM_FAN_LINEAR; in nvbios_fan_parse()
55 enum nvbios_therm_fan_mode fan_mode; member
22 What: /sys/devices/platform/lg-laptop/fan_mode
8 What: /sys/bus/platform/devices/VPC2004:*/fan_mode
136 u8 fan_mode[FANCTL_MAX]; member710 (val == 2 && !data->fan_mode[channel])) in nct7904_write_pwm()713 val == 2 ? data->fan_mode[channel] : 0); in nct7904_write_pwm()1128 data->fan_mode[i] = ret; in nct7904_probe()
51 Writing 1/0 to /sys/devices/platform/lg-laptop/fan_mode disables/enables
137 bool fan_mode : 1; member527 static DEVICE_ATTR_RW(fan_mode);660 supported = priv->features.fan_mode; in ideapad_is_visible()1534 priv->features.fan_mode = true; in ideapad_check_features()
1466 static void WMID_gaming_set_fan_mode(u8 fan_mode) in WMID_gaming_set_fan_mode() argument1479 gpu_fan_config1 |= fan_mode; in WMID_gaming_set_fan_mode()1481 gpu_fan_config1 |= fan_mode << (2 * i + 2); in WMID_gaming_set_fan_mode()1483 gpu_fan_config1 |= fan_mode << (2 * i + 6); in WMID_gaming_set_fan_mode()
526 static DEVICE_ATTR_RW(fan_mode);
406 if (smu->user_dpm_profile.fan_mode == AMD_FAN_CTRL_MANUAL || in smu_restore_dpm_user_profile()407 smu->user_dpm_profile.fan_mode == AMD_FAN_CTRL_NONE) { in smu_restore_dpm_user_profile()408 ret = smu_set_fan_control_mode(smu, smu->user_dpm_profile.fan_mode); in smu_restore_dpm_user_profile()412 smu->user_dpm_profile.fan_mode = AMD_FAN_CTRL_AUTO; in smu_restore_dpm_user_profile()638 smu->user_dpm_profile.fan_mode = -1; in smu_early_init()2606 smu->user_dpm_profile.fan_mode = value; in smu_set_fan_control_mode()
129 switch(therm->fan->bios.fan_mode) { in nvkm_therm_update()
232 uint32_t fan_mode; member
1179 return smu->user_dpm_profile.fan_mode; in smu_v11_0_get_fan_control_mode()
Completed in 43 milliseconds