Searched refs:nvkm_acr_fwif (Results 1 – 8 of 8) sorted by relevance
/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 *); 138 int nvkm_acr_new_(const struct nvkm_acr_fwif *, struct nvkm_device *, enum nvkm_subdev_type,
|
D | gm20b.c | 111 gm20b_acr_load(struct nvkm_acr *acr, int ver, const struct nvkm_acr_fwif *fwif) in gm20b_acr_load() 124 static const struct nvkm_acr_fwif
|
D | tu102.c | 194 const struct nvkm_acr_fwif *fwif) in tu102_acr_load() 219 static const struct nvkm_acr_fwif
|
D | gp10b.c | 47 static const struct nvkm_acr_fwif
|
D | gp102.c | 254 gp102_acr_load(struct nvkm_acr *acr, int ver, const struct nvkm_acr_fwif *fwif) in gp102_acr_load() 273 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() 456 gm200_acr_load(struct nvkm_acr *acr, int ver, const struct nvkm_acr_fwif *fwif) in gm200_acr_load() 475 static const struct nvkm_acr_fwif
|
D | gp108.c | 101 static const struct nvkm_acr_fwif
|
D | base.c | 412 nvkm_acr_new_(const struct nvkm_acr_fwif *fwif, struct nvkm_device *device, in nvkm_acr_new_()
|