Searched defs:nvkm_therm (Results 1 – 3 of 3) sorted by relevance
59 struct nvkm_therm { struct60 const struct nvkm_therm_func *func; argument81 enum nvkm_therm_thrs_state alarm_state[NVKM_THERM_THRS_NR]; argument86 void (*downclock)(struct nvkm_therm *, bool active); argument93 int (*fan_get)(struct nvkm_therm *); argument94 int (*fan_set)(struct nvkm_therm *, int); argument96 int (*attr_get)(struct nvkm_therm *, enum nvkm_therm_attr_type); argument97 int (*attr_set)(struct nvkm_therm *, enum nvkm_therm_attr_type, int); argument102 int nvkm_therm_temp_get(struct nvkm_therm *); argument
3 #define nvkm_therm(p) container_of((p), struct nvkm_therm, subdev) macro
415 nvkm_therm = { variable