/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
H A D | gp102.c | 48 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 D | gp10b.c | 62 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 D | gm200.c | 60 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 D | gk104.c | 53 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 D | gp100.c | 72 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 D | base.c | 129 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 D | gm107.c | 148 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 D | gf100.c | 252 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 D | gp102.c | 50 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 D | ga102.c | 54 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 D | gp10b.c | 64 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 D | gm200.c | 62 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 D | gk104.c | 55 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 D | gp100.c | 74 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 D | base.c | 132 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 D | gm107.c | 150 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 D | gf100.c | 254 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
|