/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/sec2/ |
H A D | gp108.c | 39 gp108_sec2_new(struct nvkm_device *device, int index, struct nvkm_sec2 **psec2) in gp108_sec2_new() argument 41 return nvkm_sec2_new_(gp108_sec2_fwif, device, index, 0, psec2); in gp108_sec2_new()
|
H A D | tu102.c | 75 tu102_sec2_new(struct nvkm_device *device, int index, struct nvkm_sec2 **psec2) in tu102_sec2_new() argument 80 return nvkm_sec2_new_(tu102_sec2_fwif, device, index, 0x840000, psec2); in tu102_sec2_new()
|
H A D | base.c | 88 int index, u32 addr, struct nvkm_sec2 **psec2) in nvkm_sec2_new_() 93 if (!(sec2 = *psec2 = kzalloc(sizeof(*sec2), GFP_KERNEL))) in nvkm_sec2_new_() 87 nvkm_sec2_new_(const struct nvkm_sec2_fwif *fwif, struct nvkm_device *device, int index, u32 addr, struct nvkm_sec2 **psec2) nvkm_sec2_new_() argument
|
H A D | gp102.c | 346 gp102_sec2_new(struct nvkm_device *device, int index, struct nvkm_sec2 **psec2) in gp102_sec2_new() argument 348 return nvkm_sec2_new_(gp102_sec2_fwif, device, index, 0, psec2); in gp102_sec2_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/sec2/ |
H A D | gp108.c | 40 struct nvkm_sec2 **psec2) in gp108_sec2_new() 42 return nvkm_sec2_new_(gp108_sec2_fwif, device, type, inst, 0, psec2); in gp108_sec2_new() 39 gp108_sec2_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_sec2 **psec2) gp108_sec2_new() argument
|
H A D | tu102.c | 80 struct nvkm_sec2 **psec2) in tu102_sec2_new() 85 return nvkm_sec2_new_(tu102_sec2_fwif, device, type, inst, 0x840000, psec2); in tu102_sec2_new() 79 tu102_sec2_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_sec2 **psec2) tu102_sec2_new() argument
|
H A D | ga102.c | 191 struct nvkm_sec2 **psec2) in ga102_sec2_new() 196 return nvkm_sec2_new_(ga102_sec2_fwif, device, type, inst, 0x840000, psec2); in ga102_sec2_new() 190 ga102_sec2_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_sec2 **psec2) ga102_sec2_new() argument
|
H A D | base.c | 135 enum nvkm_subdev_type type, int inst, u32 addr, struct nvkm_sec2 **psec2) in nvkm_sec2_new_() 140 if (!(sec2 = *psec2 = kzalloc(sizeof(*sec2), GFP_KERNEL))) in nvkm_sec2_new_() 134 nvkm_sec2_new_(const struct nvkm_sec2_fwif *fwif, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, u32 addr, struct nvkm_sec2 **psec2) nvkm_sec2_new_() argument
|
H A D | gp102.c | 315 struct nvkm_sec2 **psec2) in gp102_sec2_new() 317 return nvkm_sec2_new_(gp102_sec2_fwif, device, type, inst, 0, psec2); in gp102_sec2_new() 314 gp102_sec2_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_sec2 **psec2) gp102_sec2_new() argument
|