OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bios_sensor
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_temp.c
34
therm->
bios_sensor
.offset_constant = 0;
36
therm->
bios_sensor
.thrs_fan_boost.temp = 90;
37
therm->
bios_sensor
.thrs_fan_boost.hysteresis = 3;
39
therm->
bios_sensor
.thrs_down_clock.temp = 95;
40
therm->
bios_sensor
.thrs_down_clock.hysteresis = 3;
42
therm->
bios_sensor
.thrs_critical.temp = 105;
43
therm->
bios_sensor
.thrs_critical.hysteresis = 5;
45
therm->
bios_sensor
.thrs_shutdown.temp = 135;
46
therm->
bios_sensor
.thrs_shutdown.hysteresis = 5; /*not that it matters */
52
struct nvbios_therm_sensor *s = &therm->
bios_sensor
;
[
all
...]
nouveau_nvkm_subdev_therm_base.c
106
u8 max = therm->
bios_sensor
.thrs_fan_boost.temp;
232
return therm->
bios_sensor
.thrs_fan_boost.temp;
234
return therm->
bios_sensor
.thrs_fan_boost.hysteresis;
236
return therm->
bios_sensor
.thrs_down_clock.temp;
238
return therm->
bios_sensor
.thrs_down_clock.hysteresis;
240
return therm->
bios_sensor
.thrs_critical.temp;
242
return therm->
bios_sensor
.thrs_critical.hysteresis;
244
return therm->
bios_sensor
.thrs_shutdown.temp;
246
return therm->
bios_sensor
.thrs_shutdown.hysteresis;
274
therm->
bios_sensor
.thrs_fan_boost.temp = value
[
all
...]
nouveau_nvkm_subdev_therm_ic.c
42
struct nvbios_therm_sensor *sensor = &therm->
bios_sensor
;
nouveau_nvkm_subdev_therm_g84.c
61
struct nvbios_therm_sensor *sensor = &therm->
bios_sensor
;
148
struct nvbios_therm_sensor *sensor = &therm->
bios_sensor
;
nouveau_nvkm_subdev_therm_nv40.c
81
struct nvbios_therm_sensor *sensor = &therm->
bios_sensor
;
nouveau_nvkm_subdev_therm_nv50.c
137
struct nvbios_therm_sensor *sensor = &therm->
bios_sensor
;
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
therm.h
74
struct nvbios_therm_sensor
bios_sensor
;
member in struct:nvkm_therm
Completed in 14 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025