Searched refs:nvkm_therm_create (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | therm.h | 50 #define nvkm_therm_create(p,e,o,d) \ macro
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | gm107.c | 69 ret = nvkm_therm_create(parent, engine, oclass, &priv); in gm107_therm_ctor()
|
D | gt215.c | 76 ret = nvkm_therm_create(parent, engine, oclass, &priv); in gt215_therm_ctor()
|
D | gf110.c | 148 ret = nvkm_therm_create(parent, engine, oclass, &priv); in gf110_therm_ctor()
|
D | nv50.c | 163 ret = nvkm_therm_create(parent, engine, oclass, &priv); in nv50_therm_ctor()
|
D | nv40.c | 192 ret = nvkm_therm_create(parent, engine, oclass, &priv); in nv40_therm_ctor()
|
D | g84.c | 214 ret = nvkm_therm_create(parent, engine, oclass, &priv); in g84_therm_ctor()
|