thrs_shutdown 21 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/therm.h struct nvbios_therm_threshold thrs_shutdown; thrs_shutdown 142 drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c sensor->thrs_shutdown.temp = (value & 0xff0) >> 4; thrs_shutdown 143 drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c sensor->thrs_shutdown.hysteresis = value & 0xf; thrs_shutdown 237 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c return therm->bios_sensor.thrs_shutdown.temp; thrs_shutdown 239 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c return therm->bios_sensor.thrs_shutdown.hysteresis; thrs_shutdown 291 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c therm->bios_sensor.thrs_shutdown.temp = value; thrs_shutdown 295 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c therm->bios_sensor.thrs_shutdown.hysteresis = value; thrs_shutdown 67 drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c nvkm_wr32(device, 0x20484, sensor->thrs_shutdown.hysteresis); thrs_shutdown 68 drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c nvkm_wr32(device, 0x20480, sensor->thrs_shutdown.temp); thrs_shutdown 88 drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c sensor->thrs_shutdown.temp, thrs_shutdown 89 drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c sensor->thrs_shutdown.hysteresis); thrs_shutdown 162 drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c &sensor->thrs_shutdown, thrs_shutdown 40 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c therm->bios_sensor.thrs_shutdown.temp = 135; thrs_shutdown 41 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c therm->bios_sensor.thrs_shutdown.hysteresis = 5; /*not that it matters */ thrs_shutdown 53 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c s->thrs_shutdown.hysteresis = max_t(u8, s->thrs_shutdown.hysteresis, 2); thrs_shutdown 182 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c nvkm_therm_threshold_hyst_polling(therm, &sensor->thrs_shutdown, thrs_shutdown 205 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c sensor->thrs_shutdown.temp, thrs_shutdown 206 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c sensor->thrs_shutdown.hysteresis);