Home
last modified time | relevance | path

Searched refs:psec2 (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
H A Dgp108.c39 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 Dtu102.c75 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 Dbase.c88 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 Dgp102.c346 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 Dgp108.c40 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 Dtu102.c80 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 Dga102.c191 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 Dbase.c135 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 Dgp102.c315 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

Completed in 3 milliseconds