Searched refs:nvkm_gsp (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
H A D | base.c | 31 struct nvkm_gsp *gsp = nvkm_gsp(subdev); in nvkm_gsp_dtor() 37 nvkm_gsp = { variable 43 int index, struct nvkm_gsp **pgsp) in nvkm_gsp_new_() 45 struct nvkm_gsp *gsp; in nvkm_gsp_new_() 50 nvkm_subdev_ctor(&nvkm_gsp, device, index, &gsp->subdev); in nvkm_gsp_new_()
|
H A D | priv.h | 9 int (*load)(struct nvkm_gsp *, int ver, const struct nvkm_gsp_fwif *); 14 struct nvkm_gsp **);
|
H A D | gv100.c | 40 gv100_gsp_nofw(struct nvkm_gsp *gsp, int ver, const struct nvkm_gsp_fwif *fwif) in gv100_gsp_nofw() 52 gv100_gsp_new(struct nvkm_device *device, int index, struct nvkm_gsp **pgsp) in gv100_gsp_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
H A D | base.c | 31 struct nvkm_gsp *gsp = nvkm_gsp(subdev); in nvkm_gsp_dtor() 37 nvkm_gsp = { variable 43 enum nvkm_subdev_type type, int inst, struct nvkm_gsp **pgsp) in nvkm_gsp_new_() 45 struct nvkm_gsp *gsp; in nvkm_gsp_new_() 50 nvkm_subdev_ctor(&nvkm_gsp, device, type, inst, &gsp->subdev); in nvkm_gsp_new_()
|
H A D | priv.h | 13 int (*load)(struct nvkm_gsp *, int ver, const struct nvkm_gsp_fwif *); 18 struct nvkm_gsp **);
|
H A D | gv100.c | 43 gv100_gsp_nofw(struct nvkm_gsp *gsp, int ver, const struct nvkm_gsp_fwif *fwif) in gv100_gsp_nofw() 56 struct nvkm_gsp **pgsp) in gv100_gsp_new()
|
H A D | ga102.c | 43 ga102_gsp_nofw(struct nvkm_gsp *gsp, int ver, const struct nvkm_gsp_fwif *fwif) in ga102_gsp_nofw() 56 struct nvkm_gsp **pgsp) in ga102_gsp_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | gsp.h | 3 #define nvkm_gsp(p) container_of((p), struct nvkm_gsp, subdev) macro 7 struct nvkm_gsp { struct 14 int gv100_gsp_new(struct nvkm_device *, enum nvkm_subdev_type, int, struct nvkm_gsp **); 15 int ga102_gsp_new(struct nvkm_device *, enum nvkm_subdev_type, int, struct nvkm_gsp **);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | gsp.h | 3 #define nvkm_gsp(p) container_of((p), struct nvkm_gsp, subdev) macro 7 struct nvkm_gsp { struct 12 int gv100_gsp_new(struct nvkm_device *, int, struct nvkm_gsp **);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | device.h | 142 struct nvkm_gsp *gsp; 215 int (*gsp )(struct nvkm_device *, int idx, struct nvkm_gsp **);
|
Completed in 5 milliseconds