Searched refs:therm (Results 26 - 37 of 37) sorted by relevance

12

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
H A Dpriv.h29 #include <subdev/therm.h>
37 void nvkm_therm_ctor(struct nvkm_therm *therm, struct nvkm_device *device,
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Ddevice.h57 #include <subdev/therm.h>
74 #define nvxx_therm(a) nvxx_device(a)->therm
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
H A Dnouveau_nvkm_engine_device_base.c36 #include <subdev/therm.h>
511 .therm = nv40_therm_new,
537 .therm = nv40_therm_new,
563 .therm = nv40_therm_new,
589 .therm = nv40_therm_new,
615 .therm = nv40_therm_new,
641 .therm = nv40_therm_new,
667 .therm = nv40_therm_new,
693 .therm = nv40_therm_new,
719 .therm
[all...]
H A Dpriv.h29 #include <subdev/therm.h>
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
H A Dtherm.h1 /* $NetBSD: therm.h,v 1.3 2021/12/18 23:45:33 riastradh Exp $ */
9 #include <subdev/bios/therm.h>
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
H A Dpriv.h8 #include <subdev/therm.h>
H A Dnouveau_nvkm_subdev_fb_gf100.c34 #include <subdev/therm.h>
147 nvkm_therm_clkgate_init(device->therm,
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
H A Dnouveau_nvkm_subdev_clk_base.c37 #include <subdev/therm.h>
169 struct nvkm_therm *therm = device->therm; local
181 if (therm) {
182 ret = nvkm_therm_cstate(therm, pstate->fanspeed, +1);
211 if (therm) {
212 ret = nvkm_therm_cstate(therm, pstate->fanspeed, -1);
/netbsd-current/sys/dev/i2c/
H A Dadm1021.c31 * therm (high) limits X X X
151 int therm; member in struct:admtemp_params
159 .therm = 0,
167 .therm = 0,
175 .therm = 0,
227 * read 0x55 (default value) from the external therm limit.
261 sc->sc_therm = params->therm;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Ddevice.h165 struct nvkm_therm *therm; member in struct:nvkm_device
242 int (*therm )(struct nvkm_device *, int idx, struct nvkm_therm **); member in struct:nvkm_device_chip
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/
H A Dnouveau_nvkm_subdev_volt_base.c34 #include <subdev/therm.h>
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
H A Dnouveau_nvkm_engine_gr_gf100.c40 #include <subdev/therm.h>
2260 nvkm_therm_clkgate_init(device->therm, gr->func->clkgate_pack);

Completed in 136 milliseconds

12