Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dg84.c47 return nv50_clk_new_(&g84_clk, device, type, inst, (device->chipset >= 0x94), pclk); in g84_clk_new()
Dnv50.h23 int nv50_clk_new_(const struct nvkm_clk_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
Dnv50.c510 nv50_clk_new_(const struct nvkm_clk_func *func, struct nvkm_device *device, in nv50_clk_new_() function
562 return nv50_clk_new_(&nv50_clk, device, type, inst, false, pclk); in nv50_clk_new()