Searched defs:nvkm_therm (Results 1 – 3 of 3) sorted by relevance
48 struct nvkm_therm { struct49 const struct nvkm_therm_func *func; argument70 enum nvkm_therm_thrs_state alarm_state[NVKM_THERM_THRS_NR]; argument75 void (*downclock)(struct nvkm_therm *, bool active); argument82 int (*fan_get)(struct nvkm_therm *); argument83 int (*fan_set)(struct nvkm_therm *, int); argument85 int (*attr_get)(struct nvkm_therm *, enum nvkm_therm_attr_type); argument86 int (*attr_set)(struct nvkm_therm *, enum nvkm_therm_attr_type, int); argument
3 #define nvkm_therm(p) container_of((p), struct nvkm_therm, subdev) macro
352 nvkm_therm = { variable