Searched defs:nvkm_fan (Results 1 – 1 of 1) sorted by relevance
34 struct nvkm_fan { struct35 struct nvkm_therm *parent;36 const char *type;38 struct nvbios_therm_fan bios;39 struct nvbios_perf_fan perf;41 struct nvkm_alarm alarm;42 spinlock_t lock;43 int percent;45 int (*get)(struct nvkm_therm *);46 int (*set)(struct nvkm_therm *, int percent);[all …]