Searched refs:nvkm_acr_fwif (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ |
D | priv.h | 6 struct nvkm_acr_fwif { struct 9 const struct nvkm_acr_fwif *); argument 13 int gm200_acr_nofw(struct nvkm_acr *, int, const struct nvkm_acr_fwif *); argument 14 int gm20b_acr_load(struct nvkm_acr *, int, const struct nvkm_acr_fwif *); 15 int gp102_acr_load(struct nvkm_acr *, int, const struct nvkm_acr_fwif *); 103 int nvkm_acr_new_(const struct nvkm_acr_fwif *, struct nvkm_device *, enum nvkm_subdev_type,
|
D | gm20b.c | 115 gm20b_acr_load(struct nvkm_acr *acr, int ver, const struct nvkm_acr_fwif *fwif) in gm20b_acr_load() 128 static const struct nvkm_acr_fwif
|
D | tu102.c | 168 const struct nvkm_acr_fwif *fwif) in tu102_acr_load() 193 static const struct nvkm_acr_fwif
|
D | gp10b.c | 47 static const struct nvkm_acr_fwif
|
D | gm200.c | 40 gm200_acr_nofw(struct nvkm_acr *acr, int ver, const struct nvkm_acr_fwif *fwif) in gm200_acr_nofw() 343 gm200_acr_load(struct nvkm_acr *acr, int ver, const struct nvkm_acr_fwif *fwif) in gm200_acr_load() 362 static const struct nvkm_acr_fwif
|
D | gv100.c | 55 static const struct nvkm_acr_fwif
|
D | gp102.c | 257 gp102_acr_load(struct nvkm_acr *acr, int ver, const struct nvkm_acr_fwif *fwif) in gp102_acr_load() 276 static const struct nvkm_acr_fwif
|
D | gp108.c | 100 static const struct nvkm_acr_fwif
|
D | ga102.c | 291 const struct nvkm_acr_fwif *fwif) in ga102_acr_load() 314 static const struct nvkm_acr_fwif
|
D | base.c | 419 nvkm_acr_new_(const struct nvkm_acr_fwif *fwif, struct nvkm_device *device, in nvkm_acr_new_()
|