Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgp102.c50 struct nvkm_ltc **pltc) in gp102_ltc_new() argument
52 return nvkm_ltc_new_(&gp102_ltc, device, type, inst, pltc); in gp102_ltc_new()
H A Dgk104.c55 struct nvkm_ltc **pltc) in gk104_ltc_new() argument
57 return nvkm_ltc_new_(&gk104_ltc, device, type, inst, pltc); in gk104_ltc_new()
H A Dgm200.c62 struct nvkm_ltc **pltc) in gm200_ltc_new() argument
64 return nvkm_ltc_new_(&gm200_ltc, device, type, inst, pltc); in gm200_ltc_new()
H A Dga102.c54 struct nvkm_ltc **pltc) in ga102_ltc_new() argument
56 return nvkm_ltc_new_(&ga102_ltc, device, type, inst, pltc); in ga102_ltc_new()
H A Dgp10b.c64 struct nvkm_ltc **pltc) in gp10b_ltc_new() argument
66 return nvkm_ltc_new_(&gp10b_ltc, device, type, inst, pltc); in gp10b_ltc_new()
H A Dgp100.c74 struct nvkm_ltc **pltc) in gp100_ltc_new() argument
76 return nvkm_ltc_new_(&gp100_ltc, device, type, inst, pltc); in gp100_ltc_new()
H A Dgm107.c150 struct nvkm_ltc **pltc) in gm107_ltc_new() argument
152 return nvkm_ltc_new_(&gm107_ltc, device, type, inst, pltc); in gm107_ltc_new()
H A Dbase.c132 enum nvkm_subdev_type type, int inst, struct nvkm_ltc **pltc) in nvkm_ltc_new_() argument
136 if (!(ltc = *pltc = kzalloc(sizeof(*ltc), GFP_KERNEL))) in nvkm_ltc_new_()
H A Dgf100.c254 struct nvkm_ltc **pltc) in gf100_ltc_new() argument
256 return nvkm_ltc_new_(&gf100_ltc, device, type, inst, pltc); in gf100_ltc_new()