Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dltc.h36 int gf100_ltc_new(struct nvkm_device *, int, struct nvkm_ltc **);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c1353 .ltc = gf100_ltc_new,
1390 .ltc = gf100_ltc_new,
1426 .ltc = gf100_ltc_new,
1462 .ltc = gf100_ltc_new,
1499 .ltc = gf100_ltc_new,
1536 .ltc = gf100_ltc_new,
1573 .ltc = gf100_ltc_new,
1609 .ltc = gf100_ltc_new,
1644 .ltc = gf100_ltc_new,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgf100.c252 gf100_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gf100_ltc_new() function