Searched refs:nvkm_clk_create (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | nv04.c | 83 ret = nvkm_clk_create(parent, engine, oclass, nv04_domain, in nv04_clk_ctor()
|
D | nv40.c | 217 ret = nvkm_clk_create(parent, engine, oclass, nv40_domain, in nv40_clk_ctor()
|
D | mcp77.c | 407 ret = nvkm_clk_create(parent, engine, oclass, mcp77_domains, in mcp77_clk_ctor()
|
D | gf100.c | 440 ret = nvkm_clk_create(parent, engine, oclass, gf100_domain, in gf100_clk_ctor()
|
D | gk104.c | 478 ret = nvkm_clk_create(parent, engine, oclass, gk104_domain, in gk104_clk_ctor()
|
D | gt215.c | 511 ret = nvkm_clk_create(parent, engine, oclass, gt215_domain, in gt215_clk_ctor()
|
D | nv50.c | 511 ret = nvkm_clk_create(parent, engine, oclass, pclass->domains, in nv50_clk_ctor()
|
D | gk20a.c | 651 ret = nvkm_clk_create(parent, engine, oclass, gk20a_domains, in gk20a_clk_ctor()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | clk.h | 116 #define nvkm_clk_create(p,e,o,i,r,s,n,d) \ macro
|