Searched defs:nvkm_therm (Results 1 – 3 of 3) sorted by relevance
61 struct nvkm_therm { struct62 const struct nvkm_therm_func *func; argument83 enum nvkm_therm_thrs_state alarm_state[NVKM_THERM_THRS_NR]; argument88 void (*downclock)(struct nvkm_therm *, bool active); argument95 int (*fan_get)(struct nvkm_therm *); argument96 int (*fan_set)(struct nvkm_therm *, int); argument98 int (*attr_get)(struct nvkm_therm *, enum nvkm_therm_attr_type); argument99 int (*attr_set)(struct nvkm_therm *, enum nvkm_therm_attr_type, int); argument104 int nvkm_therm_temp_get(struct nvkm_therm *); argument
5 #define nvkm_therm(p) container_of((p), struct nvkm_therm, subdev) macro
425 nvkm_therm = { variable