Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
Dgk104.c53 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()
Dbase.c136 int index, struct nvkm_ltc **pltc) in nvkm_ltc_new_() argument
140 if (!(ltc = *pltc = kzalloc(sizeof(*ltc), GFP_KERNEL))) in nvkm_ltc_new_()
Dgm107.c146 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()
Dgf100.c253 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()