Searched refs:pltc (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ ! |
D | gp102.c | 50 struct nvkm_ltc **pltc) in gp102_ltc_new() argument 52 return nvkm_ltc_new_(&gp102_ltc, device, type, inst, pltc); in gp102_ltc_new()
|
D | gm200.c | 62 struct nvkm_ltc **pltc) in gm200_ltc_new() argument 64 return nvkm_ltc_new_(&gm200_ltc, device, type, inst, pltc); in gm200_ltc_new()
|
D | gk104.c | 55 struct nvkm_ltc **pltc) in gk104_ltc_new() argument 57 return nvkm_ltc_new_(&gk104_ltc, device, type, inst, pltc); in gk104_ltc_new()
|
D | ga102.c | 54 struct nvkm_ltc **pltc) in ga102_ltc_new() argument 56 return nvkm_ltc_new_(&ga102_ltc, device, type, inst, pltc); in ga102_ltc_new()
|
D | gp10b.c | 64 struct nvkm_ltc **pltc) in gp10b_ltc_new() argument 66 return nvkm_ltc_new_(&gp10b_ltc, device, type, inst, pltc); in gp10b_ltc_new()
|
D | gp100.c | 74 struct nvkm_ltc **pltc) in gp100_ltc_new() argument 76 return nvkm_ltc_new_(&gp100_ltc, device, type, inst, pltc); in gp100_ltc_new()
|
D | gm107.c | 150 struct nvkm_ltc **pltc) in gm107_ltc_new() argument 152 return nvkm_ltc_new_(&gm107_ltc, device, type, inst, pltc); in gm107_ltc_new()
|
D | base.c | 132 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_()
|
D | gf100.c | 254 struct nvkm_ltc **pltc) in gf100_ltc_new() argument 256 return nvkm_ltc_new_(&gf100_ltc, device, type, inst, pltc); in gf100_ltc_new()
|