Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H 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()
H A Dfan.c86 fan->fan_mode = NVBIOS_THERM_FAN_LINEAR; in nvbios_fan_parse()
/linux/drivers/platform/x86/
H A Dmsi-ec.c82 .fan_mode = {
163 .fan_mode = {
240 .fan_mode = {
318 .fan_mode = {
396 .fan_mode = {
475 .fan_mode = {
554 .fan_mode = {
634 .fan_mode = {
711 .fan_mode = {
788 .fan_mode = {
[all …]
H A Dmsi-ec.h115 struct msi_ec_fan_mode_conf fan_mode; member
H A Dlg-laptop.c560 static DEVICE_ATTR_RW(fan_mode);
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dtherm.h55 enum nvbios_therm_fan_mode fan_mode; member
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-lg-laptop23 What: /sys/devices/platform/lg-laptop/fan_mode
H A Dsysfs-platform-ideapad-laptop8 What: /sys/bus/platform/devices/VPC2004:*/fan_mode
/linux/Documentation/admin-guide/laptops/
H A Dlg-laptop.rst51 Writing 0/1/2 to /sys/devices/platform/lg-laptop/fan_mode sets fan mode to
/linux/drivers/platform/x86/lenovo/
H A Dideapad-laptop.c192 bool fan_mode : 1; member
729 static DEVICE_ATTR_RW(fan_mode);
902 supported = priv->features.fan_mode; in ideapad_is_visible()
2183 priv->features.fan_mode = true; in ideapad_check_features()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dbase.c129 switch(therm->fan->bios.fan_mode) { in nvkm_therm_update()
/linux/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h429 int (*get_fan_control_mode)(void *handle, u32 *fan_mode);
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c6719 static int si_dpm_get_fan_control_mode(void *handle, u32 *fan_mode) in si_dpm_get_fan_control_mode() argument
6725 if (!fan_mode) in si_dpm_get_fan_control_mode()
6732 *fan_mode = (tmp >> CG_FDO_CTRL2__FDO_PWM_MODE__SHIFT); in si_dpm_get_fan_control_mode()