Searched refs:pgsp (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
H A D | gv100.c | 52 gv100_gsp_new(struct nvkm_device *device, int index, struct nvkm_gsp **pgsp) in gv100_gsp_new() argument 54 return nvkm_gsp_new_(gv100_gsp, device, index, pgsp); in gv100_gsp_new()
|
H A D | base.c | 43 int index, struct nvkm_gsp **pgsp) in nvkm_gsp_new_() 47 if (!(gsp = *pgsp = kzalloc(sizeof(*gsp), GFP_KERNEL))) in nvkm_gsp_new_() 42 nvkm_gsp_new_(const struct nvkm_gsp_fwif *fwif, struct nvkm_device *device, int index, struct nvkm_gsp **pgsp) nvkm_gsp_new_() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
H A D | gv100.c | 56 struct nvkm_gsp **pgsp) in gv100_gsp_new() 58 return nvkm_gsp_new_(gv100_gsps, device, type, inst, pgsp); in gv100_gsp_new() 55 gv100_gsp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gsp **pgsp) gv100_gsp_new() argument
|
H A D | ga102.c | 56 struct nvkm_gsp **pgsp) in ga102_gsp_new() 58 return nvkm_gsp_new_(ga102_gsps, device, type, inst, pgsp); in ga102_gsp_new() 55 ga102_gsp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gsp **pgsp) ga102_gsp_new() argument
|
H A D | base.c | 43 enum nvkm_subdev_type type, int inst, struct nvkm_gsp **pgsp) in nvkm_gsp_new_() 47 if (!(gsp = *pgsp = kzalloc(sizeof(*gsp), GFP_KERNEL))) in nvkm_gsp_new_() 42 nvkm_gsp_new_(const struct nvkm_gsp_fwif *fwif, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gsp **pgsp) nvkm_gsp_new_() argument
|
Completed in 2 milliseconds