Home
last modified time | relevance | path

Searched refs:nvkm_acr_fwif (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
Dpriv.h6 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,
Dgm20b.c115 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
Dtu102.c168 const struct nvkm_acr_fwif *fwif) in tu102_acr_load()
193 static const struct nvkm_acr_fwif
Dgp10b.c47 static const struct nvkm_acr_fwif
Dgm200.c40 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
Dgv100.c55 static const struct nvkm_acr_fwif
Dgp102.c257 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
Dgp108.c100 static const struct nvkm_acr_fwif
Dga102.c291 const struct nvkm_acr_fwif *fwif) in ga102_acr_load()
314 static const struct nvkm_acr_fwif
Dbase.c419 nvkm_acr_new_(const struct nvkm_acr_fwif *fwif, struct nvkm_device *device, in nvkm_acr_new_()