Home
last modified time | relevance | path

Searched refs:nv40_therm_new (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dtherm.h110 int nv40_therm_new(struct nvkm_device *, int, struct nvkm_therm **);
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c486 .therm = nv40_therm_new,
512 .therm = nv40_therm_new,
538 .therm = nv40_therm_new,
564 .therm = nv40_therm_new,
590 .therm = nv40_therm_new,
616 .therm = nv40_therm_new,
642 .therm = nv40_therm_new,
668 .therm = nv40_therm_new,
694 .therm = nv40_therm_new,
720 .therm = nv40_therm_new,
[all …]
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dnv40.c200 nv40_therm_new(struct nvkm_device *device, int index, in nv40_therm_new() function