Searched refs:nvkm_sec2_fwif (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/engine/sec2/ |
D | priv.h | 16 struct nvkm_sec2_fwif { struct 18 int (*load)(struct nvkm_sec2 *, int ver, const struct nvkm_sec2_fwif *); argument 23 int gp102_sec2_nofw(struct nvkm_sec2 *, int, const struct nvkm_sec2_fwif *); argument 24 int gp102_sec2_load(struct nvkm_sec2 *, int, const struct nvkm_sec2_fwif *); 28 int nvkm_sec2_new_(const struct nvkm_sec2_fwif *, struct nvkm_device *,
|
D | gp108.c | 32 static const struct nvkm_sec2_fwif
|
D | gp102.c | 33 const struct nvkm_sec2_fwif *fwif) in gp102_sec2_nofw() 316 const struct nvkm_sec2_fwif *fwif) in gp102_sec2_load() 337 static const struct nvkm_sec2_fwif
|
D | tu102.c | 68 static const struct nvkm_sec2_fwif
|
D | base.c | 87 nvkm_sec2_new_(const struct nvkm_sec2_fwif *fwif, struct nvkm_device *device, in nvkm_sec2_new_()
|