Searched defs:nvkm_therm_func (Results 1 – 1 of 1) sorted by relevance
88 struct nvkm_therm_func { struct89 void (*init)(struct nvkm_therm *);90 void (*fini)(struct nvkm_therm *);91 void (*intr)(struct nvkm_therm *);93 int (*pwm_ctrl)(struct nvkm_therm *, int line, bool);94 int (*pwm_get)(struct nvkm_therm *, int line, u32 *, u32 *);95 int (*pwm_set)(struct nvkm_therm *, int line, u32, u32);96 int (*pwm_clock)(struct nvkm_therm *, int line);98 int (*temp_get)(struct nvkm_therm *);100 int (*fan_sense)(struct nvkm_therm *);[all …]