Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
A Dgp102.c49 struct nvkm_ltc **pltc) in gp102_ltc_new() argument
51 return nvkm_ltc_new_(&gp102_ltc, device, type, inst, pltc); in gp102_ltc_new()
A Dgm200.c61 struct nvkm_ltc **pltc) in gm200_ltc_new() argument
63 return nvkm_ltc_new_(&gm200_ltc, device, type, inst, pltc); in gm200_ltc_new()
A Dgk104.c54 struct nvkm_ltc **pltc) in gk104_ltc_new() argument
56 return nvkm_ltc_new_(&gk104_ltc, device, type, inst, pltc); in gk104_ltc_new()
A Dgp10b.c63 struct nvkm_ltc **pltc) in gp10b_ltc_new() argument
65 return nvkm_ltc_new_(&gp10b_ltc, device, type, inst, pltc); in gp10b_ltc_new()
A Dgp100.c73 struct nvkm_ltc **pltc) in gp100_ltc_new() argument
75 return nvkm_ltc_new_(&gp100_ltc, device, type, inst, pltc); in gp100_ltc_new()
A Dbase.c130 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_()
A Dgm107.c149 struct nvkm_ltc **pltc) in gm107_ltc_new() argument
151 return nvkm_ltc_new_(&gm107_ltc, device, type, inst, pltc); in gm107_ltc_new()
A Dgf100.c253 struct nvkm_ltc **pltc) in gf100_ltc_new() argument
255 return nvkm_ltc_new_(&gf100_ltc, device, type, inst, pltc); in gf100_ltc_new()

Completed in 11 milliseconds