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