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

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgk104.c53 gk104_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) gk104_ltc_new() argument
55 return nvkm_ltc_new_(&gk104_ltc, device, index, pltc); gk104_ltc_new()
H A Dbase.c134 int index, struct nvkm_ltc **pltc) nvkm_ltc_new_()
138 if (!(ltc = *pltc = kzalloc(sizeof(*ltc), GFP_KERNEL))) nvkm_ltc_new_()
133 nvkm_ltc_new_(const struct nvkm_ltc_func *func, struct nvkm_device *device, int index, struct nvkm_ltc **pltc) nvkm_ltc_new_() argument
H A Dgm107.c146 gm107_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) gm107_ltc_new() argument
148 return nvkm_ltc_new_(&gm107_ltc, device, index, pltc); gm107_ltc_new()
H A Dgf100.c253 gf100_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) gf100_ltc_new() argument
255 return nvkm_ltc_new_(&gf100_ltc, device, index, pltc); gf100_ltc_new()

Completed in 106 milliseconds