Searched refs:pltc (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
D | gk104.c | 53 gk104_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gk104_ltc_new() argument 55 return nvkm_ltc_new_(&gk104_ltc, device, index, pltc); in gk104_ltc_new()
|
D | base.c | 136 int index, struct nvkm_ltc **pltc) in nvkm_ltc_new_() argument 140 if (!(ltc = *pltc = kzalloc(sizeof(*ltc), GFP_KERNEL))) in nvkm_ltc_new_()
|
D | gm107.c | 146 gm107_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gm107_ltc_new() argument 148 return nvkm_ltc_new_(&gm107_ltc, device, index, pltc); in gm107_ltc_new()
|
D | gf100.c | 253 gf100_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gf100_ltc_new() argument 255 return nvkm_ltc_new_(&gf100_ltc, device, index, pltc); in gf100_ltc_new()
|