HomeSort by: relevance | last modified time | path
    Searched defs:nvkm_therm (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
priv.h 5 #define nvkm_therm(p) container_of((p), struct nvkm_therm, subdev) macro
36 int index, struct nvkm_therm **);
37 void nvkm_therm_ctor(struct nvkm_therm *therm, struct nvkm_device *device,
41 struct nvkm_therm *parent;
51 int (*get)(struct nvkm_therm *);
52 int (*set)(struct nvkm_therm *, int percent);
58 int nvkm_therm_fan_mode(struct nvkm_therm *, int mode);
59 int nvkm_therm_attr_get(struct nvkm_therm *, enum nvkm_therm_attr_type);
60 int nvkm_therm_attr_set(struct nvkm_therm *, enum nvkm_therm_attr_type, int)
    [all...]
nouveau_nvkm_subdev_therm_base.c 35 nvkm_therm_temp_get(struct nvkm_therm *therm)
43 nvkm_therm_update_trip(struct nvkm_therm *therm)
75 nvkm_therm_compute_linear_duty(struct nvkm_therm *therm, u8 linear_min_temp,
96 nvkm_therm_update_linear(struct nvkm_therm *therm)
104 nvkm_therm_update_linear_fallback(struct nvkm_therm *therm)
111 nvkm_therm_update(struct nvkm_therm *therm, int mode)
171 nvkm_therm_cstate(struct nvkm_therm *therm, int fan, int dir)
186 struct nvkm_therm *therm =
187 container_of(alarm, struct nvkm_therm, alarm);
192 nvkm_therm_fan_mode(struct nvkm_therm *therm, int mode
425 nvkm_therm = { variable in typeref:typename:const struct nvkm_subdev_func
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
therm.h 61 struct nvkm_therm { struct
88 void (*downclock)(struct nvkm_therm *, bool active);
89 void (*pause)(struct nvkm_therm *, bool active);
95 int (*fan_get)(struct nvkm_therm *);
96 int (*fan_set)(struct nvkm_therm *, int);
98 int (*attr_get)(struct nvkm_therm *, enum nvkm_therm_attr_type);
99 int (*attr_set)(struct nvkm_therm *, enum nvkm_therm_attr_type, int);
104 int nvkm_therm_temp_get(struct nvkm_therm *);
105 int nvkm_therm_fan_sense(struct nvkm_therm *);
106 int nvkm_therm_cstate(struct nvkm_therm *, int, int)
    [all...]

Completed in 13 milliseconds