Searched refs:pltc (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
D | gp102.c | 49 struct nvkm_ltc **pltc) in gp102_ltc_new() argument 51 return nvkm_ltc_new_(&gp102_ltc, device, type, inst, pltc); in gp102_ltc_new()
|
D | gk104.c | 54 struct nvkm_ltc **pltc) in gk104_ltc_new() argument 56 return nvkm_ltc_new_(&gk104_ltc, device, type, inst, pltc); in gk104_ltc_new()
|
D | gm200.c | 61 struct nvkm_ltc **pltc) in gm200_ltc_new() argument 63 return nvkm_ltc_new_(&gm200_ltc, device, type, inst, pltc); in gm200_ltc_new()
|
D | gp10b.c | 63 struct nvkm_ltc **pltc) in gp10b_ltc_new() argument 65 return nvkm_ltc_new_(&gp10b_ltc, device, type, inst, pltc); in gp10b_ltc_new()
|
D | gp100.c | 73 struct nvkm_ltc **pltc) in gp100_ltc_new() argument 75 return nvkm_ltc_new_(&gp100_ltc, device, type, inst, pltc); in gp100_ltc_new()
|
D | base.c | 130 enum nvkm_subdev_type type, int inst, struct nvkm_ltc **pltc) in nvkm_ltc_new_() argument 134 if (!(ltc = *pltc = kzalloc(sizeof(*ltc), GFP_KERNEL))) in nvkm_ltc_new_()
|
D | gm107.c | 149 struct nvkm_ltc **pltc) in gm107_ltc_new() argument 151 return nvkm_ltc_new_(&gm107_ltc, device, type, inst, pltc); in gm107_ltc_new()
|
D | gf100.c | 253 struct nvkm_ltc **pltc) in gf100_ltc_new() argument 255 return nvkm_ltc_new_(&gf100_ltc, device, type, inst, pltc); in gf100_ltc_new()
|