Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dtherm.h93 int nv40_therm_new(struct nvkm_device *, int, struct nvkm_therm **);
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c485 .therm = nv40_therm_new,
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 = nv40_therm_new,
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dnv40.c200 nv40_therm_new(struct nvkm_device *device, int index, in nv40_therm_new() function