Searched refs:gk20a_clk_ctor (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | gk20a.h | 149 int gk20a_clk_ctor(struct nvkm_device *, enum nvkm_subdev_type, int, const struct nvkm_clk_func *,
|
D | gk20a.c | 613 gk20a_clk_ctor(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gk20a_clk_ctor() function 652 ret = gk20a_clk_ctor(device, type, inst, &gk20a_clk, &gk20a_pllg_params, clk); in gk20a_clk_new()
|
D | gm20b.c | 922 ret = gk20a_clk_ctor(device, type, inst, &gm20b_clk_speedo0, &gm20b_pllg_params, clk); in gm20b_clk_new_speedo0() 1037 ret = gk20a_clk_ctor(device, type, inst, &gm20b_clk, clk_params, &clk->base); in gm20b_clk_new()
|