Searched refs:nvkm_therm_new_ (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | gm200.c | 38 return nvkm_therm_new_(&gm200_therm, device, type, inst, ptherm); in gm200_therm_new()
|
H A D | gp100.c | 60 return nvkm_therm_new_(&gp100_therm, device, type, inst, ptherm); in gp100_therm_new()
|
H A D | gm107.c | 74 return nvkm_therm_new_(&gm107_therm, device, type, inst, ptherm); in gm107_therm_new()
|
H A D | gt215.c | 74 return nvkm_therm_new_(>215_therm, device, type, inst, ptherm); in gt215_therm_new()
|
H A D | priv.h | 33 int nvkm_therm_new_(const struct nvkm_therm_func *, struct nvkm_device *, enum nvkm_subdev_type,
|
H A D | gf119.c | 153 return nvkm_therm_new_(&gf119_therm, device, type, inst, ptherm); in gf119_therm_new()
|
H A D | nv50.c | 175 return nvkm_therm_new_(&nv50_therm, device, type, inst, ptherm); in nv50_therm_new()
|
H A D | nv40.c | 203 return nvkm_therm_new_(&nv40_therm, device, type, inst, ptherm); in nv40_therm_new()
|
H A D | g84.c | 232 ret = nvkm_therm_new_(&g84_therm, device, type, inst, &therm); in g84_therm_new()
|
H A D | base.c | 445 nvkm_therm_new_(const struct nvkm_therm_func *func, struct nvkm_device *device, in nvkm_therm_new_() function
|