Home
last modified time | relevance | path

Searched refs:fan_mode (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
A Dtherm.c164 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()
A Dfan.c86 fan->fan_mode = NVBIOS_THERM_FAN_LINEAR; in nvbios_fan_parse()
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
A Dtherm.h55 enum nvbios_therm_fan_mode fan_mode; member
/linux/Documentation/ABI/testing/
A Dsysfs-platform-lg-laptop22 What: /sys/devices/platform/lg-laptop/fan_mode
A Dsysfs-platform-ideapad-laptop8 What: /sys/bus/platform/devices/VPC2004:*/fan_mode
/linux/drivers/hwmon/
A Dnct7904.c136 u8 fan_mode[FANCTL_MAX]; member
710 (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()
/linux/Documentation/admin-guide/laptops/
A Dlg-laptop.rst51 Writing 1/0 to /sys/devices/platform/lg-laptop/fan_mode disables/enables
/linux/drivers/platform/x86/
A Dideapad-laptop.c137 bool fan_mode : 1; member
527 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()
A Dacer-wmi.c1466 static void WMID_gaming_set_fan_mode(u8 fan_mode) in WMID_gaming_set_fan_mode() argument
1479 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()
A Dlg-laptop.c526 static DEVICE_ATTR_RW(fan_mode);
/linux/drivers/gpu/drm/amd/pm/swsmu/
A Damdgpu_smu.c406 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()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
A Dbase.c129 switch(therm->fan->bios.fan_mode) { in nvkm_therm_update()
/linux/drivers/gpu/drm/amd/pm/inc/
A Damdgpu_smu.h232 uint32_t fan_mode; member
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Dsmu_v11_0.c1179 return smu->user_dpm_profile.fan_mode; in smu_v11_0_get_fan_control_mode()

Completed in 43 milliseconds