/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/ |
nouveau_nvkm_subdev_therm_gm200.c | 43 return nvkm_therm_new_(&gm200_therm, device, index, ptherm);
|
nouveau_nvkm_subdev_therm_gp100.c | 60 return nvkm_therm_new_(&gp100_therm, device, index, ptherm);
|
nouveau_nvkm_subdev_therm_gm107.c | 79 return nvkm_therm_new_(&gm107_therm, device, index, ptherm);
|
nouveau_nvkm_subdev_therm_gt215.c | 79 return nvkm_therm_new_(>215_therm, device, index, ptherm);
|
priv.h | 35 int nvkm_therm_new_(const struct nvkm_therm_func *, struct nvkm_device *,
|
nouveau_nvkm_subdev_therm_gf119.c | 157 return nvkm_therm_new_(&gf119_therm, device, index, ptherm);
|
nouveau_nvkm_subdev_therm_nv40.c | 208 return nvkm_therm_new_(&nv40_therm, device, index, ptherm);
|
nouveau_nvkm_subdev_therm_nv50.c | 180 return nvkm_therm_new_(&nv50_therm, device, index, ptherm);
|
nouveau_nvkm_subdev_therm_g84.c | 236 ret = nvkm_therm_new_(&g84_therm, device, index, &therm);
|
nouveau_nvkm_subdev_therm_base.c | 455 nvkm_therm_new_(const struct nvkm_therm_func *func, struct nvkm_device *device, function in typeref:typename:int
|