Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ !
Dgp102.c50 struct nvkm_ltc **pltc) in gp102_ltc_new() argument
52 return nvkm_ltc_new_(&gp102_ltc, device, type, inst, pltc); in gp102_ltc_new()
Dgm200.c62 struct nvkm_ltc **pltc) in gm200_ltc_new() argument
64 return nvkm_ltc_new_(&gm200_ltc, device, type, inst, pltc); in gm200_ltc_new()
Dgk104.c55 struct nvkm_ltc **pltc) in gk104_ltc_new() argument
57 return nvkm_ltc_new_(&gk104_ltc, device, type, inst, pltc); in gk104_ltc_new()
Dga102.c54 struct nvkm_ltc **pltc) in ga102_ltc_new() argument
56 return nvkm_ltc_new_(&ga102_ltc, device, type, inst, pltc); in ga102_ltc_new()
Dgp10b.c64 struct nvkm_ltc **pltc) in gp10b_ltc_new() argument
66 return nvkm_ltc_new_(&gp10b_ltc, device, type, inst, pltc); in gp10b_ltc_new()
Dgp100.c74 struct nvkm_ltc **pltc) in gp100_ltc_new() argument
76 return nvkm_ltc_new_(&gp100_ltc, device, type, inst, pltc); in gp100_ltc_new()
Dgm107.c150 struct nvkm_ltc **pltc) in gm107_ltc_new() argument
152 return nvkm_ltc_new_(&gm107_ltc, device, type, inst, pltc); in gm107_ltc_new()
Dbase.c132 enum nvkm_subdev_type type, int inst, struct nvkm_ltc **pltc) in nvkm_ltc_new_() argument
136 if (!(ltc = *pltc = kzalloc(sizeof(*ltc), GFP_KERNEL))) in nvkm_ltc_new_()
Dgf100.c254 struct nvkm_ltc **pltc) in gf100_ltc_new() argument
256 return nvkm_ltc_new_(&gf100_ltc, device, type, inst, pltc); in gf100_ltc_new()