Searched refs:nvkm_sec2_fwif (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/ |
H A D | priv.h | 19 struct nvkm_sec2_fwif { struct 21 int (*load)(struct nvkm_sec2 *, int ver, const struct nvkm_sec2_fwif *); argument 26 int gp102_sec2_nofw(struct nvkm_sec2 *, int, const struct nvkm_sec2_fwif *); argument 27 int gp102_sec2_load(struct nvkm_sec2 *, int, const struct nvkm_sec2_fwif *); 33 int nvkm_sec2_new_(const struct nvkm_sec2_fwif *, struct nvkm_device *, enum nvkm_subdev_type,
|
H A D | gp108.c | 32 static const struct nvkm_sec2_fwif
|
H A D | ga102.c | 177 const struct nvkm_sec2_fwif *fwif) in ga102_sec2_load() 183 static const struct nvkm_sec2_fwif
|
H A D | gp102.c | 33 const struct nvkm_sec2_fwif *fwif) in gp102_sec2_nofw() 284 const struct nvkm_sec2_fwif *fwif) in gp102_sec2_load() 305 static const struct nvkm_sec2_fwif
|
H A D | tu102.c | 72 static const struct nvkm_sec2_fwif
|
H A D | base.c | 134 nvkm_sec2_new_(const struct nvkm_sec2_fwif *fwif, struct nvkm_device *device, in nvkm_sec2_new_()
|