fan_mode 55 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/therm.h enum nvbios_therm_fan_mode fan_mode; fan_mode 86 drivers/gpu/drm/nouveau/nvkm/subdev/bios/fan.c fan->fan_mode = NVBIOS_THERM_FAN_LINEAR; fan_mode 164 drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c fan->fan_mode = NVBIOS_THERM_FAN_OTHER; fan_mode 175 drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c if (fan->fan_mode > NVBIOS_THERM_FAN_TRIP) fan_mode 176 drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c fan->fan_mode = NVBIOS_THERM_FAN_TRIP; fan_mode 197 drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c if (fan->fan_mode > NVBIOS_THERM_FAN_LINEAR) fan_mode 198 drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c fan->fan_mode = NVBIOS_THERM_FAN_LINEAR; fan_mode 207 drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c fan->fan_mode == NVBIOS_THERM_FAN_OTHER) { fan_mode 208 drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c fan->fan_mode = NVBIOS_THERM_FAN_LINEAR; fan_mode 129 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c switch(therm->fan->bios.fan_mode) { fan_mode 102 drivers/hwmon/nct7904.c u8 fan_mode[FANCTL_MAX]; fan_mode 676 drivers/hwmon/nct7904.c (val == 2 && !data->fan_mode[channel])) fan_mode 679 drivers/hwmon/nct7904.c val == 2 ? data->fan_mode[channel] : 0); fan_mode 990 drivers/hwmon/nct7904.c data->fan_mode[i] = ret; fan_mode 401 drivers/platform/x86/ideapad-laptop.c static DEVICE_ATTR(fan_mode, 0644, show_ideapad_fan, store_ideapad_fan); fan_mode 501 drivers/platform/x86/lg-laptop.c static DEVICE_ATTR_RW(fan_mode);