Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dtherm.h48 struct nvkm_therm { struct
49 const struct nvkm_therm_func *func; argument
70 enum nvkm_therm_thrs_state alarm_state[NVKM_THERM_THRS_NR]; argument
75 void (*downclock)(struct nvkm_therm *, bool active); argument
82 int (*fan_get)(struct nvkm_therm *); argument
83 int (*fan_set)(struct nvkm_therm *, int); argument
85 int (*attr_get)(struct nvkm_therm *, enum nvkm_therm_attr_type); argument
86 int (*attr_set)(struct nvkm_therm *, enum nvkm_therm_attr_type, int); argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dpriv.h3 #define nvkm_therm(p) container_of((p), struct nvkm_therm, subdev) macro
Dbase.c352 nvkm_therm = { variable