Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
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()
Dfan.c86 fan->fan_mode = NVBIOS_THERM_FAN_LINEAR; in nvbios_fan_parse()
/Linux-v5.15/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dtherm.h55 enum nvbios_therm_fan_mode fan_mode; member
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-platform-lg-laptop22 What: /sys/devices/platform/lg-laptop/fan_mode
Dsysfs-platform-ideapad-laptop8 What: /sys/bus/platform/devices/VPC2004:*/fan_mode
/Linux-v5.15/drivers/hwmon/
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-v5.15/Documentation/admin-guide/laptops/
Dlg-laptop.rst51 Writing 1/0 to /sys/devices/platform/lg-laptop/fan_mode disables/enables
/Linux-v5.15/drivers/platform/x86/
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()
1513 priv->features.fan_mode = true; in ideapad_check_features()
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()
Dlg-laptop.c527 static DEVICE_ATTR_RW(fan_mode);
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/
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()
632 smu->user_dpm_profile.fan_mode = -1; in smu_early_init()
2561 smu->user_dpm_profile.fan_mode = value; in smu_set_fan_control_mode()
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dbase.c129 switch(therm->fan->bios.fan_mode) { in nvkm_therm_update()
/Linux-v5.15/drivers/gpu/drm/amd/pm/inc/
Damdgpu_smu.h232 uint32_t fan_mode; member
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c1168 return smu->user_dpm_profile.fan_mode; in smu_v11_0_get_fan_control_mode()