Home
last modified time | relevance | path

Searched defs:nvkm_therm (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dtherm.h59 struct nvkm_therm { struct
60 const struct nvkm_therm_func *func; argument
81 enum nvkm_therm_thrs_state alarm_state[NVKM_THERM_THRS_NR]; argument
86 void (*downclock)(struct nvkm_therm *, bool active); argument
93 int (*fan_get)(struct nvkm_therm *); argument
94 int (*fan_set)(struct nvkm_therm *, int); argument
96 int (*attr_get)(struct nvkm_therm *, enum nvkm_therm_attr_type); argument
97 int (*attr_set)(struct nvkm_therm *, enum nvkm_therm_attr_type, int); argument
102 int nvkm_therm_temp_get(struct nvkm_therm *); argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dpriv.h3 #define nvkm_therm(p) container_of((p), struct nvkm_therm, subdev) macro
Dbase.c415 nvkm_therm = { variable