Searched refs:nvkm_ltc_new_ (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
H A D | gp102.c | 57 return nvkm_ltc_new_(&gp102_ltc, device, type, inst, pltc); in gp102_ltc_new()
|
H A D | gk104.c | 57 return nvkm_ltc_new_(&gk104_ltc, device, type, inst, pltc); in gk104_ltc_new()
|
H A D | gm200.c | 64 return nvkm_ltc_new_(&gm200_ltc, device, type, inst, pltc); in gm200_ltc_new()
|
H A D | gp10b.c | 61 return nvkm_ltc_new_(&gp10b_ltc, device, type, inst, pltc); in gp10b_ltc_new()
|
H A D | ga102.c | 61 return nvkm_ltc_new_(&ga102_ltc, device, type, inst, pltc); in ga102_ltc_new()
|
H A D | gp100.c | 76 return nvkm_ltc_new_(&gp100_ltc, device, type, inst, pltc); in gp100_ltc_new()
|
H A D | priv.h | 8 int nvkm_ltc_new_(const struct nvkm_ltc_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
|
H A D | base.c | 131 nvkm_ltc_new_(const struct nvkm_ltc_func *func, struct nvkm_device *device, in nvkm_ltc_new_() function
|
H A D | gm107.c | 152 return nvkm_ltc_new_(&gm107_ltc, device, type, inst, pltc); in gm107_ltc_new()
|
H A D | gf100.c | 256 return nvkm_ltc_new_(&gf100_ltc, device, type, inst, pltc); in gf100_ltc_new()
|