Searched defs:nvkm_therm_func (Results 1 – 1 of 1) sorted by relevance
84 struct nvkm_therm_func { struct85 void (*init)(struct nvkm_therm *);86 void (*fini)(struct nvkm_therm *);87 void (*intr)(struct nvkm_therm *);89 int (*pwm_ctrl)(struct nvkm_therm *, int line, bool);90 int (*pwm_get)(struct nvkm_therm *, int line, u32 *, u32 *);91 int (*pwm_set)(struct nvkm_therm *, int line, u32, u32);92 int (*pwm_clock)(struct nvkm_therm *, int line);94 int (*temp_get)(struct nvkm_therm *);96 int (*fan_sense)(struct nvkm_therm *);[all …]