Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dclk.h134 int gf100_clk_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_clk **);
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c1344 .clk = { 0x00000001, gf100_clk_new },
1380 .clk = { 0x00000001, gf100_clk_new },
1416 .clk = { 0x00000001, gf100_clk_new },
1452 .clk = { 0x00000001, gf100_clk_new },
1488 .clk = { 0x00000001, gf100_clk_new },
1524 .clk = { 0x00000001, gf100_clk_new },
1560 .clk = { 0x00000001, gf100_clk_new },
1596 .clk = { 0x00000001, gf100_clk_new },
1631 .clk = { 0x00000001, gf100_clk_new },
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dgf100.c471 gf100_clk_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf100_clk_new() function