Home
last modified time | relevance | path

Searched refs:nvkm_gsp_fwif (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dpriv.h10 struct nvkm_gsp_fwif { struct
12 int (*load)(struct nvkm_gsp *, int ver, const struct nvkm_gsp_fwif *); argument
18 int gv100_gsp_nofw(struct nvkm_gsp *, int, const struct nvkm_gsp_fwif *); argument
19 int r535_gsp_load(struct nvkm_gsp *, int, const struct nvkm_gsp_fwif *);
66 int nvkm_gsp_new_(const struct nvkm_gsp_fwif *, struct nvkm_device *, enum nvkm_subdev_type, int,
H A Dgv100.c43 gv100_gsp_nofw(struct nvkm_gsp *gsp, int ver, const struct nvkm_gsp_fwif *fwif) in gv100_gsp_nofw()
48 static struct nvkm_gsp_fwif
H A Dad102.c46 static struct nvkm_gsp_fwif
H A Dtu116.c45 static struct nvkm_gsp_fwif
H A Dga100.c62 static struct nvkm_gsp_fwif
H A Dbase.c104 nvkm_gsp_new_(const struct nvkm_gsp_fwif *fwif, struct nvkm_device *device, in nvkm_gsp_new_()
H A Dga102.c179 static struct nvkm_gsp_fwif
H A Dtu102.c186 static struct nvkm_gsp_fwif
H A Dr535.c2659 r535_gsp_load(struct nvkm_gsp *gsp, int ver, const struct nvkm_gsp_fwif *fwif) in r535_gsp_load()