Home
last modified time | relevance | path

Searched refs:nvkm_ltc_new_ (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
Dgp102.c51 return nvkm_ltc_new_(&gp102_ltc, device, type, inst, pltc); in gp102_ltc_new()
Dgk104.c56 return nvkm_ltc_new_(&gk104_ltc, device, type, inst, pltc); in gk104_ltc_new()
Dgm200.c63 return nvkm_ltc_new_(&gm200_ltc, device, type, inst, pltc); in gm200_ltc_new()
Dgp10b.c65 return nvkm_ltc_new_(&gp10b_ltc, device, type, inst, pltc); in gp10b_ltc_new()
Dgp100.c75 return nvkm_ltc_new_(&gp100_ltc, device, type, inst, pltc); in gp100_ltc_new()
Dpriv.h8 int nvkm_ltc_new_(const struct nvkm_ltc_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
Dbase.c129 nvkm_ltc_new_(const struct nvkm_ltc_func *func, struct nvkm_device *device, in nvkm_ltc_new_() function
Dgm107.c151 return nvkm_ltc_new_(&gm107_ltc, device, type, inst, pltc); in gm107_ltc_new()
Dgf100.c255 return nvkm_ltc_new_(&gf100_ltc, device, type, inst, pltc); in gf100_ltc_new()