Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgp102.c48 gp102_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gp102_ltc_new() argument
50 return nvkm_ltc_new_(&gp102_ltc, device, index, pltc); in gp102_ltc_new()
H A Dgp10b.c62 gp10b_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gp10b_ltc_new() argument
64 return nvkm_ltc_new_(&gp10b_ltc, device, index, pltc); in gp10b_ltc_new()
H A Dgm200.c60 gm200_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gm200_ltc_new() argument
62 return nvkm_ltc_new_(&gm200_ltc, device, index, pltc); in gm200_ltc_new()
H A 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()
H A Dgp100.c72 gp100_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gp100_ltc_new() argument
74 return nvkm_ltc_new_(&gp100_ltc, device, index, pltc); in gp100_ltc_new()
H A Dbase.c129 int index, struct nvkm_ltc **pltc) in nvkm_ltc_new_()
133 if (!(ltc = *pltc = kzalloc(sizeof(*ltc), GFP_KERNEL))) in nvkm_ltc_new_()
128 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.c148 gm107_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gm107_ltc_new() argument
150 return nvkm_ltc_new_(&gm107_ltc, device, index, pltc); in gm107_ltc_new()
H A Dgf100.c252 gf100_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gf100_ltc_new() argument
254 return nvkm_ltc_new_(&gf100_ltc, device, index, pltc); in gf100_ltc_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgp102.c50 struct nvkm_ltc **pltc) in gp102_ltc_new()
52 return nvkm_ltc_new_(&gp102_ltc, device, type, inst, pltc); in gp102_ltc_new()
49 gp102_ltc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_ltc **pltc) gp102_ltc_new() argument
H A Dga102.c54 struct nvkm_ltc **pltc) in ga102_ltc_new()
56 return nvkm_ltc_new_(&ga102_ltc, device, type, inst, pltc); in ga102_ltc_new()
53 ga102_ltc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_ltc **pltc) ga102_ltc_new() argument
H A Dgp10b.c64 struct nvkm_ltc **pltc) in gp10b_ltc_new()
66 return nvkm_ltc_new_(&gp10b_ltc, device, type, inst, pltc); in gp10b_ltc_new()
63 gp10b_ltc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_ltc **pltc) gp10b_ltc_new() argument
H A Dgm200.c62 struct nvkm_ltc **pltc) in gm200_ltc_new()
64 return nvkm_ltc_new_(&gm200_ltc, device, type, inst, pltc); in gm200_ltc_new()
61 gm200_ltc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_ltc **pltc) gm200_ltc_new() argument
H A Dgk104.c55 struct nvkm_ltc **pltc) in gk104_ltc_new()
57 return nvkm_ltc_new_(&gk104_ltc, device, type, inst, pltc); in gk104_ltc_new()
54 gk104_ltc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_ltc **pltc) gk104_ltc_new() argument
H A Dgp100.c74 struct nvkm_ltc **pltc) in gp100_ltc_new()
76 return nvkm_ltc_new_(&gp100_ltc, device, type, inst, pltc); in gp100_ltc_new()
73 gp100_ltc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_ltc **pltc) gp100_ltc_new() argument
H A Dbase.c132 enum nvkm_subdev_type type, int inst, struct nvkm_ltc **pltc) in nvkm_ltc_new_()
136 if (!(ltc = *pltc = kzalloc(sizeof(*ltc), GFP_KERNEL))) in nvkm_ltc_new_()
131 nvkm_ltc_new_(const struct nvkm_ltc_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_ltc **pltc) nvkm_ltc_new_() argument
H A Dgm107.c150 struct nvkm_ltc **pltc) in gm107_ltc_new()
152 return nvkm_ltc_new_(&gm107_ltc, device, type, inst, pltc); in gm107_ltc_new()
149 gm107_ltc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_ltc **pltc) gm107_ltc_new() argument
H A Dgf100.c254 struct nvkm_ltc **pltc) in gf100_ltc_new()
256 return nvkm_ltc_new_(&gf100_ltc, device, type, inst, pltc); in gf100_ltc_new()
253 gf100_ltc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_ltc **pltc) gf100_ltc_new() argument

Completed in 8 milliseconds