Searched refs:pgsp (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
H A D | gv100.c | 56 struct nvkm_gsp **pgsp) in gv100_gsp_new() argument 58 return nvkm_gsp_new_(gv100_gsps, device, type, inst, pgsp); in gv100_gsp_new()
|
H A D | ad102.c | 54 struct nvkm_gsp **pgsp) in ad102_gsp_new() argument 56 return nvkm_gsp_new_(ad102_gsps, device, type, inst, pgsp); in ad102_gsp_new()
|
H A D | tu116.c | 54 struct nvkm_gsp **pgsp) in tu116_gsp_new() argument 56 return nvkm_gsp_new_(tu116_gsps, device, type, inst, pgsp); in tu116_gsp_new()
|
H A D | ga100.c | 71 struct nvkm_gsp **pgsp) in ga100_gsp_new() argument 73 return nvkm_gsp_new_(ga100_gsps, device, type, inst, pgsp); in ga100_gsp_new()
|
H A D | base.c | 105 enum nvkm_subdev_type type, int inst, struct nvkm_gsp **pgsp) in nvkm_gsp_new_() argument 109 if (!(gsp = *pgsp = kzalloc(sizeof(*gsp), GFP_KERNEL))) in nvkm_gsp_new_()
|
H A D | ga102.c | 188 struct nvkm_gsp **pgsp) in ga102_gsp_new() argument 190 return nvkm_gsp_new_(ga102_gsps, device, type, inst, pgsp); in ga102_gsp_new()
|
H A D | tu102.c | 195 struct nvkm_gsp **pgsp) in tu102_gsp_new() argument 197 return nvkm_gsp_new_(tu102_gsps, device, type, inst, pgsp); in tu102_gsp_new()
|