Searched defs:nvkm_therm_priv (Results 1 – 1 of 1) sorted by relevance
69 struct nvkm_therm_priv { struct70 struct nvkm_therm base;73 struct nvkm_alarm alarm;74 spinlock_t lock;75 struct nvbios_therm_trip_point *last_trip;76 int mode;77 int cstate;78 int suspend;81 struct nvbios_therm_sensor bios_sensor;84 struct nvkm_fan *fan;[all …]