Home
last modified time | relevance | path

Searched refs:nvkm_therm_create (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dtherm.h50 #define nvkm_therm_create(p,e,o,d) \ macro
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dgm107.c69 ret = nvkm_therm_create(parent, engine, oclass, &priv); in gm107_therm_ctor()
Dgt215.c76 ret = nvkm_therm_create(parent, engine, oclass, &priv); in gt215_therm_ctor()
Dgf110.c148 ret = nvkm_therm_create(parent, engine, oclass, &priv); in gf110_therm_ctor()
Dnv50.c163 ret = nvkm_therm_create(parent, engine, oclass, &priv); in nv50_therm_ctor()
Dnv40.c192 ret = nvkm_therm_create(parent, engine, oclass, &priv); in nv40_therm_ctor()
Dg84.c214 ret = nvkm_therm_create(parent, engine, oclass, &priv); in g84_therm_ctor()